We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f61ebf commit 84588a8Copy full SHA for 84588a8
spring-kafka/src/main/java/org/springframework/kafka/support/serializer/JsonDeserializer.java
@@ -137,8 +137,8 @@ else if (configs.get(DEFAULT_VALUE_TYPE) instanceof String) {
137
else {
138
throw new IllegalStateException(DEFAULT_VALUE_TYPE + " must be Class or String");
139
}
140
- addTargetPackageToTrusted();
141
+ addTargetPackageToTrusted();
142
143
catch (ClassNotFoundException | LinkageError e) {
144
throw new IllegalStateException(e);
0 commit comments