Spring SPR-15030: Allow to specify serialization hints to the functional web server

Could you review this in order to allow me to push in master @poutsma?Comment From: poutsmaAs I said on Slack: this look...

Spring Add an option to set an Origin whitelist for Websocket and SockJS

This commit introduces a new AllowedOriginInterceptor WebSocketHandshakeInterceptor. It filters Origin header value agai...

Spring Support port URI template variables

This commit makes it possible to specify port with an URI template variable.For example :RestTemplate restTemplate = new...

Spring Improve ResolvableType.hashCode() for better performances

Prior to this commit, when there was a lot of entries in the ResolvableType.cache HashMap,getting a simple value could t...

Spring Support Jackson based XML serialization/deserialization

This commit adds support for XML serialization/deserialization based onthe jackson-dataformat-xml extension. When using ...

Spring Update references to RFC 2616

Replace references to the old RFC 2616 (HTTP 1.1) with referencesto the new RFCs 7230 to 7235.This commit also deprecate...

Spring Update documentation with MVC config view resolution examples

I have also added a commit to rename mvc:content-negotiation to mvc:content-negotiating, in order to be consistent with ...

Spring Add status controllers

Status controllers allow easily to define some URL thatshould send a response with a specified status code.For non redir...

Spring Update support for using "." as path separator

Leading slash is now managed in a generic way, regardless ofthe AntPathMatcher path separator.Issue: SPR-11660Comment Fr...

Spring Make ListenableFuture compliant with Java 8 lambda

Make it possible to use a ListenableFuture with Java 8lambda expressions, using a syntax likelistenableFuture.onSuccess(...

Spring Allow to customize separator for messaging destinations

In order to be able to use separators like "." (used by defaultby most broker relays) instead of "/" for destination pat...

Spring Support Java and MVC namespace view resolution config

Support Java and MVC namespace view resolution configThis PR also makes Tiles 3 the default implementation in spring-web...

Spring Add support for asserting JSON

Support asserting JSON regardless of order and formatting.Based on the JSONassert library.Issue: SPR-10113Comment From: ...

Spring Expose exception as request attribute when calling sendError

When sending an error response, expose the encountered exceptionas a "org.springframework.web.util.WebUtils.EXCEPTION" r...

Spring Add JSONP support to MappingJackson2JsonView

Enable JSONP support by wrapping the JSON output intoa callback when a JSONP query parameter specifying thefunction name...

Spring Fixed DestinationCache to avoid ConcurrentModificationException

Moved the cached destination removal outside the for loop.Since updateCache is a LinkedHashMap with accessOrder=true,a s...

Spring Fix DefaultSubscriptionRegistry when using pattern destinations

Add a pattern destination subscription status in order to usethe destination cache only when there is no subscription on...

Spring Documentation updates related to SPR-11703

If it is fine, please merge it with master and 4.0.x branch.Comment From: rstoyanchevLooks good overall. The indentation...

Spring Make WebSocket fields available after it is closed

Update some native WebSocket session getters to return basicinformation after it is closed. It is required for example i...

Spring Fix <websocket:interceptors> default configuration

Adding a ChannelInterceptor does not suppress default executorsettings anymore in the XML namespace.Issue: SPR-11623
上一页 下一页
.