* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: Changes made for formatting the pom.xml
* JAVA-22625: commenting module
* JAVA-22625: commenting module
* JAVA-22516 Split or move core-java-io-apis-2 module (moved-1)
* JAVA-22516 Adding back the file after fixing the conflicts
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* [BAEL-6253] records equals and hashcode
* [BAEL-6253] records equals and hashcode
* [BAEL-6253] records equals and hashcode test case
---------
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
* [BAEL-6297_boolean-to-str] convert boolean to java article
* [BAEL-6297_boolean-to-str] using Boolean.FALSE instead of false for the Boolean variable
* [BAEL-6297_boolean-to-str] rename test methods
* [stream-2maap-dup-keys] Handle Duplicated Keys When Producing Map Using Java Streamt
* [stream-2maap-dup-keys] create the *-streams-maps module
* [stream-2maap-dup-keys] add the new moudle to the parent pom
* [JAVA-5730] convert list of objects to list of strings
* [JAVA-5730] added new unit tests with null and non-null lists. modified pom.xml with java version to 16
* [JAVA-5730] simplified User class and formatted the codebase
* [JAVA-5730] added module in jdk-9 and above profile
* [JAVA-5730] removed arraylist module from other profiles of core-java pom
* [JAVA-5730] java util opened for reflection surefire plugin
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
* BAEL-5670: Remove All Non Numeric Characters but Keep the Decimal Separator in Java String
* BAEL-5670: Remove All Non Numeric Characters but Keep the Decimal Separator in Java String
* BAEL-5670: Remove All Non Numeric Characters but Keep the Decimal Separator in Java String
- Move to a new module core-java-string-apis-2
* BAEL-5670: Add README.md file
* BAEL-5670: Add test cases to handle cases where decimal sepator is not a period or dot.
* BAEL-5670: Remove test cases to handle cases where decimal sepator is not a period or dot.
* BAEL-5670: Update ordering of modules in pom.xml
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
* Spring Data MongoDB - Configure Connection
Ready for revision.
* fixed tests to reflect article changes
* BAEL-5657
* reverting BAEL-5657
* reverting BAEL-5657
* ready for review
* removing bael-5366
* removing bael-5366
* removing extra blank space
* bael-5666
editor review
* editor review
* long literals
* junit 5
* private constructor for utils
* junit5 assertThat
* BAEL-5557 Split a stream into parts
* BAEL-5557 fix main pom.xml
* BAEL-5557 fix mvn profiles
* BAEL-5557 articles with equals and hashcode
* BAEL-5557 migrate assertions to assertj
* BAEL-5557 better assertions
* JAVA-11533 Move core-java related modules to core-java-modules
* JAVA-11533 Remove moved modules from old parent pom
* JAVA-11533 Updated Readme and pom of parent module
* JAVA-11533 Revert changes made to Readme of parent module
* JAVA-11533 Moved articles to respective submouldes
* BAEL-5350:
1. Added example usage of creating entries with Java itself
2. Added example usage of creating entries with Apache commons collecttions & Guava
3. Custom entry class and its usages
* BAEL-5350:
1. Created unit tests
* BAEL-5350:
1. simplifed assertion for java 9 entry creation
* BAEL-5350:
1. moved into core-java-collections-maps-4 module
2. updated custom entry class and its unit test
* commited initial code for hexagonal architecture
* Deleting to check in again
* Deleing to check in again
* Push first code for Hexagonal Architecture
* final code with UT for JSON to Java conversion
* removed hexagonal-architecture code from last commit
* BEL-5071 updated README
* BAEL-5071: Undo README changes and added a nested object in the JSON example.
* BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java
* BAEL-5151: Added code for getting the first of a String
* BAEL-5151: Renamed Unit Test
* BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3
* BAEL-5151: Replaced tabs with white spaces.
* BAEL-5228: Adding code for approaches to concatening null string in java
* BAEL-5228: Moved file to correct folder and added a UT.
* BAEL-5228: corrected import statements.
* BAEL-5228: corrected last commit.
* BAEL-5228: removed extra import.
* BAEL-5228: renamed UT
* BAEL-5280: added code for ArrayIndexOutOfBoundsException.
* BAEL-5280: moved code for ArrayIndexOutOfBoundsException in a new module.
* BAEL-5280: Fixed tab/spaces in pom.xml.
* BAEL-5280: Fixed indentation in ArrayIndexOutOfBoundsExceptionDemoUnitTest.java.
Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com>
* BAEL 4486
Adding 2 files for BAEL 4486
* JAVA-4486, unit tests
Added Unit Test
Corrected the formatting using formatter.xml in eclipse
* BAEL - 4486
Renamed CrytoDriverIVTest.java to CryptoDriverIVTest.java
added core-security-3 module to pom.xml
* Update CryptoDriverIVUnitTest.java
Resubmitting CryptoDriverIVUnitTest
* BAEL - 4486
Removed Blank lines from CryptoDriver.java
* 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 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.
* 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 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.
* 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>
* Initial Commit - Ports and Adapters
* Restructured code to implement input and outbou ports and adapters
* Added tests for groupingBy Collector
* Revert "Initial Commit - Ports and Adapters"
This reverts commit 55152dea
* Added tests for groupingBy Collector
* reverting
* corrected typo
* used BDD naming strategy for tests
* Added a test for groupingByConcurrent
* added new module and package
* added core-java-streams-4 module in main pom.xml
* updated pom.xml and changed artifactId
* Added code for checking if a class is abstract or not.
* Renamed test name as per review comments.
* BAEL-4695 - Added code to evaluate math expressions.
* BAEL-4695 - Added test case for math function.
* BAEL-4695 Added consistent examples and entry in parent pom.
* BAEL-4695 - Added more examples
* [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>