* [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