Juergen Hoeller
a653c06711
Fixed invalid code tag in javadoc
...
(cherry picked from commit a139670
)
11 years ago
Juergen Hoeller
a842b933a9
Upgraded to propdeps plugin 0.0.6
11 years ago
Juergen Hoeller
842a8a851d
AnnotationMetadataReadingVisitor passes metaAnnotationMap into getMergedAnnotationAttributes algorithm, for finding out about applicable overrides
...
Issue: SPR-11649
11 years ago
Juergen Hoeller
39e1342302
Revised definition of @UsesX annotations
11 years ago
Rossen Stoyanchev
5dcd55b23b
Log ignored CONNECT messages at error level
...
Issue: SPR-11673
11 years ago
Rossen Stoyanchev
d52f07aa1b
Log STOMP ERROR frames at error level
...
Issue: SPR-11673
11 years ago
Rossen Stoyanchev
1958ae3a62
Update log level
...
Issue: SPR-11673
11 years ago
Rossen Stoyanchev
209bb4ee4b
Fix Javadoc typo
11 years ago
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
11 years ago
Juergen Hoeller
e84f61bb9d
Upgraded to Gradle 1.12 and updated several dependencies to latest maintenance releases
11 years ago
Juergen Hoeller
adb616b67b
JRubyScriptUtils defensively handles null Nodes in findClassNode (fails against JRuby 1.7.12 otherwise)
...
Issue: SPR-11747
11 years ago
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
)
11 years ago
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
11 years ago
Rossen Stoyanchev
6a9b229249
Split destination cache into access vs update
...
Issue: SPR-11657
11 years ago
Rossen Stoyanchev
c879796e00
Add cache limit to DefaultSessionRegistry and polish
...
Issue: SPR-11657
11 years ago
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
11 years ago
Juergen Hoeller
02aca9c754
Polishing
11 years ago
Rossen Stoyanchev
58adc150c9
Fix STOMP broker relay int test issue
...
Avoid dependency on order in which expected messages are received.
11 years ago
Rossen Stoyanchev
56d26443e2
Fix one more issue in STOMP broker relay int test
11 years ago
Rossen Stoyanchev
13be6d2321
Fix issue in STOMP broker relay integration test
11 years ago
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.
11 years ago
Juergen Hoeller
dc2e62fab9
Polishing
11 years ago
Juergen Hoeller
1b2014a52d
AbstractAutoProxyCreator and AbstractAdvisingBeanPostProcessor consistently not considering configuration callbacks and internal language interfaces as reasonable proxy interfaces
...
Issue: SPR-11715
11 years ago
Juergen Hoeller
e510f6393a
Polishing
11 years ago
Juergen Hoeller
a0658c5832
AbstractAdvisingBeanPostProcessor uses target class check for existing proxy but checks against actual exposed object otherwise (catching introductions)
...
Issue: SPR-11725
11 years ago
Rossen Stoyanchev
26a9c4bc01
Polish STOMP documentation
11 years ago
Chexpir
77a250ef92
Update RequestMapping javadoc typo.
11 years ago
Sebastien Deleuze
59a050f3b9
Include more guidance about DispatcherServlet context
...
Also update <mvc:annotation-driven /> comment in XSD.
Issue: SPR-11703
11 years ago
Rossen Stoyanchev
86785f340e
Document STOMP-related ApplicationContext events
...
Issue: SPR-11672
11 years ago
Juergen Hoeller
be5f2a8b4e
Polishing
11 years ago
Juergen Hoeller
ab24dda4ff
Revised @PropertySource parsing for consistent PropertySource naming, avoiding accidental overriding by name
...
Issue: SPR-11637
11 years ago
Juergen Hoeller
ce4912b627
AspectJExpressionPointcut defensively handles fallback expression parsing
...
Issue: SPR-9335
11 years ago
Juergen Hoeller
8e6e6c22af
Test for base package specified as config location
...
Issue: SPR-11647
11 years ago
Juergen Hoeller
299776fd80
Test for overriding singleton @Bean method with scoped proxy in configuration subclass
...
Issue: SPR-10744
11 years ago
Juergen Hoeller
0ef29b204b
GenericBeanDefinition's toString() takes parent definition into account
...
Issue: SPR-9671
11 years ago
Juergen Hoeller
6f2e61b19f
Polishing
...
(cherry picked from commit c97c246
)
11 years ago
Juergen Hoeller
63733c4805
AbstractMarshaller avoids SAXSource workaround when processExternalEntities=true
...
Issue: SPR-11737
(cherry picked from commit 93d13cf
)
(cherry picked from commit 4196e6c
)
11 years ago
Juergen Hoeller
6cb45f714e
General defensiveness about the bootstrap ClassLoader (i.e. null ClassLoader)
...
Issue: SPR-11721
(cherry picked from commit 59cef3c
)
11 years ago
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
)
11 years ago
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
)
11 years ago
Rossen Stoyanchev
1f630a5fb9
Add CachingResourceResolver
11 years ago
Rossen Stoyanchev
e24b876164
Remove "Public" from the ResourceUrlProvider name
...
Also respect HandlerMapping order in ResourceUrlProvider
11 years ago
Rossen Stoyanchev
70fd33236f
Upgrade to reactor 1.1 RC1
11 years ago
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.
11 years ago
Brian Clozel
564a555619
Fix NPE in PrefixResourceResolver
...
The ResourceResolverChain can return null, so PrefixResourceResolver
should be skipped in that case.
11 years ago
Stephane Nicoll
c319b5fa82
Merge pull request #530 from panchenko/master
...
* pull530:
Add space separator in JsonPathExpectationsHelper
11 years ago
Alex Panchenko
09341b996e
Add space separator in JsonPathExpectationsHelper
11 years ago
Rossen Stoyanchev
f5cbd9aa4a
Switch to vararg for configuring ResourceResolver's
11 years ago
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
11 years ago
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.
11 years ago