-
Notifications
You must be signed in to change notification settings - Fork 369
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
It appears that Hk2RequestScope.Instance#logger is accidentally created once per instance instead of being declared static, which means it calls into the logging subsystem to get the logger instance on each request. The line of code in question can be found here:
jersey/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/Hk2RequestScope.java
Line 45 in eafb9bd
| private final ExtendedLogger logger = new ExtendedLogger(Logger.getLogger(Instance.class.getName()), Level.FINEST); |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request