40 Commits

Author SHA1 Message Date
panos-kakos
61cf039ec1 [JAVA-19668] (#13721)
* [JAVA-19668] Moved libraries-5 module to jdk9-and-above profile

* [JAVA-19668] Moved libraries-4 module to jdk9-and-above profile

* [JAVA-19668] Moved libraries-6 module to jdk9-and-above profile

* [JAVA-19668] Moved libraries module to jdk9-and-above profile + reverted changes fro libraries-6

* [JAVA-19668] Created libraries-jdk8 module

* [JAVA-19668] Clean up
2023-04-03 22:52:11 +05:30
kwoyke
a6228dc195 Merge pull request #12472 from jsgrah-spring/master
close #12095
2022-07-12 10:17:01 +02:00
jogra
fd464fcd9f close #12095 2022-07-05 13:26:34 +00:00
Asjad J
827628dd8f Updated README.md
added link back to the article: https://www.baeldung.com/java-destructor
2022-06-21 11:15:44 +05:00
apeterlic
1fc975717d Add - Is there a Destructor in Java (#12345) 2022-06-13 13:22:57 -07:00
Asjad J
416a4234fc Updated README.md
added link back to the article: https://www.baeldung.com/java-scanner-usedelimiter
2022-05-23 16:42:16 +05:00
Thibault Faure
7e50c70343 BAEL-5383 code for the use delimiters article 2022-05-15 22:11:18 +02:00
Krzysiek
8e107364da JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
Krzysiek
6a2f78d4ab JAVA-8709: Extract commons-collections4.version property to the main pom.xml 2021-11-26 13:17:01 +01:00
Krzysiek
b978d68efb JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
Krzysiek
0ab9e2e4f2 JAVA-7783: POM properties cleanup 2021-11-16 15:10:49 +01:00
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
johnA1331
6438af2fed Update README.md 2021-06-17 00:51:09 +08:00
LiamGve
3f964961da BAEL-4991 added in code for Java 9 private method introduction (#10884)
* BAEL-4991 added in code for Java 9 private method introduction

* BAEL-4991 added unit tests for java 9 private methods in interface article

Co-authored-by: Liam Garvie <liamgarvie@Liams-MacBook-Pro.local>
2021-06-09 09:31:16 -07:00
sampadawagde
1ca10a7a99 JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
Krzysiek
412b8a5c68 JAVA-3585: Use common commons-io.version property in all child modules 2021-01-07 20:42:57 +01:00
Krzysztof Woyke
2be135dfe2 JAVA-3586: Use commons-lang3.version property 2021-01-04 12:50:24 +01:00
mikr
ccac9de896 Java-2394 Create default and integration profile for JDK-9 and above modules 2020-09-10 01:08:03 +02:00
johnA1331
7eee9e4f58 Update README.md 2020-07-21 21:47:50 +08:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
kwoyke
413e426c8e BAEL-2682: Move java-immutable-set article to core-java-collections-set module (#9001) 2020-04-01 20:42:54 +02:00
johnA1331
2f6764192d Update README.md 2020-03-23 18:07:01 +08:00
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
kwoyke
db70d23f39 BAEL-3476: Add Java 9 example to Immutable ArrayList in Java (#8636) 2020-01-31 21:55:19 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
catalin-burcea
34e61efb0a [BAEL-16531] - Move all the existing articles on "optional" under java-optional 2019-11-26 12:01:07 +02:00
Alessio Stalla
fabf0993f6 #BAEL-16633 split Core Java 9 module - improved features 2019-10-29 15:30:01 +01:00
Alessio Stalla
83b5897387 #BAEL-16633 split Core Java 9 module - new Java 9 features 2019-10-29 13:58:21 +01:00
Alessio Stalla
0e37289743 #BAEL-16633 split Core Java 9 module - Jigsaw 2019-10-25 16:42:05 +02:00
Sam Millington
e4ef23d7b9 Add README descriptions 28! (#7917) 2019-10-02 22:19:05 -06:00
sheryllresulta
4554bb89de Merge branch 'master' into master 2019-05-27 14:54:38 +08:00
Loredana
148ff421e0 fix formatting 2019-05-25 21:34:44 +03:00
Loredana
402054d5d2 Merge branch 'master' of https://github.com/eugenp/tutorials 2019-05-25 15:09:28 +03:00
sheryllresulta
287f589aee Update README.md
[skip ci]
2019-05-24 17:04:25 +08:00
Loredana
3946260278 fix conflict 2019-05-23 20:23:14 +03:00
Loredana
d939f25837 fix slf4j message issue 2019-05-21 22:55:03 +03:00
Loredana Crusoveanu
b5c5648e71 Update README.md 2019-05-12 17:23:33 +03:00
Loredana
6f7ebf8574 fix conflicts 2019-05-10 23:22:52 +03:00
Loredana Crusoveanu
0fa8b6a24c Update README.md 2019-05-07 22:42:38 +03:00
amit2103
3bae5e5334 [BAEL-9555] - Created a core-java-modules folder 2019-05-05 17:22:09 +05:30