Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.11.1 source code.tar.gz | 2025-07-15 | 777.5 kB | |
2.11.1 source code.zip | 2025-07-15 | 1.9 MB | |
README.md | 2025-07-15 | 1.1 kB | |
Totals: 3 Items | 2.6 MB | 3 |
Maintenance and minor enhancements
- Various bugfixes: Jackson integration, refinements/fixes in withers.
- Extending Builders for records. I.e. nested
static class Builder extends MyRecordBuilder {}
- Can expose
*IsSet
methods on builder - new module
org.immutables:datatype
. It's slightly modernized version oforg.immutables:data
(now deprecated), no dependency on Guava, + support for records with generated builders
Also
- Include org.immutables:data in bill of materials by @ascopes in https://github.com/immutables/immutables/pull/1556
- GH-1557: Fix erroneous code generation for TypeTokens of raw annotated types by @ascopes in https://github.com/immutables/immutables/pull/1558
- Final stage builder methods' return value should be ignorable by @benhalasi in https://github.com/immutables/immutables/pull/1568
New Contributors
- @benhalasi made their first contribution in https://github.com/immutables/immutables/pull/1568
Full Changelog: https://github.com/immutables/immutables/compare/2.11.0...2.11.1