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
com.thoughtworks.xstream.converters.ConversionException: No converter available
---- Debugging information ----
message : No converter available
type : java.util.Optional
converter : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
message[1] : Unable to make field private static final java.util.Optional java.util.Optional.EMPTY accessible: module java.base does not "opens java.util" to unnamed module @33723e30
-------------------------------
Is it possible to add a converter for java.util.Optional?
The text was updated successfully, but these errors were encountered:
There are issues with
Optional
and Java 17. See quarkusio/quarkus#25413Is it possible to add a converter for
java.util.Optional
?The text was updated successfully, but these errors were encountered: