E.g.:
class ElasticsearchSearchQueryRequestContext implements ProjectionRequestRootContext, AggregationRequestContext { private Log log = LoggerFactory.make( Log.class, MethodHandles.lookup() );
That’s suboptimal and won’t even work in Quarkus native images (one would have to enable reflection for the corresponding logging class).