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
This is similar to an issue discussed some time ago for YAML, except now it is for Hocon.
java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')
at libs.space.arim.dazzleconf.ext.hocon.HoconConfigurationFactoryImpl.convertMapToHocon(HoconConfigurationFactoryImpl.java:77) ~[system.jar:?]
at libs.space.arim.dazzleconf.ext.hocon.HoconConfigurationFactoryImpl.convertValueToHocon(HoconConfigurationFactoryImpl.java:88) ~[system.jar:?]
at libs.space.arim.dazzleconf.ext.hocon.HoconConfigurationFactoryImpl.convertValueToHocon(HoconConfigurationFactoryImpl.java:92) ~[system.jar:?]
at libs.space.arim.dazzleconf.ext.hocon.HoconConfigurationFactoryImpl.convertMapToHocon(HoconConfigurationFactoryImpl.java:77) ~[system.jar:?]
at libs.space.arim.dazzleconf.ext.hocon.HoconConfigurationFactoryImpl.writeMap(HoconConfigurationFactoryImpl.java:65) ~[system.jar:?]
at libs.space.arim.dazzleconf.factory.HumanReadableConfigurationFactory.bufferedWriteMap(HumanReadableConfigurationFactory.java:125) ~[system.jar:?]
at libs.space.arim.dazzleconf.factory.HumanReadableConfigurationFactory.writeMap(HumanReadableConfigurationFactory.java:114) ~[system.jar:?]
at libs.space.arim.dazzleconf.factory.ConfigurationFormatFactory.write(ConfigurationFormatFactory.java:184) ~[system.jar:?]
at libs.space.arim.dazzleconf.helper.ConfigurationHelper.reloadConfigData(ConfigurationHelper.java:102) ~[system.jar:?]
Can this be improved? For better experience. 😊
The text was updated successfully, but these errors were encountered:
klaidoshka
changed the title
Value Serializer (Hocon)
Map Key Requirement for Serializer (Hocon)
Jan 4, 2024
Hello.
This is similar to an issue discussed some time ago for YAML, except now it is for Hocon.
Can this be improved? For better experience. 😊
The text was updated successfully, but these errors were encountered: