keycloak / keycloak-quickstarts

Apache License 2.0
1.99k stars 985 forks source link

Not possible to compile quickstarts with jdk 17 #398

Closed martin-kanis closed 1 year ago

martin-kanis commented 1 year ago

Describe the bug

Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:2.6:war failed: Unable to load the mojo 'war' in the plugin 'org.apache.maven.plugins:maven-war-plugin:2.6' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: null

Version

999.0.0-Snapshot

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

mvn clean install -DskipTests with jdk 17

Anything else?

No response

mposolda commented 1 year ago

I am resolving as there was refactoring of quickstarts recently and quickstarts are using Java 17 and should work fine.