Configurate
Configurate copied to clipboard
A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://togithub.com/Kotlin/kotlinx.coroutines) | `1.5.2` -> `1.6.4` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/SpongePowered/Configurate). ## Repository Problems These problems occurred while...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.puppycrawl.tools:checkstyle](https://checkstyle.org/) ([source](https://togithub.com/checkstyle/checkstyle)) | `10.2` -> `10.3.2` |...
Closes #310
Reproduction: - Get a virtual node - Get a child node under it with an integer key - Set the value of the child node (or any under it) -...
In a bunch of places, I think exceptions should include 3 things. The input value (string for deserialization, object for serialization), the type (expected type for deserialization, initial type for...
Configuration error messages are often visible to end users, whose primary language is not English. We should make every error message translatable - limited by underlying libraries This can work...
Currently, the record field discoverer has two implementations: one which accesses Class methods reflectively (from the J14/J15 era), and one in a multi-release folder which directly calls the same methods....
A new annotation processer submodule for configurate, to validate (at compile-time) correct usage of object mapping annotations A lot of things couldn't be validated at compile time (correct types used...