6 hours ago
guava

33.7.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
  <version>33.7.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • The Android jar now contains our Proguard configs. (b0668e7174)
  • The Guava module-info.class is now present at the root of the jar instead of under a multi-release root. This prevents the jar from containing a file at META-INF/versions/9/OSGI-INF/MANIFEST.MF, which occasionally causes trouble for some users. (230019b31e)
  • Our Android minSdkVersion is now 24 (Nougat). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (ea0af870d5)
  • collect: Changed some ImmutableMap implementations to create a new, lightweight object on each call to view methods like keySet(), rather than creating and storing that object during the first call for reuse later. This is likely to slightly improve performance for some users, but it could lead to regressions in unusual cases, such as repeatedly calling asMultimap().inverse() on the same ImmutableMap instance. (e87d019e47)
  • net: Added HttpHeaders constant for on-prefetch-activation. (abd06a3679)
  • net: Added MediaType constants for application/yaml and application/x-pem-file. (a8e9533b49, 1d40e27a4b)
  • util.concurrent: Fixed ExecutionSequencer queue stall when delegate executor throws RejectedExecutionException. (8410194eed)
2 days ago
selenium

Nightly

Commits

  • 3e38711: [build] Automated Browser Version Update (major) with CDP (#17910) (Selenium CI Bot) #17910
  • 7c6f386: [java] fix two flaky BiDi tests that left timing-dependent state behind (#17918) (Titus Fortner) #17918
2 days ago
selenium
2 days ago
selenium

Nightly

Commits

  • e05bb27: [build] reduce github cache churn and aggressively prune CodeQL caches (#17909) (Titus Fortner) #17909