Release 1.2.1
GWTP
- Display a warning at compilation if there is a newer version of GWTP available
MVP
- This is not backward compatible..
PlaceRequest
,TokenFormatter
,ParameterTokenFormatter
andRouteTokenFormatter
have moved fromcom.gwtplatform.mvp.client.proxy
tocom.gwtplatform.mvp.shared.proxy
. - PresenterWidget methods are no longer final, making it easier to test
- Allow "#!" as delimiter for crawlable route-like place tokens.
- Fixed a bug in encoding of query parameters in route-like place tokens.
- Fixed Analytics' logged URL when using.
- Enabled Analytics in Dev Mode.
REST Dispatcher
- Added a
@NoXsrfHeader
annotation to disable CSRF protection on specific calls. - Added a configuration method to the Gin Module Builder to change the requests timeout.
- Added a configuration methods to the Gin Module Builder to automatically add parameters.
- Added a configuration method to the Gin Module Builder to set a date format for Query, Form and Header parameters.
- Parameters can be configured for specific HTTP methods (POST, GET, etc.)
- Added a
@DateFormat
annotation to set the date format of specific fields in your service interface. - Fixed an issue with composition of service interface.