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
The version of Jackson currently used by the Spring sample project has an embedded module-info for Java 9 JMS which causes Jetty to throw an exception when scanning for attributes. We would need to upgrade to at least Jetty 9.4.x which has support for Java 9, even if we're running on a Java 8 runtime. I did attempt that upgrade last night but was having trouble getting the Spring mappings to work so that will require additional work. However, downgrading Jackson back to 2.9.x works around the issue.
The version of Jackson currently used by the Spring sample project has an embedded
module-info
for Java 9 JMS which causes Jetty to throw an exception when scanning for attributes. We would need to upgrade to at least Jetty 9.4.x which has support for Java 9, even if we're running on a Java 8 runtime. I did attempt that upgrade last night but was having trouble getting the Spring mappings to work so that will require additional work. However, downgrading Jackson back to 2.9.x works around the issue.See: jetty/jetty.project#1692
The text was updated successfully, but these errors were encountered: