I got a build failure in github actions yesterday: Error: Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.4.9:features-generate-descriptor (generate-features-file) on project authservice.definitions: Error: The plugin org.apache.karaf.tooling:karaf-maven-plugin:4.4.9 has unmet prerequisites: Error: Required Java version 22 is not met by current version: 21.0.9 Error: -> [Help 1]
I am running java 21.0.4 locally, and haven't had any issues in local maven builds since I bumped karaf from 4.4.8 to 4.4.9. And I have also had many builds not fail on github actions with a java 21 build image, since I switched. So I am kinda wondering where this error is coming from...? Any ideas? Thanks! - Steinar
