Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wsdl2Java code generation fails due to a missing SPI implementation #1332

Closed
camproto opened this issue Apr 5, 2024 · 2 comments · Fixed by #1333
Closed

wsdl2Java code generation fails due to a missing SPI implementation #1332

camproto opened this issue Apr 5, 2024 · 2 comments · Fixed by #1333

Comments

@camproto
Copy link

camproto commented Apr 5, 2024

I opened a quarkus issue quarkusio/quarkus#39689 that in v3.6.9 my SecretsKeyHandler ist did not compile after an upgrade from 3.2.4.

radcortez mentioned your fix in #1007 may cause the problem with my custom SecretsKeyhandler in compile phase in v3.6.9.

Would appreciate a confirmation on that.

I expect a possible fix of it (if at all) in the latest Java 17 version. In my project I'm still on Java 11, and therefore need to migrate to Java 17 before. Or do you still maintain a fix on a Java 11 version?

@ppalaga
Copy link
Contributor

ppalaga commented Apr 5, 2024

Thanks for the report and the reproducer @camproto. I commented on the original issue: quarkusio/quarkus#39689 (comment)

@ppalaga ppalaga changed the title Support config service in cxf code generator phase again wsdl2Java code generation fails due to a missing SPI implementation Apr 5, 2024
ppalaga added a commit to ppalaga/quarkus-cxf that referenced this issue Apr 5, 2024
@ppalaga
Copy link
Contributor

ppalaga commented Apr 5, 2024

Would a backport to Quarkus CXF 2.2 (Quarkus Platform 3.2) be of any value for you? That's the last java 11 compatible LTS stream. Sorry, that would make no sense. 2.2 does not suffer from this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants