collado-mike commented on code in PR #493:
URL: https://github.com/apache/polaris/pull/493#discussion_r1866693039
##########
polaris-service/src/main/java/org/apache/polaris/service/tracing/TracingFilter.java:
##########
@@ -53,6 +54,7 @@ public class TracingFilter implements Filter {
private static final Logger LOGGER =
LoggerFactory.getLogger(TracingFilter.class);
private final OpenTelemetry openTelemetry;
+ @Inject
Review Comment:
The spec is pretty clear that you can annotate a constructor with its
dependencies -
https://jakarta.ee/specifications/cdi/3.0/jakarta-cdi-spec-3.0#bean_constructors
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]