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
Harry9656
349091f9e0
JAVA-26765: Update persistence-modules/spring-rest-testing to new mysql connector
2023-11-23 05:26:06 +01:00
Harry9656
13ffae329e
JAVA-26765: Update persistence-modules/spring-mvc-forms-jsp to new mysql connector
2023-11-23 05:23:41 +01:00
panos-kakos
c23f0d6b1f
[JAVA-26374-spring-resttemplate] Moved "RestTemplate Post Request wit… ( #15104 )
...
* [JAVA-26374-spring-resttemplate] Moved "RestTemplate Post Request with JSON" to spring-resttemplate-1
* [JAVA-26374] Moved "Get and Post Lists of Objects with RestTemplate" article to spring-resttemplate-1
2023-11-22 12:28:23 +02:00
panos-kakos
aff7d722b1
[JAVA-26374-spring-mvc-java] Moved popular articles to spring-mvc-java ( #15097 )
...
* [JAVA-26374-spring-mvc-java] Moved "Spring @PathVariable Annotation" article to spring-mvc-java
* [JAVA-26374-spring-mvc-java] Moved "Working with Date Parameters in Spring" article to spring-mvc-java
2023-11-22 12:15:20 +02:00
timis1
a4c6e7fd54
JAVA-26721 Upgrade okhttp to latest version
2023-11-19 20:44:18 +02:00
Alvin Austria
e7574bdb90
Merge pull request #15204 from panos-kakos/JAVA-26714
...
[JAVA-26714]
2023-11-18 09:00:16 +01:00
Alvin Austria
cf64a8e46f
Merge pull request #15197 from panos-kakos/JAVA-26763
...
[JAVA-26763] Upgraded powermock to latest version
2023-11-17 02:07:33 +01:00
Kasra Madadipouya
df734f467b
Merge pull request #15215 from anuragkumawat/JAVA-27197
...
JAVA-27197 Upgrade hibernate-validator version in spring-thymeleaf-5 module
2023-11-15 23:51:43 +01:00
Ehsan Sasanianno
690f6edd51
java-26772: upgrade jedis to 5.0.2 ( #15207 )
2023-11-14 13:39:36 +02:00
anuragkumawat
68f4c0517c
JAVA-27198 Upgrade hibernate-validator version in spring-thymeleaf module
2023-11-14 11:50:54 +05:30
anuragkumawat
f94f248f5a
JAVA-27196 Upgrade hibernate-validator version in spring-mvc-xml module
2023-11-14 11:25:35 +05:30
anuragkumawat
122ca1a996
JAVA-27197 Upgrade hibernate-validator version in spring-thymeleaf-5 module
2023-11-14 11:17:53 +05:30
Michael Olayemi
f8e9ed2925
Converting a File to a MultipartFile ( #15180 )
...
* Converting a File to a MultipartFile
* Converting a File to a MultipartFile
2023-11-14 10:05:36 +05:30
Kasra Madadipouya
4447d34bef
Merge pull request #15198 from anuragkumawat/JAVA-27191
...
JAVA-27191 Upgrade hibernate validator version in spring-mvc-basics-2
2023-11-13 23:28:34 +01:00
Kasra Madadipouya
ee84f3c53d
Merge pull request #15199 from anuragkumawat/JAVA-27192
...
JAVA-27192 Upgrade hibernate validator in spring-mvc-crash
2023-11-13 23:23:52 +01:00
Kasra Madadipouya
b629feb606
Merge pull request #15200 from anuragkumawat/JAVA-27193
...
JAVA-27193 Upgrade hibernate validator version in spring-mvc-forms-jsp
2023-11-13 23:20:33 +01:00
Kasra Madadipouya
1004be18c0
Merge pull request #15210 from anuragkumawat/JAVA-27194
...
JAVA-27194 Upgrade hibernate validator version in spring-mvc-java
2023-11-13 23:13:35 +01:00
anuragkumawat
72391c6947
JAVA-27194 Upgrade hibernate validator version in spring-mvc-xml-2
2023-11-13 14:52:49 +05:30
anuragkumawat
ffe2c5780e
JAVA-27194 Upgarde hibernate validator version in spring-mvc-java
2023-11-13 12:05:47 +05:30
panos-kakos
39c2f49171
[JAVA-26714] Upgraded guava to latest version
2023-11-12 18:10:31 +02:00
panos-kakos
ec251f847b
[JAVA-26739] Upgraded json-path to latest version
2023-11-12 16:35:46 +02:00
anuragkumawat
e6316d25d3
JAVA-27193 Upgrade hibernate validator version in spring-mvc-forms-jsp
2023-11-12 14:30:03 +05:30
anuragkumawat
57b035bade
JAVA-27192 Upgrade hibernate validator in spring-mvc-crash
2023-11-12 14:01:38 +05:30
anuragkumawat
21f73644b4
JAVA-27191 Upgrade hibernate validator version in spring-mvc-basics-2
2023-11-12 13:24:22 +05:30
panos-kakos
c5cbb3f0d9
[JAVA-26763] Upgraded powermock to latest version
2023-11-12 08:52:18 +02:00
anuragkumawat
f182b714a9
JAVA-26379 Fix failing test
2023-10-25 22:42:51 +05:30
anuragkumawat
2b7e938e09
JAVA-26379 Change parent of spring-web-modules to parent-spring-5
2023-10-24 14:40:19 +05:30
Gaetano Piazzolla
adb490c874
JAVA-26048 | upgraded spring-mvc-5 to spring-boot-3 ( #15005 )
2023-10-21 11:46:20 +03:00
Bipin kumar
e203f430e2
JJAVA-25376: adding missed spring-thymeleaf-attributes in the spring-web-module ( #14849 )
2023-10-20 14:49:07 +03:00
Bipin kumar
921ad80d3c
JAVA-24381:Changes made for fixing pom indentation for modules starts S to Z ( #14645 )
2023-08-28 18:30:09 +03:00
kasramp
aa110827b3
JAVA-21093 add endpoints to the readme file of the thymeleaf module
2023-08-12 21:10:44 +02:00
victorsempere
d278ca2066
Feature/BAEL-5575 ( #14350 )
...
* BAEL-5575
First commit of the example for the article:
https://drafts.baeldung.com/wp-admin/post.php?post=153774&action=edit
* BAEL-5575
Adjusted pom.xml
* BAEL-5575
Formatted source code
* BAEL-5575
Removed unused import
* BAEL-5575
Renamed UT to follow: https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit
* BAEL-5575
Modified pom.xml to define versions in properties as stated in:
https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit
* BAEL-5575
Changes checking the commands:
* mvn clean install
* mvn clean install -Dgib.enabled=false
* BAEL-5575
Set GB as the base language
* BAEL-5575
Removed explicit references to jakarta in pom.xml
Reduced code to instanciate Thymeleaf engine
* BAEL-5575
Adjusting parent artifactId
2023-08-03 14:45:32 +02:00
Loredana Crusoveanu
2f2c18a7d8
Merge pull request #14437 from edizor/master
...
Update README
2023-07-19 18:12:09 +03:00
Dhawal Kapil
5ab92647bf
Update README.md ( #14438 )
...
Cleaned up readme
2023-07-19 17:30:14 +05:30