AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 14 forks source link

Remove YamlFileResource#yamlObject #352

Closed ljacqu closed 7 months ago

ljacqu commented 1 year ago

With the recent refactoring to export everything via SnakeYAML nodes, the field yamlObject in YamlFileResource has become obsolete as the SnakeYAML instance is only used once. I didn't want to clean it up immediately because it also involves removing various other methods, which we'll take care of in ConfigMe 2.0.

In the class YamlFileResource:

aadya28 commented 7 months ago

Hi @ljacqu I have raised the PR with required refactoring changes, please review 😊