If you know of Guava Android users who have not yet upgraded to at least the previous release 33.0.0, please encourage them to do so. Starting with that version, we are experimenting with including Java 8+ APIs in guava-android. Before we commit to adding such APIs, we want as much testing as we can get: If we later expose a set of Java 8+ APIs and then discover that they break users, we won't want to remove them, as the removal would break users, too.
Updated our Error Prone dependency to 2.26.1, which includes a JPMS-ready jar of annotations. If you use the Error Prone annotations in a modular build of your own code, you may need to add a requires line for them. (d48c6dfbb8, c6e91c498ced26631029d1bdfdb9154d4a217368)
base: Added a Duration overload for Suppliers.memoizeWithExpiration. (76e46ec35b)
base: Deprecated the remaining two overloads of Throwables.propagateIfPossible. They won't be deleted, but we recommend migrating off them. (cf86414a87)
graph: Changed the return types of transitiveClosure() and reachableNodes() to Immutable* types. reachableNodes() already returned an immutable object (even though that was not reflected in the declared return type); transitiveClosure() used to return a mutable object. The old signatures remain available, so this change does not break binary compatibility. (09e655f6c1)
graph: Changed the behavior of views returned by graph accessor methods that take a graph element as input: They now throw IllegalStateException when that element is removed from the graph. (8dca776341)
hash: Optimized Checksum-based hash functions for Java 9+. (afb35a5d1b)
testing: Exposed FakeTickerDuration methods to Android users. (f346bbb6a7)
util.concurrent: Deprecated the constructors of UncheckedExecutionException and ExecutionError that don't accept a cause. We won't remove these constructors, but we recommend migrating off them, as users of those classes often assume that instances will contain a cause. (1bb3c4386b)
util.concurrent: Improved the correctness of racy accesses for J2ObjC users. (d3232b71ce)
#14123 - Transitive dependency rejection after Guava upgrade to 32.1.3-jre
#14502 - GenericWhitespaceCheck: Handling of whitespace between generic and record header
#12600 - JavadocStyle doesn't work with inline ``@return
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the maven group with 2 updates: com.google.guava:guava and com.puppycrawl.tools:checkstyle.
Updates
com.google.guava:guava
from 33.0.0-jre to 33.1.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
com.puppycrawl.tools:checkstyle
from 10.13.0 to 10.15.0Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
... (truncated)
Commits
72fe7d3
[maven-release-plugin] prepare release checkstyle-10.15.0b277d49
doc: release notes for 10.15.0aef4a32
Issue #14715: Enforced new naming convention in IT area Five341cb5e
Issue #14715: Enforced new naming convention in IT area Two4fe8118
dependency: bump commons-io:commons-io from 2.15.1 to 2.16.0e20f9e2
Issue #14715: Enforce new naming convention on methodtypeparametername in IT ...d35128b
Issue #14715: Enforced new naming convention in IT area Onef4b7158
supplemental: refactor misaligned leading asterisks in javadoc commentsdd7b849
dependency: bump org.apache.maven.plugins:maven-gpg-plugin194a6f7
Issue #14715: Enforced new naming convention on visibilitymodifier in IT areaDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show