Closed
Description
Hello,
when i am using InspectContainerResponse containerInfo = docker.inspectContainerCmd(containerName).exec();
I get the following Error:
java_app | 2023-07-24 18:52:54.970 ERROR 1 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested exception is java.lang.NoSuchFieldError: READ_UNKNOWN_ENUM_VALUES_USING_DEFAULT_VALUE] with root cause
Which was adressed here:
FasterXML/jackson-databind#3637 could you fix that?
Thx