Commit Graph

  • 89ca0ef778 Use some static imports. cpovirk 2024-10-18 17:23:16 -07:00
  • 8bbbefd6e6 Use _more_ static imports. cpovirk 2024-10-18 17:02:32 -07:00
  • f679c1e715 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-18 22:34:19 +00:00
  • 266b30c1f1 Use some static imports. cpovirk 2024-10-18 15:07:12 -07:00
  • b86241f6e2 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-18 20:48:30 +00:00
  • 3a8463a075 Use some static imports. cpovirk 2024-10-18 13:22:12 -07:00
  • 3d177c4e37 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-18 19:53:41 +00:00
  • dc12fb2ffe Address [InitializeInline](https://errorprone.info/bugpattern/InitializeInline) warnings. cpovirk 2024-10-18 12:23:52 -07:00
  • f5108a367d Use some static imports. cpovirk 2024-10-18 12:04:48 -07:00
  • 2f072839f8 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-18 16:13:03 +00:00
  • b045bf3a99 Suppress a suggestion that we use the Duration overload. cpovirk 2024-10-18 08:44:57 -07:00
  • b927707cfc Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-18 15:24:37 +00:00
  • b0461b725b Use assertThrows even in GWT/J2CL/J2KT-compatible code, common.cache+io+math+reflect+testing edition. cpovirk 2024-10-18 07:56:52 -07:00
  • 3f406219b7 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 21:38:08 +00:00
  • 6082782134 Make Splitter.splitToStream available to Android users. cpovirk 2024-10-17 14:11:04 -07:00
  • bad50b8a3f Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 20:25:39 +00:00
  • 99be0a4e5a Use assertThrows even in GWT/J2CL/J2KT-compatible code, common.collect.testing edition. cpovirk 2024-10-17 12:57:25 -07:00
  • 8a1c90e7b3 Prepare for usage of ReflectionFreeAssertThrows from more packages: cpovirk 2024-10-17 12:41:15 -07:00
  • 5b3c490c42 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 19:34:02 +00:00
  • 9597b0d290 Use assertThrows even in GWT/J2CL/J2KT-compatible code, common.collect.testing.google edition. cpovirk 2024-10-17 12:06:40 -07:00
  • 7e3c402807 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 16:17:09 +00:00
  • 7b62a516af Point users to [Math.clamp](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Math.html#clamp(long,int,int)). cpovirk 2024-10-17 08:49:10 -07:00
  • 4441e25ea0 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 15:41:14 +00:00
  • 585b93a026 Restore the behavior of throwing an IllegalArgumentException directly. cpovirk 2024-10-17 08:14:00 -07:00
  • 84b4ff29be Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 14:05:30 +00:00
  • dc423d228a Address [StaticQualifiedUsingExpression](https://errorprone.info/bugpattern/StaticQualifiedUsingExpression) and [ExtendsObject](https://errorprone.info/bugpattern/ExtendsObject) warnings. cpovirk 2024-10-17 06:39:05 -07:00
  • c3314fe4a9 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 13:29:51 +00:00
  • 22124956ac Migrate more code to use UndeclaredThrowableException. cpovirk 2024-10-17 05:59:56 -07:00
  • 13374053ab Use addSuppressed in AbstractExecutionThreadService, and otherwise update/clarify code pinned to "Java 7" / old versions of Android. cpovirk 2024-10-17 05:56:46 -07:00
  • 835871e651 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 03:06:08 +00:00
  • 0e2fa3ece4 Address https://errorprone.info/bugpattern/ThreadPriorityCheck warnings. cpovirk 2024-10-16 19:36:23 -07:00
  • 8f747d0069 Migrate off Throwables.propagate, and stop rethrowing exceptions from other threads. cpovirk 2024-10-16 19:35:47 -07:00
  • e495901d0b Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-17 02:33:12 +00:00
  • ca12c336b7 Address [CatchFail](https://errorprone.info/bugpattern/CatchFail), [StaticQualifiedUsingExpression](https://errorprone.info/bugpattern/StaticQualifiedUsingExpression), [UnusedMethod](https://errorprone.info/bugpattern/UnusedMethod), and [CacheLoaderNull](https://errorprone.info/bugpattern/CacheLoaderNull) warnings. cpovirk 2024-10-16 19:06:00 -07:00
  • 15be3785c4 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-16 21:45:27 +00:00
  • 702e4b23c3 Disable Java7ApiChecker for our *tests*, removing most of its suppressions and also most AndroidJdkLibsChecker suppressions. cpovirk 2024-10-16 14:15:29 -07:00
  • 567a72bfc4 Reduce current-java7 diffs by using @AndroidIncompatible instead of omitting test code entirely. test_686631785 cpovirk 2024-10-16 13:56:05 -07:00
  • 32d56adae1 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-16 17:46:44 +00:00
  • 98d55289fc Address https://errorprone.info/bugpattern/UnnecessaryDefaultInEnumSwitch warnings. cpovirk 2024-10-16 10:15:00 -07:00
  • 817af7caf3 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-16 17:18:00 +00:00
  • 10d4b1b10a Inline a method that mainly serves to confuse the compiler's reachabililty checking. cpovirk 2024-10-16 10:14:13 -07:00
  • 503c9eb8d4 Add Fingerprint2011 to ChecksumBenchmark Google Java Core Libraries 2024-10-16 09:50:01 -07:00
  • d9d7b2d183 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-16 15:33:19 +00:00
  • 5338f7c997 Upgrade to a version of plexus-io from after a performance improvement was restored. cpovirk 2024-10-16 08:03:24 -07:00
  • 86b8430800 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-15 17:59:44 +00:00
  • 0a291292e8 Use assertThrows even in GWT/J2CL/J2KT-compatible code, common.collect edition. cpovirk 2024-10-15 10:33:42 -07:00
  • 593af6ea53 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-14 23:14:58 +00:00
  • 77243d6af2 Add a note about Thread.Factory for Java 21+ users. See https://github.com/google/guava/issues/7427 Kurt Alfred Kluever 2024-10-14 15:48:00 -07:00
  • 63b73ce4c6 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-14 22:48:39 +00:00
  • 9be5c722c4 Bump Maven to 3.9.9 and Wrapper to 3.3.2. cpovirk 2024-10-14 15:21:47 -07:00
  • dd0a0cb988 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-14 18:52:30 +00:00
  • ccb3c8534d Bump the github-actions group with 3 updates dependabot[bot] 2024-10-14 11:25:18 -07:00
  • bad2e716cc Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-11 22:24:49 +00:00
  • b84a41d077 n/a lowasser 2024-10-11 14:56:34 -07:00
  • 274d5c8b0d Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-10 16:05:31 +00:00
  • d40589de41 Avoid backticks in Javadoc. cpovirk 2024-10-10 08:35:23 -07:00
  • 779dd9c7bd Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-09 21:44:08 +00:00
  • f5ec2ab85c add ToStringHelper.omitEmptyValues(). Fixes https://github.com/google/guava/issues/7415 Kurt Alfred Kluever 2024-10-09 14:16:31 -07:00
  • 73191e6ec3 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-09 17:05:47 +00:00
  • 99d2ced9e9 Remove @GwtIncompatible from LongMath.checkedSubtract Google Java Core Libraries 2024-10-09 09:35:46 -07:00
  • 8cf2204482 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-08 19:59:54 +00:00
  • 49776fd832 Address https://errorprone.info/bugpattern/Interruption warnings. cpovirk 2024-10-08 12:34:27 -07:00
  • c272a56aeb Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-08 18:44:45 +00:00
  • 01e6a5594f Refactor getDoneValue(Object obj) to improve readability of Cancellation and Failure case handling logic. Google Java Core Libraries 2024-10-08 11:18:25 -07:00
  • 98d3af2b96 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-08 16:53:55 +00:00
  • 4d7c71ea79 Add @RetainedLocalRef to volatile value field references to resolve potential memory issues in a J2ObjC context. Google Java Core Libraries 2024-10-08 09:25:48 -07:00
  • 190ff79ada Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-07 17:43:34 +00:00
  • ed33d3dd62 Bump github/codeql-action in the github-actions group dependabot[bot] 2024-10-07 10:15:29 -07:00
  • d974b46b1d Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-06 13:28:03 +00:00
  • a46565dd1c Provide an optimized copyOf method for TreeRangeMap Google Java Core Libraries 2024-10-06 06:00:57 -07:00
  • cf253551df Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-05 22:30:01 +00:00
  • 81be061f85 Fix @Require annotations so that features implied by absent features are not also required to be absent. Chaoren Lin 2024-10-05 15:02:27 -07:00
  • 6dd28d9598 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-02 17:39:48 +00:00
  • 5da71a7786 Fix some misconfigured collections test suites that were passing due to #7401. Chaoren Lin 2024-10-02 10:12:02 -07:00
  • ef7902dc57 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-01 20:17:02 +00:00
  • f640a0f23e Bump the github-actions group with 3 updates dependabot[bot] 2024-10-01 12:50:24 -07:00
  • 6c922e4cf8 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-01 19:32:31 +00:00
  • 503ba429f9 Add HttpHeaders.ALT_SVC; see https://datatracker.ietf.org/doc/html/rfc7838#page-8 Kurt Alfred Kluever 2024-10-01 12:05:17 -07:00
  • 7e9903d3a6 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-10-01 16:33:28 +00:00
  • f358c05162 Use JDK 23 for compilation (and a few other plugins), while keeping overrides in place for a few others. cpovirk 2024-10-01 09:06:11 -07:00
  • bae249a835 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-26 19:39:24 +00:00
  • 7c0bf0892d Add application/cbor to MediaType. Kevin Stich 2024-09-26 12:11:55 -07:00
  • 3c7c173e9c Prepare for release 33.3.1. cpovirk 2024-09-24 11:31:11 -07:00
  • dc1d4e9b0c Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-24 14:06:33 +00:00
  • d9dbb1594e Fix one instance of incorrect nullability of type argument in FluentIterable. Google Java Core Libraries 2024-09-24 06:37:18 -07:00
  • dda8165547 Update latest_release version to 33.3.1 Chris Povirk 2024-09-23 16:33:41 -04:00
  • d669875f7e Generate Javadoc and JDiff for Guava 33.3.1-jre Chris Povirk 2024-09-23 16:33:37 -04:00
  • df9602b6f1 Set version number for guava-parent to 33.3.1. v33.3.1 Chris Povirk 2024-09-23 15:41:57 -04:00
  • 5d749a2872 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-23 17:41:34 +00:00
  • a3b51888c2 Include j2objc-annotations in the Gradle runtime classpath. cpovirk 2024-09-23 10:13:03 -07:00
  • c0c8833f79 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-23 17:00:29 +00:00
  • 6a070d8046 Bump github/codeql-action in the github-actions group dependabot[bot] 2024-09-23 09:27:05 -07:00
  • 53b1c46844 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-17 18:38:50 +00:00
  • e5b58e2fc8 Use assertThrows even in GWT/J2CL/J2KT-compatible code. cpovirk 2024-09-17 11:05:35 -07:00
  • bd32f0976c Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-16 19:57:02 +00:00
  • 294f07da2a Bump github/codeql-action in the github-actions group dependabot[bot] 2024-09-16 12:26:15 -07:00
  • eca8383e89 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-10 15:50:05 +00:00
  • 7bc08c1e98 Remove stale comments about @NonNull annotations in the JDK. cpovirk 2024-09-10 08:16:33 -07:00
  • 787aa835d7 Generate Javadoc and JDiff for Guava HEAD-jre-SNAPSHOT copybara-service[bot] 2024-09-09 17:19:59 +00:00
  • 930cc5833a Bump actions/setup-java from 4.2.2 to 4.3.0 in the github-actions group dependabot[bot] 2024-09-09 09:53:01 -07:00