Releases: JavaWebStack/http-router
Releases · JavaWebStack/http-router
Release 1.0.2
- 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
Removed the jws repository and fixed the dependency versions
Release 1.0.0
First release
pre-alpha-1.0.0
Fixed Annotations