Documentation
General documentation is still in the making, tutorials will be added over time. Currently your best bet is looking at the Javadoc and the unit tests source code.
Tutorials
Nieuws
The problem
We all love unit testing and Spring's JavaConfig. And we certainly dig them beans, however for unit testing we need to mock or instantiate our beans with Test @Configuration classes (or reuse existing @Configuration classes).
In the case of mocking, we might see that adding an extra @Autowired dependency in e.g. a Service class, might break some tests...well .. sometimes a lot of tests.
After fixing those, we might see more broken tests ...…
One important bugfix and 2 useful additions. Release should be fully backwards compatible.
See the original news message we published http://www.foreach.be/blog/open-sourcing-our-common-java-libraries. Both the public Confluence space and JIRA have been initialized. The Confluence documentation has been cleaned up when migrating from our internal Confluence.