As mentioned in previous post, most of my projects have been touched lately. So here is a list of the latest releases that you might find useful to integrate:
- RS Library V1.4.0 – Some improvements, compiled with Java 9
- CSV/Excel Utility V3.0.0 – Some API changes, Java 9
- Bugzilla for Java V3.0.0 – API changes for data types, Java 9
Also, there is a new project: EventBroker – a MQTT-alike event broker to enable losely coupled microservices being synchronized. It is written in Java and runs as docker container. Check it out when you look for an easy way to signal events to REST services in your distributed environment. Fun Feature: a special subscription topic for timer events that will enable you to implement cron jobs inside microservices – triggered by a REST call.