Skip to content

Releases: WURFL/wurfl-microservice-client-java

WURFL Microservice client Java - 2.1.9

15 Jul 09:47
b08119b
Compare
Choose a tag to compare
  • 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

24 Apr 11:27
d06b6c5
Compare
Choose a tag to compare
  • 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

07 Nov 15:05
cdc62dd
Compare
Choose a tag to compare
  • 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 the wm-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

14 Jun 10:48
a4b1b63
Compare
Choose a tag to compare
  • Updated common-lang dependency to commons-lang3 (all test pass)
  • Small improvement in tests
  • Small code cleanup

WURFL Microservice 2.1.5

06 Jun 08:58
ee50f4f
Compare
Choose a tag to compare
  • Updated Gson version to solve vulnerability issue
  • Some code cleanup

WURFL Microservice 2.1.4 b - Java

23 Dec 08:17
ff7d2e9
Compare
Choose a tag to compare

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

30 Sep 08:15
5a53431
Compare
Choose a tag to compare
  • Updated dependency

WURFL Microservice 2.1.3 - Java

18 May 10:04
a9f8474
Compare
Choose a tag to compare

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

27 Oct 15:28
56d2570
Compare
Choose a tag to compare
  • Used the whole HTTP request to perform detection in example app

WURFL Microservice 2.1.1 - Java

20 Oct 16:28
fb8b525
Compare
Choose a tag to compare
  • Fix cache access issue