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 ...
Version11.0compared with
Version Details
| 10.9 | 11.0 | |
|---|---|---|
| Release date | Jun 29, 2022 | Sep 09, 2021 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (6)
| 10.9 | 11.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.sun.xml.bind » jaxb-impl | - | 3.0.0 |
| ~ Updated | commons-io » commons-io | 2.11.0 | 2.8.0 |
| ~ Updated | org.slf4j » slf4j-api | 1.7.36 | 1.7.30 |
| - Removed | javax.xml.bind » jaxb-api | 2.3.1 | - |
| - Removed | javax.xml.ws » jaxws-api | 2.3.1 | - |
| - Removed | org.glassfish.jaxb » jaxb-runtime | 2.3.1 | - |
Provided Changes (2)
| 10.9 | 11.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | jakarta.platform » jakarta.jakartaee-api | - | 9.0.0 |
| - Removed | javax » javaee-web-api | 8.0 | - |
Test Changes (2)
| 10.9 | 11.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.jboss.weld » weld-junit5 | 2.0.2.Final | 3.0.0.Final |
| ~ Updated | org.slf4j » slf4j-jdk14 | 1.7.36 | 1.7.30 |