Skip to content

Commit

Permalink
Prepare for release 0.12.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxincs committed Dec 13, 2024
1 parent cac2ed3 commit 5a611a5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Changelog
=========
Version 0.12.2
---------------
* Fix reading of JSpecify @nullable annotations from varargs parameter in bytecode (#1089)
* Fix JarInfer handling of generic types (#1078)
* Fix another JSpecify mode crash involving raw types (#1086)
* Fix bugs in handling of valueOf calls for map keys (#1085)
* Suggest correct fix when array component of non-nullable array is made null. (#1087)
* Substitute type arguments when checking type parameter nullability at call site (#1070)
* Fix JarInfer parameter indexes for instance methods (#1071)
* JSpecify mode: initial support for generic methods (with explicit type arguments at calls) (#1053)
* Maintenance
- Update to latest Error Prone and Error Prone Gradle plugin (#1064)
- Refactor serialization adapter retrieval by version (#1066)
- Remove fixes.tsv serialization from NullAway serialization service (#1063)
- Enable javac -parameters flag (#1069)
- Update to Gradle 8.11 (#1073)
- Add test for issue 1035 (#1074)
- remove use of deprecated Gradle API (#1076)
- Update to Error Prone 2.36.0 (#1077)

Version 0.12.1
---------------
* Add library model for Apache Commons CollectionUtils.isNotEmpty (#932) (#1062)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m

GROUP=com.uber.nullaway
VERSION_NAME=0.12.2-SNAPSHOT
VERSION_NAME=0.12.2

POM_DESCRIPTION=A fast annotation-based null checker for Java

Expand Down

0 comments on commit 5a611a5

Please sign in to comment.