Configurate icon indicating copy to clipboard operation
Configurate copied to clipboard

A simple configuration library for Java applications providing a node structure, a variety of formats, and tools for transformation

Results 60 Configurate issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.kotlinx:kotlinx-coroutines-core/1.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

dependencies

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) -...

bug

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...

feature request
component/core

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...

feature request

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....

component/core

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...

feature request