Skip to content

Releases: jazz-community/jazz-plugin-base-service

4.0.0

25 Oct 15:13
1ab64dd
Compare
Choose a tag to compare

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

23 Jul 14:02
072ef1a
Compare
Choose a tag to compare

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

05 Jul 09:09
7c5fe42
Compare
Choose a tag to compare

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

19 Jun 06:14
Compare
Choose a tag to compare

Ensured compatibility with the 6.0.4 SDK.

2.0.0

19 Jun 06:06
Compare
Choose a tag to compare

Release 2.0.0 with breaking api changes due to the split of the client/server sdk.