Releases: jazz-community/jazz-plugin-base-service
Releases · jazz-community/jazz-plugin-base-service
4.0.0
Major Features
- Introduced optional middlewares as a centralized and reusable way to configure service parameters (See test code and provided Configurators as examples)
- Add additional action hooks for running code after a request has completed
- Improve json content parsing
Breaking changes
- RestRequest wrapper has been deprecated. Use the HttpServletRequest object directly instead.
3.0.3
Fixed a minor bug where routing would throw a null pointer exception for existing routes but non-existing methods.
Also introduced automated google code styling, and automated xml formatting.
3.0.1
Base Service Version 3
Features
- Support for path variables
- Improved URL routing
Breaking changes
Routes will have to be adjusted manually. However, changes are trivial.
2.0.1
Ensured compatibility with the 6.0.4 SDK.
2.0.0
Release 2.0.0 with breaking api changes due to the split of the client/server sdk.