Gerardo Roza
172b426c2b
changes related to spring-boot-modules/spring-boot-testing boot 2.4.0 upgrade
2021-01-13 11:28:41 -03:00
Gerardo Roza
87a0f2ac14
added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests
...
These are potential issues, since the dependency is included in the root pom
2021-01-13 10:26:38 -03:00
Gerardo Roza
47a4e8e2fa
improved and updated spring-boot-yaml-vs-properties article code
2021-01-11 14:23:27 -03:00
Gerardo Roza
14c3172a65
added example for multidocument properties files
2021-01-11 12:20:23 -03:00
Gerardo Roza
ce5d4f3a8b
removed starter-test vintage engine exclusion, not needed since Boot 2.4.0
2021-01-09 23:09:00 -03:00
Loredana Crusoveanu
0196f1224f
Merge pull request #10399 from rozagerardo/rozagerardo/JAVA-3716_Update-articles-for-2.4.0--spring-boot-properties2
...
[JAVA-3716] Update articles for 2.4.0 - spring-boot-modules/spring-boot-properties2
2021-01-09 13:22:19 +02:00
Loredana Crusoveanu
72836a986f
Merge pull request #10410 from sampada07/JAVA-3542
...
JAVA-3542: Move persistence modules to persistence-modules folder
2021-01-09 13:15:24 +02:00
Loredana Crusoveanu
1a47c9ff26
Merge pull request #10408 from rozagerardo/rozagerardo/JAVA-3715_Update-articles-for-2.4.0--spring-boot-properties--cleanup
...
[JAVA-3715] Update articles for 2.4.0 - spring-boot-modules/spring-boot-properties -- cleanup
2021-01-09 13:13:38 +02:00
sampadawagde
6a7c21fe46
JAVA-3542: Removed module from main pom
2021-01-09 13:01:08 +05:30
sampadawagde
33ac26e146
JAVA-3542: Added module to new parent's pom
2021-01-09 13:00:07 +05:30
sampadawagde
751cc4b6ff
JAVA-3542: Moved spring-jooq inside persistence-modules
2021-01-09 12:59:21 +05:30
Gerardo Roza
eb5fd0de9e
cleaned up boot version override in spring-boot-properties, since the parent-boot-2 module has been updated
2021-01-08 18:14:01 -03:00
Loredana Crusoveanu
9f8dff1f44
Merge pull request #10405 from sampada07/JAVA-4216
...
JAVA-4216: Fix issue in jnosql-artemis project
2021-01-08 16:11:42 +02:00
sampadawagde
0425438e39
JAVA-4216: Fix issue in jnosql-artemis project
2021-01-08 18:22:46 +05:30
Loredana Crusoveanu
6d82ab741b
Merge pull request #10403 from kwoyke/JAVA-4217
...
JAVA-4217: Update batch dependencies
2021-01-08 11:36:10 +02:00
Loredana Crusoveanu
b10dd3cd23
Merge pull request #10402 from kwoyke/JAVA-3585
...
JAVA-3585: Upgrade commons-io dependency
2021-01-08 11:28:26 +02:00
Krzysiek
34428e9bdd
JAVA-4217: Update batch dependencies
2021-01-07 23:14:19 +01:00
Krzysiek
412b8a5c68
JAVA-3585: Use common commons-io.version property in all child modules
2021-01-07 20:42:57 +01:00
Krzysiek
0c63770cf2
JAVA-3585: Upgrade commons-io in the main pom.xml
2021-01-07 20:26:18 +01:00
Loredana Crusoveanu
c54b2ca49d
Merge pull request #10401 from eugenp/issue-10394
...
move main class to graphql package
2021-01-07 16:35:49 +02:00
Loredana Crusoveanu
85b8471cdf
move main class to graphql package
2021-01-07 16:30:52 +02:00
Loredana Crusoveanu
6c454d0b91
Merge pull request #10400 from sampada07/JAVA-4214
...
JAVA-4214: Fix issue with geodb repo
2021-01-07 11:29:33 +02:00
sampadawagde
8a0db7a76b
JAVA-4214: Fix issue with geodb repo
2021-01-07 11:06:50 +05:30
MeenaGawande
8e7f37775c
[BAEL-4720] Java File.separator vs File.pathSeparator ( #10330 )
...
* [BAEL-4720] Java File.separator vs File.pathSeparator
Removed src code and modified junit tests
* [BAEL-4720] Java File.separator vs File.pathSeparator
Code formatting: Removed extra spaces in the code
* [BAEL-4720] Java File.separator vs File.pathSeparator
Added more junit tests
* [BAEL-4720] Java File.separator vs File.pathSeparator
Added new module core-java-io4 and moved the code from core-java-io3 module.
Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com >
2021-01-06 18:06:07 +00:00
Loredana Crusoveanu
0c7b0dfdf5
Merge pull request #10397 from kwoyke/JAVA-3541
...
JAVA-3541: Move spring-5-mvc into spring-web-modules
2021-01-06 17:09:53 +02:00
Gerardo Roza
01a7cc7301
updated deprecated Assert. method usage. This is not related to this 2.4.0 boot update
2021-01-06 11:49:12 -03:00
Gerardo Roza
22f9af4df9
Updated deprecated ConfigFileApplicationContextInitializer usage, now using ConfigDataApplicationContextInitializer
2021-01-06 11:48:27 -03:00
Krzysztof Woyke
b348dd79c8
JAVA-3541: Move spring-5-mvc into spring-web-modules
2021-01-06 11:16:55 +01:00
Loredana Crusoveanu
6ec5634c3b
Merge pull request #10392 from kwoyke/JAVA-3586
...
JAVA-3586: Upgrade commons-lang3 dependency
2021-01-06 12:13:38 +02:00
Loredana Crusoveanu
40dbb56721
Merge pull request #10391 from kwoyke/JAVA-3540
...
JAVA-3540: Move spring-resttemplate into spring-web-modules
2021-01-06 11:53:56 +02:00
Loredana Crusoveanu
6ca0179f0d
Merge pull request #10393 from sampada07/JAVA-4011
...
JAVA-4011: Split or move spring-5-security module
2021-01-06 11:04:02 +02:00
Loredana Crusoveanu
42a1490804
Merge pull request #10396 from johnA1331/master
...
BAEL-31912 - add links to github-baeldung articles
2021-01-06 10:55:59 +02:00
johnA1331
38f1cdc515
Update README.md
2021-01-06 15:25:50 +08:00
johnA1331
3655cbba65
Update README.md
2021-01-06 15:23:20 +08:00
johnA1331
98c7f19e80
Update README.md
2021-01-06 15:21:03 +08:00
johnA1331
902849341c
Update README.md
2021-01-06 15:03:21 +08:00
sampadawagde
de65ebd3a3
JAVA-4011: README changes
2021-01-05 23:01:01 +05:30
sampadawagde
294c10bd51
JAVA-4011: Moved 1 article from spring-5-security to
...
spring-boot-security
2021-01-05 23:00:14 +05:30
Krzysztof Woyke
217f716e8e
JAVA-3540: Move spring-resttemplate into spring-web-modules
2021-01-05 14:10:30 +01:00
Loredana Crusoveanu
9065589331
Merge pull request #10388 from kwoyke/JAVA-3538
...
JAVA-3538: Move spring-rest-testing into spring-web-modules
2021-01-05 12:06:41 +02:00
Krzysztof Woyke
b13ae16104
JAVA-3586: Get rid of the overriden commons-lang3.version property
2021-01-04 23:01:41 +01:00
Krzysztof Woyke
90a99abc14
JAVA-3538: Move spring-rest-testing into spring-web-modules
2021-01-04 16:27:21 +01:00
Loredana Crusoveanu
e987b2bfb3
Merge pull request #10386 from kwoyke/JAVA-3537
...
JAVA-3537: Move spring-rest-simple into spring-web-modules
2021-01-04 16:21:01 +02:00
Krzysztof Woyke
d6f63bcbbf
JAVA-3586: Fix versions-maven-plugin pom.xml
2021-01-04 13:33:47 +01:00
Krzysztof Woyke
2be135dfe2
JAVA-3586: Use commons-lang3.version property
2021-01-04 12:50:24 +01:00
Krzysztof Woyke
4a9becca39
JAVA-3586: Upgrade commons-lang3 to 3.11 in the main pom.xml
2021-01-04 12:29:07 +01:00
Krzysztof Woyke
3a29db3bf1
JAVA-3537: Move spring-rest-simple into spring-web-modules
2021-01-04 10:50:19 +01:00
Loredana Crusoveanu
fc8e265cd0
Merge pull request #10381 from sampada07/JAVA-3527
...
JAVA-4166: Fix test in spring-5-reactive
2021-01-04 10:25:35 +02:00
Loredana Crusoveanu
5745fd7c71
Merge pull request #10384 from rozagerardo/rozagerardo/JAVA-4134_Fix-test-in-spring-boot-properties
...
[JAVA-4134] Fix test in spring-boot-properties
2021-01-04 10:14:45 +02:00
Gerardo Roza
b9ed88330a
fixed error updating deprecated isEmpty method
2021-01-03 16:36:16 -03:00