Skip to content

Commit

Permalink
Version 1.8.3
Browse files Browse the repository at this point in the history
snakeyaml 1.33 + relocation to reduce dependency conflicts with external projects like velocity-api
  • Loading branch information
Carleslc committed Nov 25, 2022
1 parent b4d6b37 commit 6e65323
Show file tree
Hide file tree
Showing 384 changed files with 1,524 additions and 1,498 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ YAML is a human-readable data-oriented serialization language.

Serialization is the process of translating data structures or object state into a format that can be stored and reconstructed later in the same or another computer environment.

You can learn more about YAML language [here](http://www.yaml.org/spec/1.2/spec.html). Specifically, if you're interested to learn about the YAML syntax you can go to the
[Chapter 2 of the YAML specification](http://www.yaml.org/spec/1.2/spec.html#Preview).
You can learn more about YAML language [here](https://yaml.org/spec/1.2.2/). Specifically, if you're interested to learn about the YAML syntax you can go to the
[Chapter 2 of the YAML specification](https://yaml.org/spec/1.2.2/#chapter-2-language-overview).

Filename extensions: `.yaml`, `.yml`

Expand Down Expand Up @@ -52,7 +52,7 @@ If you are using Maven you do not need to download the jar. Instead, add this re
<dependency>
<groupId>me.carleslc.Simple-YAML</groupId>
<artifactId>Simple-Yaml</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
</dependency>
```

Expand All @@ -65,7 +65,7 @@ If you are using Maven you do not need to download the jar. Instead, add this re
<dependency>
<groupId>me.carleslc.Simple-YAML</groupId>
<artifactId>Simple-Configuration</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
</dependency>
```

Expand All @@ -88,7 +88,7 @@ allprojects {

```gradle
dependencies {
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.8.2'
implementation 'me.carleslc.Simple-YAML:Simple-Yaml:1.8.3'
}
```

Expand All @@ -99,7 +99,7 @@ dependencies {

```gradle
dependencies {
implementation 'me.carleslc.Simple-YAML:Simple-Configuration:1.8.2'
implementation 'me.carleslc.Simple-YAML:Simple-Configuration:1.8.3'
}
```

Expand Down Expand Up @@ -143,4 +143,4 @@ Have a look to these repositories:
- [HOCON](https://github.com/portlek/hocongration)
- [TOML](https://github.com/portlek/tomlgration)

These projects are using the Simple-Configuration module and they are not related directly with Simple-YAML.
These projects are using the Simple-Configuration module, but they are not related directly with Simple-YAML.
2 changes: 1 addition & 1 deletion Simple-Configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>Simple-YAML-Parent</artifactId>
<groupId>me.carleslc.simpleyaml</groupId>
<version>1.8.2</version>
<version>1.8.3</version>
</parent>
<artifactId>Simple-Configuration</artifactId>
<groupId>me.carleslc</groupId>
Expand Down
32 changes: 29 additions & 3 deletions Simple-Yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,44 @@
<parent>
<artifactId>Simple-YAML-Parent</artifactId>
<groupId>me.carleslc.simpleyaml</groupId>
<version>1.8.2</version>
<version>1.8.3</version>
</parent>
<artifactId>Simple-Yaml</artifactId>
<groupId>me.carleslc</groupId>
<name>Simple-Yaml</name>
<version>1.8.2</version>
<version>1.8.3</version>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>org.yaml.snakeyaml</pattern>
<shadedPattern>org.simpleyaml.configuration.implementation.snakeyaml.lib</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>me.carleslc</groupId>
<artifactId>Simple-Configuration</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
6 changes: 3 additions & 3 deletions doc/Simple-Configuration/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:51 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:35 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>All Classes (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions doc/Simple-Configuration/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:51 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:35 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>All Classes (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions doc/Simple-Configuration/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>Constant Field Values (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (Simple-Configuration 1.8.2 API)";
parent.document.title="Constant Field Values (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions doc/Simple-Configuration/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:51 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>Deprecated List (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Simple-Configuration 1.8.2 API)";
parent.document.title="Deprecated List (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions doc/Simple-Configuration/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:51 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:35 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>API Help (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (Simple-Configuration 1.8.2 API)";
parent.document.title="API Help (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions doc/Simple-Configuration/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:51 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>Index (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Simple-Configuration 1.8.2 API)";
parent.document.title="Index (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions doc/Simple-Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:51 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:35 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Simple-Configuration 1.8.2 API</title>
<title>Simple-Configuration 1.8.3 API</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Configuration (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>Configuration (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Configuration (Simple-Configuration 1.8.2 API)";
parent.document.title="Configuration (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConfigurationOptions (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>ConfigurationOptions (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConfigurationOptions (Simple-Configuration 1.8.2 API)";
parent.document.title="ConfigurationOptions (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConfigurationSection (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>ConfigurationSection (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConfigurationSection (Simple-Configuration 1.8.2 API)";
parent.document.title="ConfigurationSection (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConfigurationWrapper.ApplyToPath (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>ConfigurationWrapper.ApplyToPath (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConfigurationWrapper.ApplyToPath (Simple-Configuration 1.8.2 API)";
parent.document.title="ConfigurationWrapper.ApplyToPath (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConfigurationWrapper.SetToPath (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>ConfigurationWrapper.SetToPath (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConfigurationWrapper.SetToPath (Simple-Configuration 1.8.2 API)";
parent.document.title="ConfigurationWrapper.SetToPath (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_212) on Mon Sep 19 17:37:50 CEST 2022 -->
<!-- Generated by javadoc (1.8.0_212) on Fri Nov 25 22:55:34 CET 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ConfigurationWrapper (Simple-Configuration 1.8.2 API)</title>
<meta name="date" content="2022-09-19">
<title>ConfigurationWrapper (Simple-Configuration 1.8.3 API)</title>
<meta name="date" content="2022-11-25">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConfigurationWrapper (Simple-Configuration 1.8.2 API)";
parent.document.title="ConfigurationWrapper (Simple-Configuration 1.8.3 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 6e65323

Please sign in to comment.