akka-http icon indicating copy to clipboard operation
akka-http copied to clipboard

build: update caffeine from 2.9.3 to 3.0.6

Open scala-steward opened this issue 3 years ago • 5 comments

Updates com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.0.6. GitHub Release Notes - Version Diff

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!

Ignore future updates

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

updates.ignore = [ { groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine" } ]

labels: library-update, early-semver-major, semver-spec-major, commit-count:1

scala-steward avatar Mar 22 '22 01:03 scala-steward

Caffeine 3.x is incompatible with 2.x (though at first glance the differences seem small, https://github.com/ben-manes/caffeine/releases/tag/v3.0.0), perhaps we should postpone that update to Akka HTTP 10.3.x?

raboof avatar Mar 22 '22 08:03 raboof

Can only update when drop java 11.

He-Pin avatar Mar 22 '22 17:03 He-Pin

@raboof @jrudolph can pin on the 2.9.x version. https://github.com/akka/akka-http/pull/4083

He-Pin avatar Mar 22 '22 17:03 He-Pin

Can only update when drop java 11.

@He-Pin Did you mean drop Java 8? Caffeine 3 support Java 11+.

For Java 11 or above, use 3.1.x otherwise use 2.9.x.

©https://github.com/ben-manes/caffeine

ihostage avatar May 06 '22 15:05 ihostage

Can only update when drop java 11.

Good to know, thanks. Let's revisit when we decide if we keep supporting Java 8 on 10.3.x.

jrudolph avatar May 09 '22 08:05 jrudolph