Carleslc / Simple-YAML

This Java API provides an easy-to-use way to store data and provide configurations using the YAML format.
https://carleslc.me/Simple-YAML
GNU General Public License v3.0
130 stars 38 forks source link

Is it possible to separate YAML library? #16

Closed portlek closed 4 years ago

portlek commented 4 years ago

Is it possible to separate SnakeYAML into a new module like;

I just want to separate the configuration module and YAML module that's using the configuration module. I will make a p.r. about that. I hope the point will be more understandable.

Carleslc commented 4 years ago

Yes, will be included in Simple-YAML 1.7 (maybe next week), thank you for your proposal.

portlek commented 4 years ago

BTW, the dependencies should look like that;

<dependency>
  <groupId>com.github.Carleslc</groupId>
  <artifactId>Simple-Configuration</artifactId>
  <version>${version}</version>
</dependency>
<dependency>
  <groupId>com.github.Carleslc</groupId>
  <artifactId>Simple-Yaml</artifactId>
  <version>${version}</version>
</dependency>
Carleslc commented 4 years ago

Reopening until published with next release.