UWIT-IAM / uw-idp-custom

Local IdP configuration and etc customizations
0 stars 0 forks source link

Java upgrade #58

Open mar235av opened 3 weeks ago

mar235av commented 3 weeks ago

Shibboleth 5.X requires a Java upgrade. We are currently using Java 11, and must upgrade to Java 17. This is not a major concern as we have established a standard process for Java upgrades on our IdP servers.

Added note: this Java upgrade requires installing the Nashorn Shibboleth plugin. This plugin replaces the scripting language that was included with Java 11 but dropped after Java 14.

mar235av commented 20 hours ago

Completed. Installed Eclipse Temurin (Adoptium) version 17.0.11+9, the latest availabler version of Java 17. Installed the Shibboleth nashorn plugin. Required a rebuild of the war, which I deployed to dev and tested with the new Java version.