typesafehub / conductr-lib

Other
8 stars 13 forks source link

Support cross versions of conductr-bundle-lib #40

Closed huntc closed 9 years ago

huntc commented 9 years ago

We need multiple versions of play-conductr-bundle-lib - one for each release of Play that we support i.e. 2.3 and 2.4 at this point. The same situation will occur with akka-conductr-bundle-lib shortly as we will also need to support 2.4 as well as 2.3.

@jsuereth time for Typesafe RP support do you think?

Footnote: play-conductr-bundle-lib is built for Play 2.3 and does not work with Play 2.4

huntc commented 9 years ago

The solution to this has been to maintain a separate branch for Play 2.4. The same will be required for Akka 2.4.

Branches are required given that the changes are not merely about changing dependencies, but also about changing approaches within the code itself.