Skip to content

Commit

Permalink
Migration guide changes
Browse files Browse the repository at this point in the history
  • Loading branch information
richdougherty committed Apr 18, 2018
1 parent 8090e63 commit 09a10f4
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -93,6 +93,10 @@ Like announced in the [[Play 2.6 Migration Guide|Migration26#Java-Form-Changes]]

Play 2.6.x provided 23.0 version of Guava library. Now it is updated to last actual version, 24.1-jre. Lots of changes were made in library, you can see the full changelog [here](https://github.com/google/guava/releases).

### `Server.getHandlerFor` has been removed
### Internal changes

This method on the `Server` trait was used internally by the Play server code when routing requests. It has been removed and replaced with a method of the same name on the `Server` object.
Many changes have been made to Play's internal APIs. These APIs are used internally and don't follow a normal deprecation process. Changes may be mentioned below to help those who integrate directly with Play internal APIs.

#### `Server.getHandlerFor` has moved to `Server#getHandlerFor`

The `getHandlerFor` method on the `Server` trait was used internally by the Play server code when routing requests. It has been removed and replaced with a method of the same name on the `Server` object.

0 comments on commit 09a10f4

Please sign in to comment.