File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
+ Version 0.10.25
4
+ ---------------
5
+ * JSpecify: Handle @nullable assignments to @nonnull arrays (#929 )
6
+ * Handle JDK 21 case operands in type refinement (#928 )
7
+ * Track access paths of the form Foo.this.bar (#937 )
8
+ * Add test for boolean contract with extra message argument (#945 )
9
+ * Collectors.toMap handling for streams (#938 )
10
+ * Handle methods that fail unconditionally in ContractHandler (#946 )
11
+ * Build / CI tooling upgrades:
12
+ - Update various dependencies (#939 )
13
+
3
14
Version 0.10.24
4
15
---------------
5
16
* Add library model for Files.isDirectory (#913 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.caching=true
12
12
org.gradle.jvmargs =-Xmx2g -XX:MaxMetaspaceSize=512m
13
13
14
14
GROUP =com.uber.nullaway
15
- VERSION_NAME =0.10.25-SNAPSHOT
15
+ VERSION_NAME =0.10.25
16
16
17
17
POM_DESCRIPTION =A fast annotation-based null checker for Java
18
18
You can’t perform that action at this time.
0 commit comments