Juergen Hoeller
a653c06711
Fixed invalid code tag in javadoc
...
(cherry picked from commit a139670 )
2014-05-01 00:53:10 +02:00
Juergen Hoeller
a842b933a9
Upgraded to propdeps plugin 0.0.6
2014-04-30 22:51:44 +02:00
Juergen Hoeller
842a8a851d
AnnotationMetadataReadingVisitor passes metaAnnotationMap into getMergedAnnotationAttributes algorithm, for finding out about applicable overrides
...
Issue: SPR-11649
2014-04-30 22:51:36 +02:00
Juergen Hoeller
39e1342302
Revised definition of @UsesX annotations
2014-04-30 22:51:22 +02:00
Rossen Stoyanchev
5dcd55b23b
Log ignored CONNECT messages at error level
...
Issue: SPR-11673
2014-04-30 11:11:43 -04:00
Rossen Stoyanchev
d52f07aa1b
Log STOMP ERROR frames at error level
...
Issue: SPR-11673
2014-04-30 11:00:27 -04:00
Rossen Stoyanchev
1958ae3a62
Update log level
...
Issue: SPR-11673
2014-04-30 10:26:51 -04:00
Rossen Stoyanchev
209bb4ee4b
Fix Javadoc typo
2014-04-30 10:06:57 -04:00
Stephane Nicoll
bd85c916eb
Integrate animal sniffer
...
Animal sniffer provides tools to assist verifying that classes
compiled with a newer JDK are compatible with an older JDK.
This integratesthe latest version of the tool (1.11) that
permits the use of custom annotations. Added @UsesJava7,
@UsesJava8 and @UsesSunHttpServer and annotated the few places
where we rely on a specific environment.
The verification process can be invoked by running the 'sniff'
task.
Issue: SPR-11604
polishing
2014-04-30 13:51:01 +02:00
Juergen Hoeller
e84f61bb9d
Upgraded to Gradle 1.12 and updated several dependencies to latest maintenance releases
2014-04-30 13:44:06 +02:00
Juergen Hoeller
adb616b67b
JRubyScriptUtils defensively handles null Nodes in findClassNode (fails against JRuby 1.7.12 otherwise)
...
Issue: SPR-11747
2014-04-30 13:40:11 +02:00
Juergen Hoeller
c124d3b6c6
Spring Framework build uses Reactor 1.1 GA now, getting rid of last remaining pre-GA dependency
...
(cherry picked from commit 27b2ed1 )
2014-04-30 12:00:16 +02:00
Stephane Nicoll
90081f787f
Fix Cacheable javadoc
...
This commits fixes a confusing phrasing of Cacheable javadoc that
mentioned explicitly that the method signature is used to compute the
key for the cache.
Issue: SPR-11736
2014-04-30 11:40:54 +02:00
Rossen Stoyanchev
6a9b229249
Split destination cache into access vs update
...
Issue: SPR-11657
2014-04-29 22:15:18 -04:00
Rossen Stoyanchev
c879796e00
Add cache limit to DefaultSessionRegistry and polish
...
Issue: SPR-11657
2014-04-29 18:16:09 -04:00
Sebastien Deleuze
1054080b24
Fix DefaultSubscriptionRegistry when using pattern destinations
...
DestinationCache is now used for both plain and pattern
destinations. It stores internally the subscriptions map for each
cached destination. Subscriptions are initially created when there
is no cache for the requested destination, and are updated when
subscriptions change.
Issue: SPR-11657
2014-04-29 18:16:09 -04:00
Juergen Hoeller
02aca9c754
Polishing
2014-04-30 00:01:07 +02:00
Rossen Stoyanchev
58adc150c9
Fix STOMP broker relay int test issue
...
Avoid dependency on order in which expected messages are received.
2014-04-29 17:17:10 -04:00
Rossen Stoyanchev
56d26443e2
Fix one more issue in STOMP broker relay int test
2014-04-29 16:36:43 -04:00
Rossen Stoyanchev
13be6d2321
Fix issue in STOMP broker relay integration test
2014-04-29 15:48:39 -04:00
Rossen Stoyanchev
01fe2923ee
Simplify STOMP broker relay integration test
...
This change simplifies the implementation of the "test" EventPublisher
and MessageHandler used in the STOMP broker relay integration tests.
The updated implementations use a time-limted poll on a BlockingQueue.
2014-04-29 13:22:23 -04:00
Juergen Hoeller
dc2e62fab9
Polishing
2014-04-29 19:07:45 +02:00
Juergen Hoeller
1b2014a52d
AbstractAutoProxyCreator and AbstractAdvisingBeanPostProcessor consistently not considering configuration callbacks and internal language interfaces as reasonable proxy interfaces
...
Issue: SPR-11715
2014-04-29 19:07:29 +02:00
Juergen Hoeller
e510f6393a
Polishing
2014-04-29 15:45:56 +02:00
Juergen Hoeller
a0658c5832
AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions)
...
Issue: SPR-11725
2014-04-29 15:44:55 +02:00
Rossen Stoyanchev
26a9c4bc01
Polish STOMP documentation
2014-04-28 22:35:10 -04:00
Chexpir
77a250ef92
Update RequestMapping javadoc typo.
2014-04-28 22:13:17 -04:00
Sebastien Deleuze
59a050f3b9
Include more guidance about DispatcherServlet context
...
Also update <mvc:annotation-driven /> comment in XSD.
Issue: SPR-11703
2014-04-28 22:07:55 -04:00
Rossen Stoyanchev
86785f340e
Document STOMP-related ApplicationContext events
...
Issue: SPR-11672
2014-04-28 22:02:45 -04:00
Juergen Hoeller
be5f2a8b4e
Polishing
2014-04-28 23:37:07 +02:00
Juergen Hoeller
ab24dda4ff
Revised @PropertySource parsing for consistent PropertySource naming, avoiding accidental overriding by name
...
Issue: SPR-11637
2014-04-28 23:24:57 +02:00
Juergen Hoeller
ce4912b627
AspectJExpressionPointcut defensively handles fallback expression parsing
...
Issue: SPR-9335
2014-04-28 21:49:36 +02:00
Juergen Hoeller
8e6e6c22af
Test for base package specified as config location
...
Issue: SPR-11647
2014-04-28 21:31:38 +02:00
Juergen Hoeller
299776fd80
Test for overriding singleton @Bean method with scoped proxy in configuration subclass
...
Issue: SPR-10744
2014-04-28 14:02:02 +02:00
Juergen Hoeller
0ef29b204b
GenericBeanDefinition's toString() takes parent definition into account
...
Issue: SPR-9671
2014-04-28 13:59:51 +02:00
Juergen Hoeller
6f2e61b19f
Polishing
...
(cherry picked from commit c97c246 )
2014-04-28 00:47:50 +02:00
Juergen Hoeller
63733c4805
AbstractMarshaller avoids SAXSource workaround when processExternalEntities=true
...
Issue: SPR-11737
(cherry picked from commit 93d13cf )
(cherry picked from commit 4196e6c )
2014-04-28 00:47:39 +02:00
Juergen Hoeller
6cb45f714e
General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader)
...
Issue: SPR-11721
(cherry picked from commit 59cef3c )
2014-04-28 00:47:21 +02:00
Juergen Hoeller
ce1954da1e
Configuration class processing explicitly skips java.* classes since we'll never find @Bean annotations there anyway
...
Issue: SPR-11718
(cherry picked from commit c8ea80d )
2014-04-28 00:33:14 +02:00
Juergen Hoeller
310bdbcb15
@Bean processing explicitly ignores bridge methods (for method overrides with return type narrowing on JDK 8)
...
Issue: SPR-11718
(cherry picked from commit 656fc52 )
2014-04-28 00:33:04 +02:00
Rossen Stoyanchev
1f630a5fb9
Add CachingResourceResolver
2014-04-25 16:49:49 -04:00
Rossen Stoyanchev
e24b876164
Remove "Public" from the ResourceUrlProvider name
...
Also respect HandlerMapping order in ResourceUrlProvider
2014-04-25 16:49:32 -04:00
Rossen Stoyanchev
70fd33236f
Upgrade to reactor 1.1 RC1
2014-04-25 12:27:36 -04:00
Rossen Stoyanchev
1200755125
Fix issue with subscribe destination
...
The original fix for SPR-11423:
32e5f57e64
was insufficient when using an external broker since the original
destination header has to be in the "native headers" map (i.e. with
STOMP headers) in order to be included in messages broadcast by
the broker.
2014-04-25 12:26:04 -04:00
Brian Clozel
564a555619
Fix NPE in PrefixResourceResolver
...
The ResourceResolverChain can return null, so PrefixResourceResolver
should be skipped in that case.
2014-04-25 15:15:53 +02:00
Stephane Nicoll
c319b5fa82
Merge pull request #530 from panchenko/master
...
* pull530:
Add space separator in JsonPathExpectationsHelper
2014-04-25 14:52:32 +03:00
Alex Panchenko
09341b996e
Add space separator in JsonPathExpectationsHelper
2014-04-25 18:04:54 +07:00
Rossen Stoyanchev
f5cbd9aa4a
Switch to vararg for configuring ResourceResolver's
2014-04-25 00:01:24 -04:00
Stephane Nicoll
6aa16b745f
polishing
...
This commit removes the queue attribute of the JmsListener annotation
as this information should be provided by the container factory and not
by each individual listener endpoints.
There was a side effect that an annotation value cannot be null, which
was forcing the container to be a queue-based container by default.
Issue: SPR-9882
2014-04-24 16:56:51 +03:00
Brian Clozel
c4843577ba
Fix PrefixResourceResolver implementation
...
The configured prefix should not begin with a "/", since
PublicResourceUrlProvider is already taking path mapping into account
when resolving resources and URLs.
2014-04-24 14:43:26 +02:00