Releases: yNiklas/Packman
Releases · yNiklas/Packman
Packman v1.0.7 [JDK 11]
1.0.5 [JDK11]
- Hotfix for boolean/Boolean values regarding illegal access "issues"
Packman v1.0.3
- Support enum constants as object attributes for a package
- Accept enum constants as object to pack regarding the Packman.pack(...)
Packman 1.0.2
- Support for multiple scopes with the corresponding
ScopePolicy.ORandScopePolicy.AND - Maven plugin published:
<dependency>
<groupId>io.github.yniklas</groupId>
<artifactId>Packman</artifactId>
<version>1.0.2</version>
</dependency>Packman 1.0.1
- Include support for multiple equal JSON keys. Packman will add ascending numbers to equal JSON keys to include all values.
Packman 1.0 Snapshot
A first Snapshot of Packman with basic functionality.
-
The .jar file does not contain the example classes.
-
Doesn't include a infinite recursion StackOverflowError check caused by classes annotated like the following:
class Example {
@Include
Example ex = new Example();
}- Doesn't consider about multiple equal JSON keys. The last added object/field is the value present on the multiple used equal key.