Open sydneyhenrard opened 2 weeks ago
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