Skip to content

Conversation

@scala-steward
Copy link
Contributor

About this PR

📦 Updates org.asynchttpclient:async-http-client from 2.12.3 to 3.0.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.asynchttpclient", artifactId = "async-http-client" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.asynchttpclient", artifactId = "async-http-client" }
}]
labels: library-update, early-semver-major, semver-spec-major, commit-count:1

@mergify mergify bot added the type:updates label Jul 29, 2024
@mkurz
Copy link
Member

mkurz commented Jul 30, 2024

So... async-http-client v3 drops netty-reactive-streams, so this needs some work probably. e.g the shading will not be necessary anymore.
See comments in

Related

@Nezisi
Copy link

Nezisi commented Nov 18, 2024

@mkurz
Copy link
Member

mkurz commented Feb 25, 2025

Side note: we can remove the scala pin afterwards:

pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
]

@mkurz
Copy link
Member

mkurz commented Jul 17, 2025

@Nezisi would you be interested in providing a PR to upgrade async-http-client to version 3 in this repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

3 participants