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

Clients with a class with postponed initialization in their method signatures cannot be compiled to native #771

Merged
merged 7 commits into from
Mar 23, 2023

Conversation

ppalaga
Copy link
Contributor

@ppalaga ppalaga commented Mar 17, 2023

Fix #580

@@ -0,0 +1,4 @@
package io.quarkiverse.cxf.runtime.proxy;

interface RuntimeInitializedProxyMarker {

Check notice

Code scanning / CodeQL

Unused classes and interfaces

Unused interface: RuntimeInitializedProxyMarker is not referenced within this codebase. If not used as an external API it should be removed.
…ned initialization in their method signatures cannot be compiled to native
ppalaga added 4 commits March 23, 2023 12:54
…ime.graal.AwtFeature and DarwinAwtFeature can be transformed to RuntimeInitializedPackageBuildItem
…at build time even though no default JAXBContext will be created within the application
@ppalaga
Copy link
Contributor Author

ppalaga commented Mar 23, 2023

🥳🎉 Finally!!!

@ppalaga ppalaga merged commit 3f7dc20 into quarkiverse:main Mar 23, 2023
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 this pull request may close these issues.

Clients with a class with postponed initialization in their method signatures cannot be compiled to native
1 participant