score:1

Accepted answer

this library https://github.com/kenshoo/metrics-play v2.4.4 & https://github.com/pygmalios/reactiveinflux (has a dependency on play 2.3.10) was being used in our module which was not compatible with new play version 2.7.2. hence it was throwing above runtime exception.

mvn dependency:tree can help to detect incompatible library when upgrading.


Related Query

More Query from same tag