Skip to content

0.11.1

Compare
Choose a tag to compare
@barchetta barchetta released this 08 Feb 01:55
· 3372 commits to main since this release

Notes

If you are upgrading from 0.10.5 or earlier you will need to change
your application (see Notes for 0.11.0 release). For details on API
changes see API Changes

If you are upgrading from 0.11.0 note that media support (for example JsonSupport)
has moved to a top level media component. Details
in API Changes.

Thanks for your patience with API changes. Once 1.0 is released this will
be behind us!

Improvements

  • Security: Support PermitAll and DenyAll annotations 334
  • WebServer: Implement RequestPredicate 325
  • WebServer: Move media processing separated to a top level module 326
  • Documentation: Add CDI extensions documentation 324
  • Documentation: Various documentation and examples updates

Fixes

  • Metrics: Prometheus default help value added 375
  • Security: Jersey client fails in MP 1.2 with no security configured 332
  • WebServer: URL encoding of characters for Webserver and Jersey 370
  • Use JsonBuilderFactory instead of Json.create 330