Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

:= fixes issue #14 and upgrades Scala and the dependencies #15

Merged
merged 2 commits into from
Mar 24, 2020

Conversation

cspinetta
Copy link
Contributor

This PR includes:

  • Solves issue NoSuchMethodError in ZipkinReporter.convertSpan in Play2.8 app #14 :
    The second parameterpassed to Math.floorDiv() (value 1000) needs to be forced to Long. Otherwise, the Scala compiler doesn't generate the correct invocation in the bytecode generated.

  • Upgrades to Scala 2.12.11 and upgrade the minor version of the depedencies.

@dpsoft dpsoft merged commit b5da487 into kamon-io:master Mar 24, 2020
@dpsoft
Copy link
Contributor

dpsoft commented Mar 24, 2020

@cspinetta thanks for proposing this PR!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants