File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3+ Version 0.10.17
4+ ---------------
5+ * Fix bug with computing direct type use annotations on parameters (#864 )
6+ * Model Apache Flink's RichFunction.open as an @Initializer method (#862 )
7+ * Support for JSpecify's 0.3.0 annotation [ experimental]
8+ - JSpecify: adding com.google.common to annotated packages in build.gradle (#857 )
9+ - JSpecify: handling the return of a diamond operator anonymous object method caller (#858 )
10+ - Create com.uber.nullaway.generics package (#855 )
11+ - Clarifications and small fixes for checking JSpecify @Nullable annotation (#859 )
12+ - Apply minor cleanups suggested by IntelliJ in generics code (#860 )
13+
314Version 0.10.16
415---------------
516NOTE: Maven Central signing key rotated for this release following a revocation.
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.17-SNAPSHOT
15+ VERSION_NAME =0.10.17
1616
1717POM_DESCRIPTION =A fast annotation-based null checker for Java
1818
You can’t perform that action at this time.
0 commit comments