Releases: WURFL/wurfl-microservice-client-java
Releases · WURFL/wurfl-microservice-client-java
WURFL Microservice client Java - 2.1.9
- Updated vulnerable dependencies
(note: from this version, release tags will have the v prefix (ie: v2.1.9
)
WURFL Microservice client Java - 2.1.8
- Modified project file to allow deployment on new Maven Central Portal (replaces OSSRH)
- Minimum required Java version is now 11
- Updated dependencies
WURFL Microservice client Java - 2.1.7
- Simplified pom file:
- added package exclusion in order to ignore JDK related packages in code coverage
- removed unused profiles
- A simple
mvn clean package
command generates all basic jars (lib, sources, javadoc) and a zip file that contains all of them.
- Upgraded dependencies that contained vulnerabilities
- Prior to this version, artifacts from
mvn
commands generated jars with thewm-client
naming, which is different from the one used in Maven Central artifacts; this release aligns artifact naming to the MCR one.
WURFL Microservice client Java 2.1.6
- Updated common-lang dependency to commons-lang3 (all test pass)
- Small improvement in tests
- Small code cleanup
WURFL Microservice 2.1.5
- Updated Gson version to solve vulnerability issue
- Some code cleanup
WURFL Microservice 2.1.4 b - Java
This release is for internal use only. It just contains a unit test fix and some test code cleanup (removal of redundand generic args, better print format calls, removal of unused import, lambda usage where possible).
No published code has been changed, thus this released will be marked as "b" and not published on Maven Central.
WURFL Microservice 2.1.4 - Java
- Updated dependency
WURFL Microservice 2.1.3 - Java
This release updates commons.io
dependency to version 2.7 to fix a known vulnerability; this requires minimum Java version to be increased to Java 8.
WURFL Microservice 2.1.2 - Java
- Used the whole HTTP request to perform detection in example app
WURFL Microservice 2.1.1 - Java
- Fix cache access issue