Skip to content

Commit 5a611a5

Browse files
committed
Prepare for release 0.12.2.
1 parent cac2ed3 commit 5a611a5

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
Changelog
22
=========
3+
Version 0.12.2
4+
---------------
5+
* Fix reading of JSpecify @nullable annotations from varargs parameter in bytecode (#1089)
6+
* Fix JarInfer handling of generic types (#1078)
7+
* Fix another JSpecify mode crash involving raw types (#1086)
8+
* Fix bugs in handling of valueOf calls for map keys (#1085)
9+
* Suggest correct fix when array component of non-nullable array is made null. (#1087)
10+
* Substitute type arguments when checking type parameter nullability at call site (#1070)
11+
* Fix JarInfer parameter indexes for instance methods (#1071)
12+
* JSpecify mode: initial support for generic methods (with explicit type arguments at calls) (#1053)
13+
* Maintenance
14+
- Update to latest Error Prone and Error Prone Gradle plugin (#1064)
15+
- Refactor serialization adapter retrieval by version (#1066)
16+
- Remove fixes.tsv serialization from NullAway serialization service (#1063)
17+
- Enable javac -parameters flag (#1069)
18+
- Update to Gradle 8.11 (#1073)
19+
- Add test for issue 1035 (#1074)
20+
- remove use of deprecated Gradle API (#1076)
21+
- Update to Error Prone 2.36.0 (#1077)
22+
323
Version 0.12.1
424
---------------
525
* Add library model for Apache Commons CollectionUtils.isNotEmpty (#932) (#1062)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.caching=true
1212
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
1313

1414
GROUP=com.uber.nullaway
15-
VERSION_NAME=0.12.2-SNAPSHOT
15+
VERSION_NAME=0.12.2
1616

1717
POM_DESCRIPTION=A fast annotation-based null checker for Java
1818

0 commit comments

Comments
 (0)