Service becomes null when using private @SchemaMapping #1084
Labels
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
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: