This project is about configuration of applications, most notably via CDI injection, and about parameterization of Objects.
The library offers syntax support for settings and parameters in a loosely coupled manner. An enhanced java properties syntax and json are built-in. You are not restricted to the built-in syntaxes, you can provide your own, using javacc and spi, see SettinsBindingService.getFactory() and the junit tests.
For Java-SE annotaions and a ...
Version13.0compared with
Version Details
| 12.2 | 13.0 | |
|---|---|---|
| Release date | Jul 12, 2024 | Jan 01, 2025 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (4)
| 12.2 | 13.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.vectorprint » VectorPrintCommon | 7.1 | 8.0 |
| ~ Updated | commons-io » commons-io | 2.16.1 | 2.18.0 |
| ~ Updated | org.slf4j » slf4j-api | 2.0.13 | 2.0.16 |
| - Removed | com.sun.xml.bind » jaxb-impl | 4.0.5 | - |
Test Changes (2)
| 12.2 | 13.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.jboss.weld » weld-junit5 | 4.0.1.Final | 4.0.3.Final |
| ~ Updated | org.slf4j » slf4j-jdk14 | 2.0.13 | 2.0.16 |