Skip to content

2.1

Compare
Choose a tag to compare
@rbygrave rbygrave released this 19 May 20:43
· 54 commits to master since this release

Issues

#34 - Auto-detection of JsonService additionally supports avaje-jsonb (so detects Jackson, then avaje-jsonb)
#33 - Change avaje-jex-jetty to use jetty-server from jetty-servlet. From extend HttpServlet -> extend AbstractHandler
#32 - Bump Jetty to version 11.0.8
#31 - sessionAttribute(key) should not create session bug
#30 - Add JsonbJsonService module (as an alternative to Jackson databind / ObjectMapper)
#29 - Service load JsonService
#27 - Add queryParam that takes default method - queryParam(String name, String defaultValue)