Play 2.7 support
See original GitHub issueUsing skuber 2.1.0 in a Play 2.7 project I get what looks like a binary incompatibility introduced by a change in play-json:
Caused by: java.lang.NoSuchMethodError: play.api.libs.json.Reads$.traversableReads(Lscala/collection/generic/CanBuildFrom;Lplay/api/libs/json/Reads;)Lplay/api/libs/json/Reads; at skuber.json.format.package$.<init>(package.scala:100) at skuber.json.format.package$.<clinit>(package.scala) at domain.batch.KubernetesService$.debugListPods(KubernetesService.scala:17)
This looks similar to what other packages have experienced (cf. https://github.com/ReactiveMongo/Play-ReactiveMongo/issues/267).
Thanks a lot for all the hard work on skuber, cheers!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What's new in Play 2.7
Scala 2.13 support. Play 2.7 is the first release of Play that is cross-built against Scala 2.13, 2.12, and 2.11. A number of...
Read more >Support for Play 2.7 · Issue #92 · gradle/playframework - GitHub
I get Not a supported Play version: 2.7.0. This plugin is compatible with: [PLAY_2_3_X, PLAY_2_4_X, PLAY_2_5_X, PLAY_2_6_X].
Read more >Play 2.7.3 released! - Play Framework
We are pleased to announce the release of Play 2.7.3 with binaries ... Is the Scala 2.13 support in 2.7.3 considered production ready...
Read more >Play Framework [deprecated] - Google Groups
The play-framework Google Group will soon be put into read-only mode. ... 2.7.x. Hi Just released 1.0.0-rc5 version of the plugin supports Play!...
Read more >The Gotchas of Upgrading to Play Framework 2.7 and Slick 3.3.0
The gotchas on migrating from Play framework 2.6 to 2.7. From slick 3.2 to ... version 3.3.0 include native support of java.time data...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve finally created a new PR to fix this issue: #263.
No, I did not close that PR.