-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency com.uber.nullaway:nullaway to v0.12.12 #32
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/com.uber.nullaway-nullaway-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
99eec2a to
641248f
Compare
641248f to
6db2103
Compare
09b8c62 to
d399360
Compare
d399360 to
488622f
Compare
488622f to
a84430e
Compare
a84430e to
6c77cd8
Compare
6c77cd8 to
4d3a70a
Compare
4d3a70a to
fc70a3b
Compare
fc70a3b to
1aeed41
Compare
1aeed41 to
52b1bb0
Compare
52b1bb0 to
75903b3
Compare
75903b3 to
a51e98d
Compare
a51e98d to
3beb577
Compare
3beb577 to
8b4ca44
Compare
8b4ca44 to
093c594
Compare
093c594 to
79999f7
Compare
79999f7 to
77f1482
Compare
77f1482 to
95ff81b
Compare
95ff81b to
d99900f
Compare
d99900f to
051b925
Compare
051b925 to
0c3a8f7
Compare
0c3a8f7 to
91c0dfd
Compare
91c0dfd to
3270aca
Compare
3270aca to
ae1f211
Compare
ae1f211 to
613ce7e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.16->0.12.12Release Notes
uber/NullAway (com.uber.nullaway:nullaway)
v0.12.12This release fixes a severe performance regression introduced in NullAway 0.12.11 and we encourage all users of 0.12.11 to upgrade.
v0.12.11In this release, NullAway checks the requirement that JSpecify mode is only run on a compatible
javacversion /configuration, and fails if it detects an incompatibility.
See https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions for details.
Contract, and change reporting of invalid contract annotations (#1295)thisinside an anonymous class (#1305)v0.12.10This release contains significant improvements to inference support for generic method calls in JSpecify mode (#1075).
We expect that many more valid calls will pass NullAway, but that some new bugs may have been introduced. Please report
any issues that you see. There is also a new flag,
-XepOpt:NullAway:WarnOnGenericInferenceFailureto make NullAwayreport a warning when inference fails, to help identify any issues.
CastToNonNullwarnings for@NullUnmarkedmethod calls by @raccoonback (#1258)GenericsChecks(#1256)buildDirby @mernst (#1278)v0.12.9v0.12.8v0.12.7v0.12.6v0.12.5v0.12.4@MonotonicNonNullsupport (#1149)@MockitoBean,@MockitoSpyBeanfields (#1147)v0.12.3v0.12.2v0.12.1This release fixes a severe performance regression introduced in NullAway 0.12.11 and we encourage all users of 0.12.11 to upgrade.
v0.12.0IMPORTANT:
details can be found in the wiki.
We also expose
-XepOpt:NullAway:LegacyAnnotationLocationsflag to disable this newbehavior for now to ease the migration. We expect to remove this flag in a future version
of NullAway.
(The changelog below contains all changes from version 0.11.2, since version 0.11.3
contains only one cherry-picked PR from master).
v0.11.3IMPORTANT: We have cherry-picked one PR in master since 0.11.2 for this release, it
does not contain all changes in master!
v0.11.2v0.11.1v0.11.0IMPORTANT: Support for JDK 8 is dropped and NullAway now requires 2.14.0 or higher.
v0.10.26v0.10.25v0.10.24v0.10.23v0.10.22IMPORTANT: The support for JDK 8 is deprecated in this release and will be removed in
an upcoming release.
v0.10.21IMPORTANT: This release fixes a crash when running against <2.24.0 release of
Error Prone (see #894) introduced in NullAway v0.10.20 and another crash related to
Checker Framework (see #895) introduced in NullAway v0.10.19.
v0.10.20v0.10.19v0.10.18v0.10.17Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.