This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
Releases: javaConductor/gserv
Releases · javaConductor/gserv
gServ 1.1.0
v1.0.0
v0.9.9
Beta 0.9.8
Beta 0.9.7
Beta 0.9.6
- Added conversion() function for use in server config closure to define a converter function to convert InputStream to specified Class.
- PUT/POST Actions can now declare a type for the first argument (which is by default the inputStream) and if there is a conversion defined, it will by converted to that type.
- Avaliable via Maven/Gradle on Bintray/jCenter (io.github.javaconductor:gserv:0.9.6)
Beta 0.9.5
Updated installer.
Refactoring.
Available on jcenter Maven repo.
Gradle -> io.github.javaconductor:gserv:0.9.5
Beta 0.9.3
Fixed problem with static files.
Beta 0.9.2
re-design of filter system
Beta 0.9.1
Beta-0.9.1 Merge branch 'master' of https://github.com/javaConductor/gserv