quarkus: quarkus-elytron-security-ldap-integration-test fails in the native mode
Describe the bug Georgios @geoand has spotted it is not part of the native CI build and fails locally when run in the native mode with:
[quarkus-elytron-security-ldap-integration-test-999-SNAPSHOT-runner:26719] analysis: 27,176.27 ms
Error: Unsupported features in 2 methods
Detailed message:
Error: Class initialization of org.wildfly.security.auth.client.ElytronMessages failed. Use the option --initialize-at-run-time=org.wildfly.security.auth.client.ElytronMessages to explicitly request delayed initialization of this class.
Original exception that caused the problem: java.lang.NoClassDefFoundError: org/wildfly/client/config/ConfigXMLParseException
at java.lang.Class.forName0(Native Method)
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (9 by maintainers)
In this case I suggest to remove the extension from the core sources in master (and for 1.2), since we need to make sure they work in native too.
Em Dom, 19 de jan de 2020 19:28, hartimcwildfly notifications@github.com escreveu:
Thanks for opening the issue @sberyozkin
@gastaldi agreed to take a look