Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.11.3 source code.tar.gz | 2025-08-12 | 781.9 kB | |
2.11.3 source code.zip | 2025-08-12 | 1.9 MB | |
README.md | 2025-08-12 | 637 Bytes | |
Totals: 3 Items | 2.7 MB | 3 |
Maintenance & refinements release
Thank you for PRs and providing feedback!
- [#1432]/#1582 JDK optional types now have first class support for having default value provided by accessor annotated with
@Value.Default
, no warnings are issued. - [#1578] Fixed: missing header/package declaration in generated files with no imports
- [#1580] Fixed: with methods do not handle fallbackNullableAnnotation properly on Map types
What's Changed
- Optional with default by @hwellmann in https://github.com/immutables/immutables/pull/1582
Full Changelog: https://github.com/immutables/immutables/compare/2.11.2...2.11.3