* BAEL-855 code for the STM article * BAEL-855 method ordering * BAEL-855 Better test case * BAEL-855 formatting * BAEL-855 rename * BAEL-855 change to expected * Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-855_stm # Conflicts: # libraries/pom.xml
Relevant articles
- Intro to Jasypt
- Array Processing with Apache Commons Lang 3
- String Processing with Apache Commons Lang 3
- Introduction to Javatuples
- Introduction to Javassist
- Embedded Jetty Server in Java
- Introduction to Apache Flink with Java
- Introduction to JSONassert
- Intro to JaVer
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
The code examples related to different libraries should go in a new package.
Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.