diff --git a/.codecov b/.codecov index 049eb22de0..4625fd3661 100644 --- a/.codecov +++ b/.codecov @@ -1,2 +1,10 @@ coverage: + comment: false round: nearest + status: + project: + default: + informational: true + patch: + default: + informational: true diff --git a/gradle/codeQuality.gradle b/gradle/codeQuality.gradle index 98bedb66dd..1ff2bb9196 100644 --- a/gradle/codeQuality.gradle +++ b/gradle/codeQuality.gradle @@ -123,14 +123,13 @@ tasks.withType(JavaCompile).configureEach { options.errorprone { def enabledChecks = [ 'AssertFalse', 'CatchingUnchecked', 'CheckedExceptionNotThrown', 'ClassName', - 'ComparisonContractViolated', 'DepAnn', 'DivZero', 'EmptyIf', 'EqualsBrokenForNull', - 'FieldCanBeFinal', 'FieldCanBeLocal', 'FieldCanBeStatic', 'ForEachIterable', - 'FuzzyEqualsShouldNotBeUsedInEqualsMethod', 'FunctionalInterfaceClash', - 'IterablePathParameter', 'LockMethodChecker', 'LongLiteralLowerCaseSuffix', 'MissingBraces', - 'MissingDefault', 'MixedArrayDimensions', 'MissingDefault', 'NoAllocation', 'PackageLocation', - 'PreferredInterfaceType', 'RedundantThrows', 'RemoveUnusedImports', 'ReturnsNullCollection', - 'StronglyTypeByteString', 'StronglyTypeTime', 'SwitchDefault', 'TimeUnitMismatch', - 'TransientMisuse', 'UnlockMethod', 'UnnecessarilyVisible', 'UnnecessaryAnonymousClass', + 'ComparisonContractViolated', 'DepAnn', 'EmptyIf', 'EqualsBrokenForNull', 'FieldCanBeLocal', + 'FieldCanBeStatic', 'ForEachIterable', 'FuzzyEqualsShouldNotBeUsedInEqualsMethod', + 'FunctionalInterfaceClash', 'IterablePathParameter', 'LongLiteralLowerCaseSuffix', + 'MissingBraces', 'MissingDefault', 'MixedArrayDimensions', 'MissingDefault', 'NoAllocation', + 'PackageLocation', 'PreferredInterfaceType', 'RedundantThrows', 'RemoveUnusedImports', + 'ReturnsNullCollection', 'StronglyTypeByteString', 'StronglyTypeTime', 'SwitchDefault', + 'TimeUnitMismatch', 'TransientMisuse', 'UnnecessarilyVisible', 'UnnecessaryAnonymousClass', 'UnnecessaryOptionalGet', 'UnsafeLocaleUsage', 'UsingJsr305CheckReturnValue'] enabledChecks.each { enable(it) } diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index ccf0aaca5d..f86fe1ce8c 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -36,7 +36,7 @@ ext { concurrentlinkedhashmap: '1.4.2', config: '1.4.2', ehcache3: '3.10.0', - errorprone: '2.13.1', + errorprone: '2.14.0', expiringMap: '0.5.10', fastfilter: '1.0.2', fastutil: '8.5.8', @@ -79,7 +79,7 @@ ext { slf4jTest: '2.6.1', testng: '7.6.0', truth: '1.1.3', - felix: '7.0.3', + felix: '7.0.4', felixScr: '2.2.0', osgiUtilFunction: '1.2.0', osgiUtilPromise: '1.2.0',