nrknithin commented on code in PR #4270:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4270#discussion_r3233691349
##########
springboot/addons/kubernetes/src/test/java/org/kie/kogito/addons/springboot/k8s/App.java:
##########
@@ -28,4 +31,11 @@ public static void main(String[] args) {
SpringApplication.run(App.class, args);
}
+ // TODO Jackson 3 migration: drop this Jackson 2 @Bean when the Spring
add-ons move to Jackson 3.
+ // Production apps get the bean from codegen GlobalObjectMapper; this
fixture bypasses codegen.
+ @Bean
Review Comment:
Linked the tracking issue here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]