java-tutorials/libraries-3
Bipin kumar 68de2833f3 Java 18150 (#13818)
* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Handle MutabilityAnalysisException by adding @Test(expected = Exception.class) while upgrading the module to java-11

* JAVA-18150: Changes made for commenting whenModifying_shouldCreateNewInstance test case as assertImmutable is not work

* JAVA-18150: Changes made for moving libraries-3 to default-jdk9-and-above and integration-jdk9-and-above

* JAVA-18150: Changes made for moving ignoring whenModifying_shouldCreateNewInstance test case

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-04-15 09:43:07 +05:30
..
src Java 18150 (#13818) 2023-04-15 09:43:07 +05:30
README.md Update README.md 2022-04-20 22:50:27 +08:00
pom.xml Java 18150 (#13818) 2023-04-15 09:43:07 +05:30

README.md

Libraries-3

This module contains articles about various Java libraries. These are small libraries that are relatively easy to use and do not require any separate module of their own.

The code examples related to different libraries are each in their own module.

Remember, for advanced libraries like Jackson and JUnit we already have separate modules. Please make sure to have a look at the existing modules in such cases.

Relevant Articles: