Commit Graph

338 Commits

Author SHA1 Message Date
collaboratewithakash 516b223759
backlink added 2024-03-02 14:43:33 +05:30
collaboratewithakash 807f295949
backlink added 2024-03-02 14:41:21 +05:30
panos-kakos 1e603ea5a9
[JAVA-30181] Upgraded commons-cli and commons-io libraries in main p… (#15842)
* [JAVA-30181] Upgraded commons-cli and commons-io  libraries in main pom.xml

* [JAVA-30181]
2024-02-26 17:51:33 +01:00
anuragkumawat f35b098b72
Java-31483 Comment spring-jinq and spring-jooq, revert sb3 upgrade of spring-rest-template-2 (#15929) 2024-02-22 11:54:52 +02:00
timis1 3642db8f5f
JAVA-31265 Review log statements for projects - Week 8 - 2024 (#15939) 2024-02-21 23:37:25 +01:00
anuragkumawat acb28bdec3
JAVA-31341 Fix spring-jooq and spring-mybatis module (#15897) 2024-02-20 16:28:46 +02:00
rcalago 43c67fb719
Update README.md 2024-02-17 06:25:19 +08:00
Bipin kumar d3911cd084
JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3 (#15823)
* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3

* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3

* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3

* JAVA-29170: Changes made for Upgrade spring-rest-http to Spring Boot 3
2024-02-13 18:19:41 +01:00
panos-kakos cc2d1bfb36
[JAVA-28959] Upgrade to spring-resttemplate-2 module to Spring Boot 3 (#15775) 2024-02-09 06:50:30 +01:00
Maiklins a329932104
Merge pull request #15765 from constantinurs/thymeleaf-variables
BAEL-7263: Check if a Thymeleaf variable is defined
2024-02-03 10:24:58 +01:00
anuragkumawat 180d3ea9c8
JAVA-30174 Fix spring-mvc-xml-2 failing test (#15744) 2024-02-02 14:25:27 +02:00
Constantin 846d763515 BAEL-7263: Highlight scenarios where defined variable is evaluated as false 2024-02-01 20:06:26 +02:00
Amit Pandey 19aaa777d5
JAVA-30522 :- Fix spring-mvc-basics runtime error for JSTL (#15680) 2024-02-01 14:49:32 +02:00
panos-kakos 66db54d9bd
[JAVA-30445] Clean up (#15731) 2024-01-30 22:56:21 +01:00
Constantin 003e89f1c6 BAEL-7263: Update test name 2024-01-30 15:22:14 +02:00
Constantin ebdae78e5e BAEL-7263: Update test name 2024-01-30 15:21:19 +02:00
Amit Pandey 5ce49b5ce9
[JAVA-30682] Upgrade Spring rest testing to Spring Boot 3 and to latest Hibernate core latest (#15740) 2024-01-30 00:40:58 +01:00
Amit Pandey 4dcebecdb5
[JAVA-30682] Upgrade Spring rest query module to Spring Boot 3 and latest hibernate-core (#15741) 2024-01-30 00:40:05 +01:00
Maiklins 1bf303a1af
Merge pull request #15769 from Maiklins/BAEL-6758-update-readme
Update README.md
2024-01-29 23:21:05 +01:00
Maiklins 0e45dee5c1
Update README.md 2024-01-29 23:15:29 +01:00
Maiklins cc70defdc5
Merge pull request #15705 from Michaelin007/petstore
https://jira.baeldung.com/browse/BAEL-6758
2024-01-29 23:02:01 +01:00
Constantin 4f0a16e411 BAEL-7263: Check if variable is not null 2024-01-29 15:50:28 +02:00
Constantin 550788a96d BAEL-7263: Update method names 2024-01-29 15:45:07 +02:00
Constantin 2c75afbbe3 BAEL-7263: Check if a Thymeleaf variable is defined 2024-01-29 15:12:21 +02:00
rcalago 830723cdbe
Update README.md 2024-01-27 20:58:26 +08:00
collaboratewithakash 7e5a3cc9e0
backlink updated 2024-01-27 13:23:42 +05:30
Kasra Madadipouya 69fad866d9
JAVA-30632 Upgrade spring-resttemplate module to Spring Boot 3 (#15713)
* JAVA-30632 upgrade Spring rest template module to Spring Boot 3

* JAVA-30632 fix broken tests
2024-01-23 21:24:18 +05:30
Loredana Crusoveanu bcab98e9c1
Merge pull request #15686 from rcalago/master
Updated README.md
2024-01-22 12:10:27 +02:00
michaelin007 f33fe359fa https://jira.baeldung.com/browse/BAEL-6758 2024-01-22 09:13:06 +00:00
Amit Pandey 97e9ba0c3f
[JAVA-30357] Upgrade spring-mvc-java-2 to Spring Boot 3 (#15625) 2024-01-22 09:00:05 +01:00
Harry9656 cc1b43e554
[JAVA-28963] Migrate spring-mvc-java to Spring Boot 3(#15640) 2024-01-21 21:26:29 +01:00
rcalago 29b839f0ec
Update README.md 2024-01-19 10:50:03 +08:00
Forb Yuan 69eddf18d3
BAEL-6080: Getting Query String Parameters from HttpServletRequest 2024-01-17 10:16:00 +08:00
Forb Yuan cd654c9e20
BAEL-6080: Getting Query String Parameters from HttpServletRequest 2024-01-17 10:16:00 +08:00
Amit Pandey 290d4d266a JAVA-29172 :- Upgrade spring-mvc-basics to Spring Boot 3 (#15555) 2024-01-10 15:21:35 +02:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
Amit Pandey 7cfb65748b Fix pom files in Spring Web and testing module (#15538) 2024-01-03 07:41:51 +05:30
Eugene Kovko f0c4180670 BAEL-7009: Using XML in @RequestBody in Spring REST (#15472)
* BAEL-7009: Using XML in @RequestBody in Spring REST

* BAEL-7009: Fix parametrization issue

* BAEL-7009: Added JAXB dependencies

* BAEL-7009: Back to Java 8 and javax

* Revert "BAEL-7009: Back to Java 8 and javax"

This reverts commit e5f55f344dab75d434d143083196bd00181a3518.

* BAEL-7009: Migrated the solution to Jackson XML

* BAEL-7009: Remove REST file

* BAEL-7009: Cleanup
2023-12-27 09:57:03 -08:00
Amit Pandey fcb652319b Upgrade Spring-mvc-basics-4 module to Spring Boot 3 (#15458) 2023-12-22 19:09:09 +01:00
Amit Pandey 51e9f6cf37 Made changes to upgrade the module spring-resttemplate-3 to Spring Boot 3. (#15455) 2023-12-21 08:59:11 +01:00
panos-kakos f624403a86 [JAVA-28185] (#15367)
* [JAVA-28185] Moved code for article(Introduction to HtmlUnit) to spring-mvc-java-2

* [JAVA-28185] Moved code for article(Upload and Display Excel Files with Spring MVC) to spring-mvc-java-2

* [JAVA-28185] Clean up

* [JAVA-28185]
2023-12-09 20:15:35 +01:00
Harry9656 cc649a1586 JAVA-27515: Upgraded spring-session-jdbc to spring-boot-parent-3 (#15326) 2023-12-08 19:57:33 +02:00
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
Harry9656 f3e865d163 Merge branch 'master' into task/JAVA-26765 2023-11-30 00:58:57 +01:00
gaepi 8dd4651db5 JAVA-27656 | removing WebSecurityConfigurerAdapter from spring-web-modules/spring-thymeleaf 2023-11-27 11:48:10 +01:00
Harpal Singh 36dfdf2832 JAVA-26757: Update spring-thymeleaf to new version of thymeleaf. 2023-11-25 12:16:52 +01:00
Harpal Singh e01877df50 JAVA-26757: Update spring-mvc-basics-2 to new version of thymeleaf. 2023-11-25 12:16:52 +01:00
Harpal Singh 126594bacf JAVA-26757: Update spring-thymeleaf-5 to new version of thymeleaf. 2023-11-25 12:16:52 +01:00
Harry9656 a2acd64779 JAVA-26727: Update the resilience4j-timelimiter library (#15277)
* JAVA-26727: Update libraries-6 to a new version of resilience4j dependencies.

* JAVA-26727: Update spring-rest-http-2 to a new version of resilience4j dependencies.
2023-11-24 17:58:47 +02:00
Harry9656 4c05325ee0 JAVA-26765: Update persistence-modules/spring-rest-query-language to new mysql connector 2023-11-23 05:28:20 +01:00