68de2833f3
* 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> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
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:
- Parsing Command-Line Parameters with JCommander
- Guide to the Cactoos Library
- Parsing Command-Line Parameters with Airline
- Introduction to cache2k
- Introduction to the jcabi-aspects AOP Annotations Library
- Introduction to Takes
- Using NullAway to Avoid NullPointerExceptions
- Introduction to Alibaba Arthas
- Intro to Structurizr
- Introduction to Immutables
- More articles [<-- prev] [next -->]