| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.11.4 source code.tar.gz | 2025-09-24 | 783.5 kB | |
| 2.11.4 source code.zip | 2025-09-24 | 1.9 MB | |
| README.md | 2025-09-24 | 1.1 kB | |
| Totals: 3 Items | 2.7 MB | 0 | |
Maintenance & refinements release
Thank you for the bug reports and PRs!
Issues
- [#1597] Fixed constant defaults
@Value.Default.{Int, Long, String...}were always applied for Immutable values (were ok for records) - [#1592] When multiple annotations share the same parent annotation in passAnnotations, only one child annotation is propagated on an attribute
- [#1591] [#1521] @Serial.AllStructural wit class retention and fixed to work as meta-annotation (on a custom style annotation etc).
- [#1588] Missing imports for classes in package names with _ (Fixed handling of
$and_in java identifiers in import rewriter) - [#1585] Additional way to register custom immutable annotation. Use
-Aimmutables.annotation=<fqcn>for custom annotation (can have meta-styles etc)
PRs
- Fix @param for wither for optional within a record by @AndreiPurcaru in https://github.com/immutables/immutables/pull/1589
New Contributors
- @AndreiPurcaru made their first contribution in https://github.com/immutables/immutables/pull/1589
Full Changelog: https://github.com/immutables/immutables/compare/2.11.3...2.11.4