File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
apm-sniffer/optional-reporter-plugins/kafka-reporter-plugin Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Release Notes.
1818* Support Grizzly Trace
1919* Fix possible IllegalStateException when using Micrometer.
2020* Support Grizzly Work ThreadPool Metric Monitor
21+ * Fix the gson dependency in the kafka-reporter-plugin.
2122
2223#### Documentation
2324
Original file line number Diff line number Diff line change 7676 <pattern >org.slf4j</pattern >
7777 <shadedPattern >${shade.package} /org.slf4j</shadedPattern >
7878 </relocation >
79+ <relocation >
80+ <pattern >com.google.gson</pattern >
81+ <shadedPattern >${shade.package} .com.google.gson</shadedPattern >
82+ </relocation >
7983 </relocations >
8084 <transformers >
8185 <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
You can’t perform that action at this time.
0 commit comments