Skip to content

Commit 7266884

Browse files
committed
Prepare for release 0.10.15.
1 parent 5355c7c commit 7266884

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
Changelog
22
=========
3+
Version 0.10.15
4+
---------------
5+
* [IMPORTANT] Update minimum Error Prone version and Guava version (#843)
6+
NullAway now requires Error Prone 2.10.0 or later
7+
* Add Spring mock/testing annotations to excluded field annotation list (#757)
8+
* Update to Checker Framework 3.39.0 (#839) [Support for JDK 21 constructs]
9+
* Support for JSpecify's 0.3.0 annotation [experimental]
10+
- Properly check generic method overriding in explicitly-typed anonymous classes (#808)
11+
- JSpecify: handle incorrect method parameter nullability for method reference (#845)
12+
- JSpecify: initial handling of generic enclosing types for inner classes (#837)
13+
* Build / CI tooling for NullAway itself:
14+
- Update Gradle and a couple of plugin versions (#832)
15+
- Run recent JDK tests on JDK 21 (#834)
16+
- Fix which JDKs are installed on CI (#835)
17+
- Update to Error Prone 2.22.0 (#833)
18+
- Ignore code coverage for method executed non-deterministically in tests (#838 and #844)
19+
- Build NullAway with JSpecify mode enabled (#841)
20+
321
Version 0.10.14
422
---------------
523
IMPORTANT: This version introduces EXPERIMENTAL JDK21 support.

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.10.15-SNAPSHOT
15+
VERSION_NAME=0.10.15
1616

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

0 commit comments

Comments
 (0)