Skip to content

DATACMNS-1767 - Disable ClassGeneratingEntityInstantiator when runnin native-image. #456

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

Always fall back to reflection when the system property for org.graalvm.nativeimage.imagecode is set.
This is required because on the fly code generation is not supported in this case.

…g native-image.

Always fall back to reflection when the system property for org.graalvm.nativeimage.imagecode is set.
This is required because on the fly code generation is not supported in this case.
mp911de pushed a commit that referenced this pull request Jul 13, 2020
…g native-image.

Always fall back to reflection when the system property for org.graalvm.nativeimage.imagecode is set.
This is required because on the fly code generation is not supported in this case.

Original pull request: #456.
mp911de added a commit that referenced this pull request Jul 13, 2020
Reformat code. Use reflection for property access when running within a native image.

Original pull request: #456.
mp911de pushed a commit that referenced this pull request Jul 13, 2020
…g native-image.

Always fall back to reflection when the system property for org.graalvm.nativeimage.imagecode is set.
This is required because on the fly code generation is not supported in this case.

Original pull request: #456.
mp911de added a commit that referenced this pull request Jul 13, 2020
Reformat code. Use reflection for property access when running within a native image.

Original pull request: #456.
@mp911de
Copy link
Member

mp911de commented Jul 13, 2020

That's merged, polished, and backported now.

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.

2 participants