skofgar/mercury

View on GitHub
system/rest-spring/PATCH.md

Summary

Maintainability
Test Coverage
# The following patch has been applied

# SnakeYaml 2.0 compatibility with Spring Boot 2.6.8

### Patch

Added the OriginTrackedYamlLoader and YamlPropertySourceLoader under the package

```
org.platformlambda.spring.patch
```

The two Java source files are originated from Spring Boot 2.6.8

The createYaml(LoaderOptions) method has been patched to update as follows:

```
Representer representer = new Representer(dumperOptions);
```

### Additional configuration file

resources/META-INF/spring.factories