| Class and Description |
|---|
| play.mvc.Http.Response
Deprecated as of 2.7.0. Use
Result instead which has methods to add headers and cookies. |
| play.db.jpa.JPA
Use a dependency injected JPAApi instance here, since 2.6.1
|
| play.Logger
Deprecated as of 2.7.0. Use slf4j directly.
For more details see https://github.com/playframework/playframework/issues/1669
|
| Constructor and Description |
|---|
| play.DefaultApplication(Application, Config, Injector) |
| play.mvc.Http.RequestImpl(RequestHeader)
Since 2.7.0. Use
#RequestImpl(play.api.mvc.Request) instead. |