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
2.0.0.M6: If I use web-starter and activate findModulesViaServiceLoader on Jackson2ObjectMapperBuilder the application raises an java.lang.ClassNotFoundException: kotlin.jvm.internal.DefaultConstructorMarker on startup.
If I exclude jackson-kotlin dependency from web-starter, the error does not occur.