-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade version.immutables 2.8.8 -> 2.10.1 #217
base: master
Are you sure you want to change the base?
Conversation
Suggested commit message:
|
287d034
to
452a457
Compare
452a457
to
bd2ad40
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
bd2ad40
to
a087148
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
a087148
to
ec1928d
Compare
ec1928d
to
7d0a2a7
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
7d0a2a7
to
c11a4ee
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
c11a4ee
to
0afba02
Compare
0afba02
to
edd1d9d
Compare
edd1d9d
to
ea0ab48
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
2.8.8
->2.10.1
2.8.8
->2.10.1
Release Notes
immutables/immutables (Immutables)
v2.10.1
Compare Source
Maintenance release
What's Changed
New Contributors
Full Changelog: immutables/immutables@2.10.0...2.10.1
v2.10.0
Compare Source
JakartaEE support
Style flag
jakarta = true
Mainly package change for annotations and types like Validator
Miscellaneous
List
,Set
,Map
, style flagjdk9Collections = true
from = ""
strictModifiables = false
Workarounds for Gradle
options.sourcepath
options.incremental
), may also help is some complex casesWhat's Changed (since some last year's release)
toBuilder
generator with generics by @rdesgroppes in https://github.com/immutables/immutables/pull/1460New Contributors
Full Changelog: immutables/immutables@2.9.3...2.10.0
v2.9.3
Compare Source
Maintenance release
What's Changed
New Contributors
Full Changelog: immutables/immutables@2.9.2...2.9.3
v2.9.2
Compare Source
Fixes (reverts to older routine) issue affecting custom immutable annotations and meta annotation discovery in some cases leading to a deadlock: processing never finishes