Skip to content

Upgrade Guava from 13.0.1 to 32.0.0-jre#1

Open
vikasrathee-cs wants to merge 1 commit intodevelopfrom
guava-upgrade
Open

Upgrade Guava from 13.0.1 to 32.0.0-jre#1
vikasrathee-cs wants to merge 1 commit intodevelopfrom
guava-upgrade

Conversation

@vikasrathee-cs
Copy link
Collaborator

Replace removed APIs:

  • Throwables.propagate() -> throw new RuntimeException(e)
  • InputSupplier (removed) -> use existing ContentProvider
  • Charsets.UTF_8 -> StandardCharsets.UTF_8
  • Objects.toStringHelper/firstNonNull -> MoreObjects equivalents
  • Objects.hashCode -> java.util.Objects.hash
  • startAndWait/stopAndWait -> startAsync().awaitRunning/stopAsync().awaitTerminated
  • Update ASM bytecode generation to use RuntimeException constructor
  • Fix header ordering in HttpRequestsTestBase

Replace removed APIs:
- Throwables.propagate() -> throw new RuntimeException(e)
- InputSupplier (removed) -> use existing ContentProvider
- Charsets.UTF_8 -> StandardCharsets.UTF_8
- Objects.toStringHelper/firstNonNull -> MoreObjects equivalents
- Objects.hashCode -> java.util.Objects.hash
- startAndWait/stopAndWait -> startAsync().awaitRunning/stopAsync().awaitTerminated
- Update ASM bytecode generation to use RuntimeException constructor
- Fix header ordering in HttpRequestsTestBase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants