Enable error level for the JdkObsolete bug pattern in ErrorProne
Update core plugins to versions where JdkObsolete issues have been
fixed.
Existing violations in Gerrit core have been fix or ignored by
predecessor changes.
Some of the violations that are currently ignored should still get fixed
by follow-up changes:
* Migrate timestamp fields in *Info/*Input classes from type Timestamp
to Instant (see issue 15508)
* Fix JdkObsolete issues with Date caused by JGit's PersonIdent class
not supporting Instant (see issue 15517)
* Issue 15518: Migrate type for timestamp index fields from Timestamp to
Instant (see issue 15518)
Bug: Issue 15070
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Icc832685d2357bab8184ddc5af1d65dea53e7408
diff --git a/plugins/delete-project b/plugins/delete-project
index fac8815..5717bad 160000
--- a/plugins/delete-project
+++ b/plugins/delete-project
@@ -1 +1 @@
-Subproject commit fac8815949114d58b65dceda355bf80f7ec2adee
+Subproject commit 5717badf4250dfe900c05fc00d0758a09ba77297
diff --git a/plugins/gitiles b/plugins/gitiles
index fa993c0..97ce60f 160000
--- a/plugins/gitiles
+++ b/plugins/gitiles
@@ -1 +1 @@
-Subproject commit fa993c05a1861c766c79cc304cc2ce4e9ae2905a
+Subproject commit 97ce60f8bb4dbf40dde79cf56db6425c384dabcf
diff --git a/plugins/plugin-manager b/plugins/plugin-manager
index 367f434..dbd6820 160000
--- a/plugins/plugin-manager
+++ b/plugins/plugin-manager
@@ -1 +1 @@
-Subproject commit 367f43435c8c0699828abe24e765e4fc0881737e
+Subproject commit dbd68200d867513e2c0449798476e275aaf08cfd
diff --git a/plugins/replication b/plugins/replication
index 36ed18a..e19028c 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit 36ed18af69d005a7cf89a9bba2f2585ead8d46da
+Subproject commit e19028c4f7e5d26bbc4be7762aa96434bf1d7781
diff --git a/tools/BUILD b/tools/BUILD
index 48cc854..7fadb64 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -276,7 +276,7 @@
"-Xep:JavaPeriodGetDays:ERROR",
"-Xep:JavaTimeDefaultTimeZone:ERROR",
"-Xep:JavaUtilDate:WARN",
- # "-Xep:JdkObsolete:WARN",
+ "-Xep:JdkObsolete:ERROR",
"-Xep:JodaConstructors:ERROR",
"-Xep:JodaDateTimeConstants:ERROR",
"-Xep:JodaDurationWithMillis:ERROR",