Phillip Webb
e71fbb9f46
Implement containsProperty on MapPropertySource
...
Improve the performance of MapPropertySource by directly implementing
the containsProperty property.
Issue: SPR-12224
2014-09-18 23:17:13 -07:00
Phillip Webb
2077388f38
Improve JNDI detection logic
...
Update JndiLocatorDelegate.isDefaultJndiEnvironmentAvailable() to
call `getEnvironment()` on the `InitialContext` in order to actually
trigger a NamingException if JNDI is not available.
Issue: SPR-12223
2014-09-18 23:09:45 -07:00
Juergen Hoeller
f259ca1b1f
Refined tests for property source ordering
...
Issue: SPR-12198
(cherry picked from commit 205e681 )
2014-09-19 00:53:07 +02:00
Juergen Hoeller
354c3e03e9
Refined exclusion of bridge methods in annotation post-processors (for Java 8 compatibility)
...
Issue: SPR-12187
(cherry picked from commit 29abca5 )
2014-09-19 00:52:44 +02:00
Juergen Hoeller
cc29db4c50
Polishing
2014-09-18 23:48:58 +02:00
Juergen Hoeller
90b93ffe3f
Restored property source ordering (fixing regression from 4.0.x)
...
Issue: SPR-12198
2014-09-18 23:48:35 +02:00
Juergen Hoeller
f4219ca06b
Consistent exclusion of bridge methods in annotation post-processors (for Java 8 compatibility)
...
Issue: SPR-12187
2014-09-18 23:45:42 +02:00
Rossen Stoyanchev
dc57cb2c9f
Update SessionDisconnectEvent
...
SessionDisconnectEvent now extends AbstractSubProtocolEvent.
Issue: SPR-12156
2014-09-18 15:21:11 -04:00
Rossen Stoyanchev
4af9851585
Add user to DISCONNECT in StompSubProtocolHandler
...
Issue: SPR-12215
2014-09-18 15:06:08 -04:00
Rossen Stoyanchev
b1e9577680
Ensure single quotes appear in documentation sample
...
Issue: SPR-12186
2014-09-18 14:52:41 -04:00
Phillip Webb
70b5f319a9
Support @Ordering of Conditions
...
Update ConditionEvaluator to collect then sort Conditions before
evaluation. By annotating Conditions with @Ordered expensive operations
can be pushed to the back of the queue.
Issue: SPR-12219
2014-09-17 21:39:38 -07:00
Juergen Hoeller
a833889c2a
Polishing
2014-09-17 21:55:46 +02:00
Juergen Hoeller
58b22ceddc
Scheduled/JmsListenerAnnotationBeanPostProcessor avoids needless re-scanning of non-annotated classes
...
Issue: SPR-12189
2014-09-17 21:55:35 +02:00
Juergen Hoeller
d3ea242085
Polishing
2014-09-17 15:01:39 +02:00
Juergen Hoeller
40cd277b7e
ReloadableResourceBundleMessageSource prevents accidental exposure of incomplete holder
...
Issue: SPR-12177
2014-09-17 15:00:22 +02:00
Juergen Hoeller
0cf472b111
BeanDefinitionParserDelegate does not silently ignore 1.x 'singleton' attribute
...
Issue: SPR-12167
2014-09-17 13:26:37 +02:00
Juergen Hoeller
80cec011b7
Log warning for single optional constructor when no default constructor to fall back to
...
Issue: SPR-12161
2014-09-17 13:02:11 +02:00
Juergen Hoeller
15320db414
Polishing
2014-09-17 02:35:41 +02:00
Juergen Hoeller
d1c720c07b
GenericTypeAwarePropertyDescriptor implements equals/hashCode for proper lookups on IBM JVM 6
...
Issue: SPR-12185
2014-09-17 00:03:30 +02:00
Juergen Hoeller
03e51d6de9
Latest dependency updates (Reactor 1.1.4, Undertow 1.0.16)
2014-09-16 23:57:24 +02:00
Juergen Hoeller
c778868d66
WebMvcConfigurationSupport uses static NoOpValidator instead of anonymous inner class
2014-09-16 23:43:25 +02:00
Juergen Hoeller
5cd59d044e
GenericTypeAwarePropertyDescriptor implements equals/hashCode for proper lookups on IBM JVM 6
...
Issue: SPR-12185
2014-09-16 23:40:10 +02:00
Juergen Hoeller
824c90d2bf
ConfigurationClassParser avoids double registration of nested classes which extend their containing class
...
Issue: SPR-12195
2014-09-16 17:08:30 +02:00
Juergen Hoeller
f394c8aa2a
Polishing
...
Issue: SPR-12196
2014-09-16 15:03:21 +02:00
Juergen Hoeller
26a93b6a33
Client request implementations enforce RFC 6265 (cookies in a single header)
...
Issue: SPR-12196
2014-09-16 15:02:21 +02:00
Juergen Hoeller
7387475deb
Polishing
2014-09-12 23:49:14 +02:00
Juergen Hoeller
c52484ed68
CachedIntrospectionResults uses ConcurrentReferenceHashMap for its type descriptor cache
...
Issue: SPR-12185
2014-09-12 19:47:52 +02:00
Juergen Hoeller
9b2da37f79
GenericConversionService detects enum subclasses as well
...
Issue: SPR-12181
2014-09-12 17:23:51 +02:00
Juergen Hoeller
553930a9f0
CompositePropertySource allows for access to its nested property sources
...
Issue: SPR-12182
2014-09-12 16:51:49 +02:00
Juergen Hoeller
70412a9d0a
Accept empty Content-Type header
...
Issue: SPR-12173
2014-09-12 16:44:56 +02:00
Juergen Hoeller
8922da3af6
Generalized workaround for JDBC 4.1 getObject(index, requiredType) failures on MySQL and Derby
...
Issue: SPR-12174
Issue: SPR-12157
2014-09-12 16:27:48 +02:00
Juergen Hoeller
1e7bfd91a7
Polishing
2014-09-10 01:28:54 +02:00
Juergen Hoeller
5790fc904a
Consistent support for java.util.Optional for all applicable handler method arguments
...
Issue: SPR-12171
2014-09-10 01:27:46 +02:00
Sam Brannen
559e81bec7
Make SocketUtils a concrete class
...
Per the Javadoc for the SocketUtils() constructor, SocketUtils can be
instantiated as a Spring Bean in XML configuration files; however,
SocketUtils is currently abstract which prevents such usage.
This commit removes the 'abstract' declaration thereby allowing
SocketUtils to be instantiated as a Spring bean.
Issue: SPR-12169
2014-09-09 16:08:27 -05:00
Juergen Hoeller
c8bbd0bae4
Polishing
2014-09-07 22:51:21 +02:00
Juergen Hoeller
dedb04bd5c
Workaround for Derby's limited support for JDBC 4.1 getObject(index, requiredType)
...
Issue: SPR-12157
2014-09-07 22:43:09 +02:00
Brian Clozel
6aef1a1d17
Fix ResourceUrlProvider path check in getForRequestUrl
...
Prior to this change, getForRequestUrl implementation would only work
for applications with a non-empty servlet path. So web applications
mapped to "/" would trigger a IllegalStateException while checking the
current request against the request path within the current mapping.
This change relaxes this and only check that the path within mapping is
within the request URL.
Issue: SPR-12158
2014-09-05 22:46:13 +02:00
Sebastien Deleuze
1c2857d15e
Add tests for Jackson @JSONView when using XML serialization
...
This commit also fixes the AbstractMappingJacksonResponseBodyAdvice Javadoc.
Issue: SPR-12149
2014-09-05 17:13:27 +02:00
Juergen Hoeller
7953c5fd88
FrameworkServlet skips HttpServletResponse.getStatus() call on Servlet 2.5
...
Issue: SPR-12151
2014-09-05 00:37:13 +02:00
Spring Buildmaster
86c3c7eb96
Next Development Version
2014-09-04 04:43:13 -07:00
Sebastien Deleuze
a29e41b9fa
Fix Jackson @JSONView when using XML serialization
...
Issue: SPR-12149
2014-09-04 11:57:54 +02:00
Juergen Hoeller
a5a56d5052
Polishing
2014-09-04 11:20:11 +02:00
Juergen Hoeller
81ba3b33f6
Dropped RequestEntity's template variable methods in order to remove dependencies on org.springframework.web
...
Instead, as outlined in the revised javadoc, let's recommend manual UriTemplate usage for RequestEntity URI input.
Issue: SPR-11752
2014-09-04 11:19:59 +02:00
Brian Clozel
7b93cefe64
Fix resource-chain XML syntax for cache
...
This change moves the resource-cache configuration to the
<resource-chain/> tag, since enabling/disabling resource cache should
be driven by a property or a SpEL expression.
So now that configuration can be set with XML attributes:
<mvc:resource-chain resource-cache="true"
cache-manager="resourceCache" cache-name="test-resource-cache">
In order to mirror the JavaConfig behavior, the "resource-cache"
attribute is required.
Issue: SPR-12129
2014-09-04 10:05:33 +02:00
Rossen Stoyanchev
c9c3857eae
Update section on resource handler config
...
Issue: SPR-14036
2014-09-04 01:13:53 -04:00
Rossen Stoyanchev
49b872e387
Adjust logging following SockJS client disconnect
...
Issue: SPR-11870
2014-09-04 00:23:10 -04:00
Rossen Stoyanchev
d85c1fbdd5
Fix initialization issue in ResourceUrlProvider
...
Before this change ResourceUrlProvider used getUrlMap to detect
ResourceHttpRequestHandler instances, however the map may contain bean
names as is the case when using <mvc:resources>. Instead it now uses
getHandlerMap.
2014-09-04 00:16:48 -04:00
Rossen Stoyanchev
3e390d1f7f
Declare ResourceUrlProvider in MVC namespace
...
This change adds a ResourceUrlProvider bean to the
ResourceBeanDefinitionParser to match the same in the Java config.
For consistency the name of the bean in the Java config is renamed.
Also a ResourceUrlProviderExposingInterceptor is declares as a global
MappedInterceptor.
2014-09-04 00:16:48 -04:00
Juergen Hoeller
d75f128752
Polishing
2014-09-04 03:03:12 +02:00
Juergen Hoeller
86b7118da8
Polishing
2014-09-04 02:30:25 +02:00