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
Exception in thread "main" java.lang.IllegalStateException: Custom JDK Serialization Filter is not configured to reject all classes. Helidon can only run with allow-list. Please add '!*' as the last pattern.
at io.helidon.common.SerializationConfig.handleBadFilter(SerializationConfig.java:283)
at io.helidon.common.SerializationConfig.validateExistingFilter(SerializationConfig.java:254)
at io.helidon.common.SerializationConfig.doConfigure(SerializationConfig.java:217)
at io.helidon.common.SerializationConfig.configureDefaults(SerializationConfig.java:138)
at io.helidon.common.SerializationConfig.configureRuntime(SerializationConfig.java:129)
at io.helidon.webserver.NettyWebServer.start(NettyWebServer.java:218)
at me.tomas.se.quickstart.Main.startServer(Main.java:57)
Right now, if 3rd party library sets serialization filter over official API before Helidon sets its own, Helidons configuration is ignored.
Environment Details
The text was updated successfully, but these errors were encountered: