You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: make it easier to initialize mapper & cloner in subclasses (#1403)
* feat: use fabric8 client json mapper by default (#1382)
Also remove constants to avoid mismatched configurations
* refactor: make it easier to initialize mapper & cloner in subclasses
Co-authored-by: Attila Mészáros <[email protected]>
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/AbstractConfigurationService.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/BaseConfigurationService.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationServiceOverrider.java
+1-11
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public ConfigurationServiceOverrider withObjectMapper(ObjectMapper objectMapper)
0 commit comments