File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3+ Version 0.12.4
4+ ---------------
5+ * Better ` @MonotonicNonNull ` support (#1149 )
6+ * Add support for local variables for arrays. (#1146 )
7+ * Ignore Spring Framework 6.2 ` @MockitoBean ` , ` @MockitoSpyBean ` fields (#1147 )
8+ * JSpecify: preserve explicit nullability annotations on type variables when performing substitutions (#1143 )
9+ * Always acknowledge restrictive annotations in JSpecify mode (#1144 )
10+ * Fix printing of array types in JSpecify errors (#1145 )
11+ * Remove need to use JSpecify's @Nullable annotation (#1142 )
12+ * Handle calls to generic constructors in JSpecify mode (#1141 )
13+ * Properly handle conditional expression within parens as RHS of assignment (#1140 )
14+ * Skip checks involving wildcard generic type arguments (#1137 )
15+ * Update to Gradle 8.12.1 (#1133 )
16+
317Version 0.12.3
418---------------
519* Remove InferredJARModelsHandler (#1079 )
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.4-SNAPSHOT
15+ VERSION_NAME =0.12.4
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments