-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add missing reflection hint for NamedEntityGraph when EntityGraph is present #2681
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
Comments
christophstrobl
added a commit
to christophstrobl/spring-aot-smoke-tests
that referenced
this issue
Oct 24, 2022
christophstrobl
added a commit
that referenced
this issue
Oct 24, 2022
…present. Closes: #2681 See also: spring-projects/spring-aot-smoke-tests#135
christophstrobl
added a commit
to christophstrobl/spring-aot-smoke-tests
that referenced
this issue
Oct 25, 2022
gtiwari333
added a commit
to gtiwari333/spring-boot-blog-app
that referenced
this issue
Dec 5, 2022
gtiwari333
added a commit
to gtiwari333/spring-boot-blog-app
that referenced
this issue
Dec 5, 2022
gtiwari333
added a commit
to gtiwari333/spring-boot-blog-app
that referenced
this issue
Dec 5, 2022
gtiwari333
added a commit
to gtiwari333/spring-boot-blog-app
that referenced
this issue
Dec 5, 2022
* attempting to generate native image image generates fine.. but fails because of EntityGraph Revisit after these two issues are fixed - spring-attic/spring-native#1729 - spring-attic/spring-native#1728 Found a temp workaround for EntityManager injection with lombok spring-attic/spring-native#1597 * will get this corrected in master branch * Merge branch 'master' into boot3-native # Conflicts: # src/main/java/gt/app/domain/AppUser.java * graalvm 22.3+ is required * h2 required at compile time for graalvm native compile * native image WIP * now it works ! * now it works ! * spring-attic/spring-native#1597 is resolved in spring boot 3 * spring-projects/spring-data-jpa#2681 is fixed * spring-projects/spring-data-jpa#2681 is fixed * spring-projects/spring-data-jpa#2681 is fixed
abrshewube
pushed a commit
to abrshewube/spring-boot-blog-api-
that referenced
this issue
Jul 14, 2024
* attempting to generate native image image generates fine.. but fails because of EntityGraph Revisit after these two issues are fixed - spring-attic/spring-native#1729 - spring-attic/spring-native#1728 Found a temp workaround for EntityManager injection with lombok spring-attic/spring-native#1597 * will get this corrected in master branch * Merge branch 'master' into boot3-native # Conflicts: # src/main/java/gt/app/domain/AppUser.java * graalvm 22.3+ is required * h2 required at compile time for graalvm native compile * native image WIP * now it works ! * now it works ! * spring-attic/spring-native#1597 is resolved in spring boot 3 * spring-projects/spring-data-jpa#2681 is fixed * spring-projects/spring-data-jpa#2681 is fixed * spring-projects/spring-data-jpa#2681 is fixed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see: spring-attic/spring-native#1728
The text was updated successfully, but these errors were encountered: