Releases: slub/urnlib
Releases · slub/urnlib
v3.0.0
Upgrade to Java 11 including a module-info file to support better modularization.
-
Bugfixes and improvements including #31, #30, #28, #25 as well as internal refactorings and Test framwork and build plugin upgrades.
-
Migrate from OSSRH to Maven Central publishing. See https://central.sonatype.org/pages/ossrh-eol/#self-service-migration
Release v2.0.1
Fixes #13, #15 and #17
Release v2.0.0
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