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 ...
Version9.1compared with
Version Details
| 8.6 | 9.1 | |
|---|---|---|
| Release date | Jan 15, 2019 | May 14, 2020 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 8.6 | 9.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.slf4j » slf4j-api | - | 1.7.30 |
| ~ Updated | com.vectorprint » VectorPrintCommon | 3.13 | 4.0 |
Test Changes (3)
| 8.6 | 9.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.slf4j » slf4j-jdk14 | - | 1.7.30 |
| ~ Updated | junit » junit | 4.12 | 4.13 |
| ~ Updated | org.junit.jupiter » junit-jupiter-api | 5.3.1 | 5.5.2 |