ConfigMe
ConfigMe copied to clipboard
A simple configuration management library for any Java project!
Bumps `version.junit` from 5.13.4 to 6.0.1. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.1 Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1 See...
Not sure about this yet, but it may make sense to have out-of-the-box support for LocalDate and LocalDateTime. (And LocalTime?) ### To do - Introduce a PropertyType for the respective...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...
Continuation of #480: It's not really possible to provide another ConvertErrorRecorder implementation without overriding a lot of methods. Find a way so that the creation of error recorders can be...
PropertyValue wraps a value returned by `Property` and specifies whether it was "fully valid" in the resource, but a `false` cannot be distinguished whether it comes from the resource (with...
- Change ConvertErrorRecorder to keep a `String` instead of a `boolean` so the last error can be retrieved from it. - If MapperImpl cannot map to a certain type, fill...
The Wiki is also a Git project. It would be great to run Markdown lint & other Markdown checks as we now have from MegaLinter. Apparently, it's possible to create...
We should have a utility (and realistically, promote it to an alternative BeanProperty) that maps everything it can to a given bean while still accepting nulls. I could imagine Mapper...