Closed GoogleCodeExporter closed 9 years ago
https://code.google.com/p/play2-maven-plugin/source/detail?r=1233 - routes
generator for Play! 2.4.x writes "routes" file products ("routes_routing.scala"
and "routes_reverseRouting.scala" files) in "router" subdirectory of managed
source root ("target/src_managed/main" directory), generators for previous
Play! versions write these files directly in managed source root. This small
difference results in new "String getDefaultNamespace()" method in
"Play2RoutesCompiler" interface.
Original comment by gslowiko...@gmail.com
on 14 May 2015 at 1:20
https://code.google.com/p/play2-maven-plugin/source/detail?r=1234 - additional
"controllers.Assets.Asset" value in generated import statements (for both: java
and scala).
Original comment by gslowiko...@gmail.com
on 14 May 2015 at 1:25
New `1.0.0-beta2-SNAPSHOT` snapshot deployed.
Original comment by gslowiko...@gmail.com
on 14 May 2015 at 1:28
https://code.google.com/p/play2-maven-plugin/source/detail?r=1236 - added mojo
parameter "String routesGenerator" (supported only by Play! 2.4.x), allowed
values are "static" (default) and "injected", "void setGenerator( String
generator )" method added to "Play2RoutesCompiler" interface and all
implementations, only Play! 2.4.x implementation makes use of it.
Original comment by gslowiko...@gmail.com
on 14 May 2015 at 2:19
New '1.0.0-beta2-SNAPSHOT' snapshot deployed.
Original comment by gslowiko...@gmail.com
on 14 May 2015 at 2:36
Original comment by gslowiko...@gmail.com
on 19 May 2015 at 9:20
There are more changes in router compilation introduced in Play! 2.4.0-RC5. New
issue #74 was created.
Original comment by gslowiko...@gmail.com
on 29 May 2015 at 9:34
Original issue reported on code.google.com by
gslowiko...@gmail.com
on 14 May 2015 at 12:56