-
Notifications
You must be signed in to change notification settings - Fork 921
Open
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project
Description
Is your feature request related to a problem? Please describe.
Spring starter with declarative config needs to use the same settings for object mapper as
Line 66 in e658462
| static final ObjectMapper MAPPER; |
See open-telemetry/opentelemetry-java-instrumentation#14062 (comment)
Describe the solution you'd like
Move the instance to an internal class where it can be read without reflection.
Describe alternatives you've considered
Read the instance using reflection.
Metadata
Metadata
Assignees
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project
Type
Projects
Status
Discussion