Skip to content
All releases Release 90.5

Java 8 Build Fix

Factor House·December 20, 2022

Downloads

Artifacts published with release 90.5.

Kpow can be found on Dockerhub

View our Docker quick start guide for help getting started.

Kpow v90.5 fixes a regression in the 90.4 build of our Java 8 JAR artifact.

Java 8 Build Regression

In the 90.4 release of Kpow we updgraded our SAML client to latest, this brought a transitive dependency that required Java 11+.

This release rolls back that transitive dependency in our Java 8 build only.

Futureproofing

Our CI/CD process now runs full end-to-end build and tests on the Java 8 artifact with a Java 8 JRE.

This means we will catch any similar error earlier, in the automated build and release process.

If you have experienced an issue updating to Kpow v90.4 with Java 8, simply update to this release for the fix.

Changelog

Kpow v90.5

  • Fix Java 8 JAR Regression