typesafehub / conductr-lib

Other
8 stars 13 forks source link

Play26 bundle lib is incompatible with Play 2.6.1+ #157

Closed pvlugter closed 7 years ago

pvlugter commented 7 years ago

Binary incompatibility for ApplicationLoader.Context.copy introduced here:

https://github.com/playframework/playframework/pull/7566

The play26 bundle lib could workaround this by not using the copy method, but copying fully with the constructor.

richdougherty commented 7 years ago

I think you're right that a workaround is needed. Sorry for breaking compatibility.

huntc commented 7 years ago

Fixed with conductr-lib 2.0.1.

richdougherty commented 7 years ago

Thanks guys.