Re: [PR] Bump com.google.errorprone:error_prone_annotations from 2.4.0 to 2.26.0 [tinkerpop]

2024-03-13 Thread via GitHub


dependabot[bot] closed pull request #2519: Bump 
com.google.errorprone:error_prone_annotations from 2.4.0 to 2.26.0
URL: https://github.com/apache/tinkerpop/pull/2519


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump com.google.errorprone:error_prone_annotations from 2.4.0 to 2.26.0 [tinkerpop]

2024-03-13 Thread via GitHub


dependabot[bot] commented on PR #2519:
URL: https://github.com/apache/tinkerpop/pull/2519#issuecomment-1994596466

   Superseded by #2520.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump com.google.errorprone:error_prone_annotations from 2.4.0 to 2.26.0 [tinkerpop]

2024-03-12 Thread via GitHub


dependabot[bot] opened a new pull request, #2519:
URL: https://github.com/apache/tinkerpop/pull/2519

   Bumps 
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
 from 2.4.0 to 2.26.0.
   
   Release notes
   Sourced from https://github.com/google/error-prone/releases";>com.google.errorprone:error_prone_annotations's
 releases.
   
   Error Prone 2.26.0
   Changes:
   
   The 'annotations' artifact now includes a module-info.java 
for Java Platform Module System support, thanks to https://github.com/sgammon";>@​sgammon in https://redirect.github.com/google/error-prone/issues/4311";>#4311.
   Disabled checks passed to -XepPatchChecks are now ignored, 
instead of causing a crash. Thanks to https://github.com/oxkitsune";>@​oxkitsune in https://redirect.github.com/google/error-prone/issues/4028";>#4028.
   
   New checks:
   
   https://errorprone.info/bugpattern/SystemConsoleNull";>SystemConsoleNull:
 Null-checking System.console() is not a reliable way to detect if 
the console is connected to a terminal.
   https://errorprone.info/bugpattern/EnumOrdinal";>EnumOrdinal:
 Discourage uses of Enum.ordinal()
   
   Closed issues: https://redirect.github.com/google/error-prone/issues/2649";>#2649, https://redirect.github.com/google/error-prone/issues/3908";>#3908, https://redirect.github.com/google/error-prone/issues/4028";>#4028, https://redirect.github.com/google/error-prone/issues/4311";>#4311, https://redirect.github.com/google/error-prone/issues/4314";>#4314
   Full Changelog: https://github.com/google/error-prone/compare/v2.25.0...v2.26.0";>https://github.com/google/error-prone/compare/v2.25.0...v2.26.0
   Error Prone 2.25.0
   New checks:
   
   https://errorprone.info/bugpattern/JUnitIncompatibleType";>JUnitIncompatibleType:
 Detects incompatible types passed to an assertion, similar to https://errorprone.info/bugpattern/TruthIncompatibleType";>TruthIncompatibleType
 
   https://errorprone.info/bugpattern/RedundantSetterCall";>RedundantSetterCall:
 Detects fields set twice in the same chained expression. Generalization of 
previous ProtoRedundantSet check to also handle https://github.com/google/auto/blob/main/value/userguide/index.md";>AutoValue.
   
   Closed issues: https://redirect.github.com/google/error-prone/issues/4195";>#4195, https://redirect.github.com/google/error-prone/issues/4224";>#4224, https://redirect.github.com/google/error-prone/issues/4228";>#4228, https://redirect.github.com/google/error-prone/issues/4248";>#4248, https://redirect.github.com/google/error-prone/issues/4249";>#4249, https://redirect.github.com/google/error-prone/issues/4251";>#4251
   Full Changelog: https://github.com/google/error-prone/compare/v2.24.1...v2.25.0";>https://github.com/google/error-prone/compare/v2.24.1...v2.25.0
   Error Prone 2.24.1
   Changes:
   
   Add an assertion to try to help debug https://redirect.github.com/google/error-prone/issues/4225";>google/error-prone#4225
   
   Full Changelog: https://github.com/google/error-prone/compare/v2.24.0...v2.24.1";>https://github.com/google/error-prone/compare/v2.24.0...v2.24.1
   Error Prone 2.24.0
   New checks:
   
   https://errorprone.info/bugpattern/MultipleNullnessAnnotations";>MultipleNullnessAnnotations:
 Discourage multiple nullness annotations
   https://errorprone.info/bugpattern/NullableTypeParameter";>NullableTypeParameter:
 Discourage nullness annotations on type parameters
   https://errorprone.info/bugpattern/NullableWildcard";>NullableWildcard:
 Discourage nullness annotations on wildcards
   https://errorprone.info/bugpattern/SuperCallToObjectMethod";>SuperCallToObjectMethod:
 Generalization of SuperEqualsIsObjectEquals, now covers 
hashCode
   
   Full Changelog: https://github.com/google/error-prone/compare/v2.23.0...v2.24.0";>https://github.com/google/error-prone/compare/v2.23.0...v2.24.0
   Error Prone 2.23.0
   New checks:
   
   https://errorprone.info/bugpattern/DuplicateDateFormatField";>DuplicateDateFormatField
   https://errorprone.info/bugpattern/NonFinalStaticField";>NonFinalStaticField
   https://errorprone.info/bugpattern/StringCharset";>StringCharset
   https://errorprone.info/bugpattern/StringFormatWithLiteral";>StringFormatWithLiteral
   https://errorprone.info/bugpattern/SuperEqualsIsObjectEquals";>SuperEqualsIsObjectEquals
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/google/error-prone/commit/ad1c05b789e28eea2dffdc02be6d89e5c8f8df8b";>ad1c05b
 Release Error Prone 2.26.0
   https://github.com/google/error-prone/commit/ea5ef6dd29022683eced044a2b0b3fa91d8b3200";>ea5ef6d
 Add the 'compile' goal for 'compile-java9'
   https://github.com/google/error-prone/commit/0e9536471b6b8e7e03d29584eceb8a0e0f3240d7";>0e95364
 feat: add jpms definition for annotations
   https://github.com/google/error-prone/commit/9da2d5580e3939f97ef2e91278b330a56b5ed1fe";>9da2d55
 Ignore disabled checks passed to -XepPatchChecks
   https://github.com/google/error-prone/commit/3292632ee5