question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using 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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
olivierlemaslecommented, Mar 17, 2019

I’ve finally created a new PR to fix this issue: #263.

0reactions
jeffrey-aguileracommented, Apr 12, 2019

PR #255 has been closed by its author 😦

No, I did not close that PR.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found