DSC-SPIDAL / WebPViz

Web based PlotViz implementation
http://spidal-gw.dsc.soic.indiana.edu/
Apache License 2.0
6 stars 1 forks source link

Upgrading to Play Framework from 2.3.8 to 2.5.3 #78

Open pulasthi opened 8 years ago

pulasthi commented 8 years ago

Play framework 2.4 on wards is built on top of Akka framework. The current version used is 2.3.8, Migrating to 2.5.3 will allow the use of new features in play framework such as the new streaming API based on Akka Streams

pulasthi commented 8 years ago

Migration done in branch play2.5 - https://github.com/DSC-SPIDAL/WebPViz/tree/play2.5

Need to test before merging to master