File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3+ Version 0.12.8
4+ ---------------
5+ * Document interactions between Guava and JSpecify mode in README (#1208 )
6+ * JSpecify: handle nullness annotations from extends / inherits clauses (#1211 )
7+ * Allowing NewClassTree to be passed into getGenericParameterNullnessAtInvocation (#1210 )
8+ * Support @NullMarked on modules (#1216 )
9+ * Handle NewClassTree in compareGenericTypeParameterNullabilityForCall(#1212 ) (#1217 )
10+ * More flexible handling of AssertJ isNotNull methods (#1221 )
11+ * Support AssertJ hasSize() (#1229 )
12+ * Inference of generic method type arguments based on returns and parameter passing (#1226 )
13+ * Prototype implementation of javac plugin to serialize nullness annotations (#1225 )
14+ * Add AdditionalSuppressionNames configuration option (#1231 )
15+ * Updates to deploy releases to Central Portal (#1234 )
16+ * Fix to handling of case null (#1235 )
17+ * Maintenance
18+ - Update to Gradle 8.14 (#1213 )
19+ - Update to Error Prone 2.39.0 (#1228 )
20+ - Fix broken link to Eradicate in README.md (#1227 )
21+
322Version 0.12.7
423---------------
524* Update to Checker Framework 3.49.2 (#1183 )
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.12.8-SNAPSHOT
15+ VERSION_NAME =0.12.8
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments