July 2011
2 posts
New Jabox version 0.0.15 →
New version contains some quick fixes to make Jabox more usable after the big changes of the previous version. This is why these two versions where published together.
Sonar now is deployed correctly on Windows and Linux.Beanstalk plugin is usable again after their change to https. The embedded Servlets are now pointing to the correct port.
This is the first Github release.
Changelog
Bug...
New Jabox version 0.0.14 →
This new version contains two big features:
Cargo Servlet Container
Now instead of trying to load the services in the same container where Jabox is running, they are launched using a cargo servlet container. Cargo is being used to decouple the solution from a specific servlet container implementation, this way the container will even be able to be selected by user in the future. For the moment...