summaryrefslogtreecommitdiff
path: root/contrib/playlib/worker
Commit message (Collapse)AuthorAgeFilesLines
* Reworks version specific keys and extractionJean Helou2019-03-112-0/+0
| | | | | | | Route compilation workers are specific to play minor version but still added a patch level version in the key. The playMinorVersion used to compute the version part of the key had to add a useless trailing `.0`, this is now fixed.
* Tightens visibility of the internal workersJean Helou2019-03-112-2/+2
|
* switch to T.sources for the routesFiles settingJean Helou2019-02-142-26/+78
|
* Adds the specialized workersJean Helou2019-02-142-0/+122
This module adds workers specialized for play 2.6.0. and 2.7.0, these modules actually depend on playframework artifacts. They are dynamically loaded from the `RoutesCompilerWorkerApi`.