You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helidon MP quickstart fails to run using JDK 17:
2021.06.02 09:28:50 INFO org.jboss.weld.Event Thread[main,5,main]: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType<?>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.025 s <<< FAILURE! - in io.helidon.examples.quickstart.mp.MainTest
[ERROR] io.helidon.examples.quickstart.mp.MainTest Time elapsed: 1.025 s <<< ERROR!
java.lang.reflect.GenericSignatureFormatError:
Signature Parse error: Expected Field Type Signature
Remaining input: org.eclipse.microprofile.openapi.annotations.enums.SchemaType
at io.helidon.examples.quickstart.mp.MainTest.startTheServer(MainTest.java:27)
Steps to reproduce
Install JDK 17 preview and make sure you are using it: java --version
Generate a project using the 2.3.0 Helidon MP quickstart
mvn clean install
The text was updated successfully, but these errors were encountered:
Note using the property only works if you are using the Helidon application parent pom (which the quickstart does). Otherwise you will need to force the upgrade by managing the version yourself in your pom.
Environment Details
Problem Description
The Helidon MP quickstart fails to run using JDK 17:
Steps to reproduce
java --version
mvn clean install
The text was updated successfully, but these errors were encountered: