File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
321Version 0.10.14
422---------------
523IMPORTANT: This version introduces EXPERIMENTAL JDK21 support.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.caching=true
1212org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize=512m
1313
1414GROUP =com.uber.nullaway
15- VERSION_NAME =0.10.15-SNAPSHOT
15+ VERSION_NAME =0.10.15
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments