-
Notifications
You must be signed in to change notification settings - Fork 312
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
Service becomes null when using private @SchemaMapping #1084
Comments
I think there is more to this as the behavior you're describing doesn't make sense to me. Can you share a minimal sample application that we can take a look at? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
I faced a strange behavior. It might not be a bug, or it's something specific to my application but I figured it could help.
The query has 2
@SchemaMapping
one is public and the other is private. No reason just inconsistency on my side. When running the query locally it works fine, but when deployed in dev, the facets part throws a NPE becauseproductService
is null. When switching the method from private to public it works.JDK 21
SB 3.3.4
The text was updated successfully, but these errors were encountered: