We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c85a6 commit 27a029cCopy full SHA for 27a029c
2 files changed
CHANGELOG.md
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+Version 0.12.12
5
+---------------
6
+
7
+This release fixes a severe performance regression introduced in NullAway 0.12.11 and we encourage all users of 0.12.11 to upgrade.
8
9
+* Address severe performance regression in dataflow analysis (#1328)
10
+* Maintenance
11
+ - Fix test args for SuggestedFixesTests (#1324)
12
+ - Stop passing -processorpath to CompilationTestHelper in NullAway tests (#1326)
13
14
Version 0.12.11
15
---------------
16
gradle.properties
@@ -12,7 +12,7 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m
GROUP=com.uber.nullaway
-VERSION_NAME=0.12.12-SNAPSHOT
+VERSION_NAME=0.12.12
17
POM_DESCRIPTION=A fast annotation-based null checker for Java
18
0 commit comments