Commit Graph

  • 5a93c576da Automated Code Change Liam Miller-Cushon 2025-10-21 08:38:11 -07:00
  • c5398b102f Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-15 15:46:38 +00:00
  • 0fbeb88713 Add @since tag for asNetwork(). cpovirk 2025-10-15 08:15:21 -07:00
  • 06b6f4b0c5 Further rework ImmutableSet.copyOf handling of EnumSet after 83869af963. cpovirk 2025-10-11 07:50:43 -07:00
  • 80cfdaa808 Tweak some code to satisfy some of our nullness checking. Roberto Lublinerman 2025-10-10 16:11:26 -07:00
  • 83869af963 Remove unnecessary raw cast. Roberto Lublinerman 2025-10-10 09:25:50 -07:00
  • dc52c166e3 Touch up jrtom CONTRIBUTORS entry. cpovirk 2025-10-09 14:11:54 -07:00
  • c00df5c397 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-08 19:20:20 +00:00
  • 82ce359b7a Restore some @link tags and associated imports that were removed in cl/305727790. cpovirk 2025-10-08 11:53:21 -07:00
  • 96584e9a02 Belatedly credit some commits to jrtom. cpovirk 2025-10-08 10:54:23 -07:00
  • 39e658608c Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-07 19:11:05 +00:00
  • 73f8b0bb84 Deprecate the (long, TimeUnit)-based APIs in CacheBuilder; please use the Duration-based APIs instead. Kurt Alfred Kluever 2025-10-07 11:43:33 -07:00
  • d4376bc190 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-07 16:20:10 +00:00
  • 909c593c61 Create an asNetwork() view for Graph and ValueGraph. Google Java Core Libraries 2025-10-07 08:53:47 -07:00
  • b80dc3345c Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-07 01:18:25 +00:00
  • b53231b06e Create an asNetwork() view for Graph and ValueGraph. Google Java Core Libraries 2025-10-06 17:51:23 -07:00
  • cb330a820b Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-06 23:00:10 +00:00
  • d333afeffe Create an asNetwork() view for Graph and ValueGraph. Google Java Core Libraries 2025-10-06 15:32:45 -07:00
  • a56d68aef7 hasEdgeConnecting(): add tests to verify that these methods do not throw if one or both arguments are not present in the graph. Google Java Core Libraries 2025-10-06 13:11:21 -07:00
  • 1592eda506 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-06 15:15:33 +00:00
  • 2f7e6c5fc3 Add a note about HexFormat to the documentation of BaseEncoding.base16(). Kurt Alfred Kluever 2025-10-06 07:46:55 -07:00
  • 4dada61c33 Standardize on the ID "attach-javadocs" for maven-javadoc-plugin. cpovirk 2025-10-02 12:24:47 -07:00
  • 201c9504f1 Use a better variable name in MediaType.withParameters. Éamonn McManus 2025-10-01 18:44:30 -07:00
  • 4a78cfc512 Bump the github-actions group with 3 updates dependabot[bot] 2025-10-01 10:43:05 -07:00
  • 96001ed74f Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-10-01 15:06:22 +00:00
  • acf5bb5ca9 Use Java 25 for Javadoc links, too. cpovirk 2025-10-01 07:38:38 -07:00
  • 7730d1317d Delete ClusterException in favor of suppressed exceptions. cpovirk 2025-10-01 06:10:43 -07:00
  • ca18af8338 Rewrite c.g.c.cache tests to use Truth assertions. Éamonn McManus 2025-09-30 15:01:30 -07:00
  • 20e00a1c29 Truthify graph tests. cpovirk 2025-09-30 10:06:43 -07:00
  • a49016f5ec Fix bad merge from 57528113f6. cpovirk 2025-09-30 06:59:30 -07:00
  • 1917901667 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-29 21:43:35 +00:00
  • 2e13df25b2 Add support to Graphs.transitiveClosure() for different strategies for adding self-loops. Google Java Core Libraries 2025-09-29 14:16:58 -07:00
  • 87c93c269c Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-29 20:16:53 +00:00
  • 453a78866b Bump deps and plugins. cpovirk 2025-09-29 12:48:43 -07:00
  • a82bb6dd12 Use catch blocks for ReflectiveOperationException (or a union type with that erasure). cpovirk 2025-09-29 11:46:58 -07:00
  • ae5e4d6f12 Call Thread.stop reflectively, and fix MonitorTestCase to fail in case of an uncaughtThrowable. cpovirk 2025-09-29 11:33:39 -07:00
  • 3c0e7045d2 Move version numbers to properties. cpovirk 2025-09-29 10:55:47 -07:00
  • 3de822bceb Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-29 14:18:42 +00:00
  • 9a179fc66b Link to new Java 25 methods on Reader. cpovirk 2025-09-29 06:53:38 -07:00
  • 701b8ea9a4 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-29 13:22:05 +00:00
  • 57528113f6 Use Java 25 for javac and javadoc. cpovirk 2025-09-29 05:55:53 -07:00
  • aced6b6f4f Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-25 20:46:46 +00:00
  • c37d51edf0 Remove the claim that we'll delete Files.append in October 2019. cpovirk 2025-09-25 13:21:06 -07:00
  • a84b5f3c31 Remove handling of obsolete Android versions whose temporary directory is /sdcard. cpovirk 2025-09-25 12:12:03 -07:00
  • 84300c7fda Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-25 15:24:34 +00:00
  • 9a406e7f46 Fix a compilation error caused by https://bugs.openjdk.org/browse/JDK-8357219 Liam Miller-Cushon 2025-09-25 07:58:39 -07:00
  • d7240c0eed Use Reflection.newProxy and a lambda. cpovirk 2025-09-24 15:48:36 -07:00
  • a68d5843e1 Update Public Suffix List data. cpovirk 2025-09-24 11:26:48 -07:00
  • 59c4ecce89 Improve exception messages for annotation-related methods on synthetic TypeVariable instances. Laurie Crean 2025-09-23 15:27:50 -07:00
  • f5d8ecc5ed Fix one https://errorprone.info/bugpattern/UnnecessarilyFullyQualified warning. cpovirk 2025-09-23 12:20:58 -07:00
  • ab582b4491 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-23 19:05:33 +00:00
  • f827e52534 Delete BinaryTreeTraverserBenchmark. Google Java Core Libraries 2025-09-23 11:35:23 -07:00
  • 643b5e801d Use more static imports. cpovirk 2025-09-23 10:48:29 -07:00
  • 3e1d0f4ff3 Use/mention immediateVoidFuture a little more. cpovirk 2025-09-22 18:32:36 -07:00
  • 61c0f2b34c Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-22 21:34:39 +00:00
  • cb0e7e0cb1 Remove some unnecessary type arguments. cpovirk 2025-09-22 14:06:56 -07:00
  • c1ffb313fd Remove some unnecessary type arguments. cpovirk 2025-09-22 14:03:57 -07:00
  • 35a4ccbcbb Remove some unnecessary type arguments. cpovirk 2025-09-22 13:51:10 -07:00
  • 8ff6eb57c6 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-22 18:58:53 +00:00
  • 08f213923d Remove some unnecessary type arguments. cpovirk 2025-09-22 11:33:15 -07:00
  • 274062cdc2 Remove some unnecessary type arguments. cpovirk 2025-09-22 10:46:08 -07:00
  • 125fd027c2 Add a missing @Nullable annotation identified by [RedundantNullCheck](https://github.com/google/error-prone/pull/5121). cpovirk 2025-09-22 08:47:52 -07:00
  • bffc1d246e Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-19 21:27:49 +00:00
  • b94bd32f19 Update Javadoc with direct FluentIterable.{index,uniqueIndex} equivalents. perceptron8 2025-09-19 13:36:57 -07:00
  • f23979b4f5 Update latest_release version to 33.5.0 Chris Povirk 2025-09-17 16:22:02 -04:00
  • 1afae76083 Generate Javadoc and JDiff for Guava 33.5.0-jre Chris Povirk 2025-09-17 16:21:58 -04:00
  • 8868c096cf Set version number for guava-parent to 33.5.0. v33.5.0 Chris Povirk 2025-09-17 15:54:47 -04:00
  • e9ea5a982c Add required information and plugin in guava-bom/pom.xml. cpovirk 2025-09-17 12:48:00 -07:00
  • 119bd9bcce Work around a bug in central-publishing-maven-plugin that causes us to skip publishing entirely for guava-android. cpovirk 2025-09-17 11:23:42 -07:00
  • 4c4f855e85 Remove deps on truth-java8-extension. cpovirk 2025-09-17 10:47:49 -07:00
  • 0c39498778 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-16 22:24:34 +00:00
  • 257bc194f6 Prepare for release 33.5.0. cpovirk 2025-09-16 14:58:31 -07:00
  • d594f610b6 Bump plugins. cpovirk 2025-09-16 14:54:58 -07:00
  • 0edab3dd4a Move configuration out of sonatype-oss-release to enable it by default (except for maven-gpg-plugin), and update related configuration as necessary. cpovirk 2025-09-16 14:52:07 -07:00
  • eeced9088d Test Iterables.mergeSorted() for stability. perceptron8 2025-09-16 13:14:48 -07:00
  • 013ffb0950 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-16 18:58:25 +00:00
  • c1e6de293c Mention stability in Iterables.mergeSorted() javadocs. perceptron8 2025-09-16 11:32:45 -07:00
  • d4849c0478 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-16 13:05:54 +00:00
  • 4dc93be9a8 Fix Iterators.mergeSorted() to preserve stability for equal elements. Laurie Crean 2025-09-16 05:36:45 -07:00
  • 84aca22862 Add test for putIfAbsent method to verify replacement of null values. Laurie Crean 2025-09-15 19:01:20 -07:00
  • fe8f6f8432 Update implementation comments, mostly around known issues. cpovirk 2025-09-15 13:57:08 -07:00
  • 288aeaea09 Add a unit test for Iterators.mergeSorted(). Laurie Crean 2025-09-15 06:07:59 -07:00
  • 49bc9a6a48 Detect conflicts with more conflicting releases of Guava. test_806974529 Laurie Crean 2025-09-14 13:40:21 -07:00
  • 087f2c4a80 Improve exception handling in cache.asMap().computeIfAbsent etc. Éamonn McManus 2025-09-11 12:32:32 -07:00
  • 233d873dbb Address https://errorprone.info/bugpattern/OperatorPrecedence warnings. cpovirk 2025-09-11 11:25:47 -07:00
  • 2de649504a Add a test ahead of fixing https://github.com/google/guava/issues/5438, https://github.com/google/guava/issues/7625, and https://github.com/google/guava/issues/7975. Kurt Alfred Kluever 2025-09-11 10:54:35 -07:00
  • 44cf58753a Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-11 17:29:18 +00:00
  • 2de2021fb0 Address a few Error Prone warnings. cpovirk 2025-09-11 10:02:40 -07:00
  • 7c1d5e5346 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-11 14:14:45 +00:00
  • ce75979108 Revise references to Android versions before our currently supported minimum (API Level 23). cpovirk 2025-09-11 06:48:30 -07:00
  • 7fc3290d0e Bump Truth to 1.4.5. cpovirk 2025-09-10 09:11:38 -07:00
  • 8f4ad7e1f0 Sort pom.xml contents in conventional order, and add a TODO about central-publishing-maven-plugin versioning. Vincent Potucek 2025-09-08 15:01:06 -07:00
  • 030079f138 Make some members static. cpovirk 2025-09-08 11:32:57 -07:00
  • 6dede7c7cd Revise TypeResolver comment further, including adding a TODO about annotations. cpovirk 2025-09-05 14:17:57 -07:00
  • ccf901a047 Generate Javadoc and JDiff for Guava 999.0.0-HEAD-jre-SNAPSHOT copybara-service[bot] 2025-09-05 15:03:44 +00:00
  • 1586eb271d Release Striped.custom publicly. cpovirk 2025-09-05 07:38:04 -07:00
  • 1176cdb86e Bump deps. cpovirk 2025-09-04 14:32:38 -07:00
  • 3944ffa4f3 Actually use suppressForVector(). cpovirk 2025-09-04 07:58:22 -07:00
  • 9547910cc2 Bump the github-actions group with 4 updates dependabot[bot] 2025-09-03 12:16:49 -07:00
  • 2bff71bd68 Reduce allocations in TypeToken#getRawType. Patrick Strawderman 2025-09-03 11:37:07 -07:00