Describe the bug
Because of use of deprecated constructor in YamlSnakeYamlConfigurer, it fails to run with latest version of snakeyaml, as deprecated constructors were removed in newer versions.
To Reproduce
Steps to reproduce the behavior:
Create project with use of okaeri-configs-yaml-snakeyaml
Exclude default snakeyaml library
Include latest snakeyaml library
Attempt to create any configuration
Expected behavior
Running without throwing exception, caused by missing constructor.
Library version
5.0.0-beta.4
Stacktrace
Exception in thread "main" java.lang.NoSuchMethodError: org.yaml.snakeyaml.constructor.Constructor: method 'void <init>()' not found
at eu.okaeri.configs.yaml.snakeyaml.YamlSnakeYamlConfigurer.<init>(YamlSnakeYamlConfigurer.java:44)
Describe the bug Because of use of deprecated constructor in YamlSnakeYamlConfigurer, it fails to run with latest version of snakeyaml, as deprecated constructors were removed in newer versions.
To Reproduce Steps to reproduce the behavior:
Expected behavior Running without throwing exception, caused by missing constructor.
Library version 5.0.0-beta.4
Stacktrace