Skip to content

Releases: kodgemisi/servlet-url-mapper

1.2.0

24 May 22:55
c80c454
Compare
Choose a tag to compare
  • Fix path variable parsing issues with dots, decimal numbers and long.
  • Fix default path variable type. It's now string by default.

1.1.0

03 Jan 11:29
Compare
Choose a tag to compare
add exception handler

1.0.1

29 Dec 22:28
Compare
Choose a tag to compare
  • Retain URL mapping insertion order when checking URL match provide a predictable matching every time.

1.0.0

19 Oct 13:37
d24ea35
Compare
Choose a tag to compare
Refactorings (#4)

* close #1 
* close #2

v1.0.0-RC2

05 Apr 07:47
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release
fix pathVariablePattern

v1.0.0-RC1

31 Mar 14:40
Compare
Choose a tag to compare
v1.0.0-RC1 Pre-release
Pre-release
use java 8 features for simpler&cleaner req handling