Skip to content

Releases: slub/urnlib

v3.0.0

07 Aug 12:43
v3.0.0
1e7ef42

Choose a tag to compare

Upgrade to Java 11 including a module-info file to support better modularization.

Release v2.0.1

02 Sep 13:48
v2.0.1

Choose a tag to compare

Fixes #13, #15 and #17

Release v2.0.0

16 Feb 16:31

Choose a tag to compare

Makes library RFC 8141 compliant without dropping support for RFC 2141 URNs.

Major changes to the internal API as well as to the way URNs are created.
The generic resolver interface now allows for resolving to sets of arbitrary classes,
thus supporting not only URLs but also resolving hint data structures.

Fixes #10

v1.2.0

01 Nov 12:23

Choose a tag to compare

  • Switch Oracle JDK 7 for Open JDK 7
  • Add convenience method that throws IllegalArgumentException
  • Enable URN resolving to set of arbitrary types