Skip to content

Releases: JavaWebStack/http-router

Release 1.0.2

07 Oct 20:32
08787ab
Compare
Choose a tag to compare
  • Implemented a controller initiator to allow using dependency injection systems
  • Fixed that body was returning null when parsing failed
  • Implemented an adapter system (IHTTPSocketServer) to allow plugging in different http server implementations
  • Implemented a simple http server implementation (not yet recommended for production use)
  • Implemented an Undertow implementation that now replaces the previously used jetty server
  • Removed support for jetty as they don't support Java 8 in current versions anymore. Jetty can still be used with a self-written adapter.
  • Implemented a custom implementation of the websocket protocol that doesn't use hacky tricks anymore and can be used with different server implementations.
  • Implemented recursive method resolution in controllers to allow extendable controller classes
  • Updated validator to 1.0.1 which includes and update of abstract-data to 1.0.4

Release 1.0.1

05 Nov 23:56
Compare
Choose a tag to compare

Removed the jws repository and fixed the dependency versions

Release 1.0.0

05 Nov 22:59
Compare
Choose a tag to compare

First release

pre-alpha-1.0.0

04 Jul 16:14
e4a3699
Compare
Choose a tag to compare
pre-alpha-1.0.0 Pre-release
Pre-release
Fixed Annotations