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)

Most upvoted comments

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:

Hi everbody,

thanks for the Info. Honestly I don’t think I have enough background info for fixing the bug. I will have a look upcoming week but chances are not very good.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/quarkusio/quarkus/issues/6606?email_source=notifications&email_token=AAANG5PVIFWNRLWQF2WQWXLQ6THYDA5CNFSM4KIG75X2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJK6JTI#issuecomment-576054477, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAANG5OR4HYBWTW3D7R7TTDQ6THYDANCNFSM4KIG75XQ .

Thanks for opening the issue @sberyozkin

@gastaldi agreed to take a look