Rossen Stoyanchev
3ab21741f9
Use Jetty again in SseIntegrationTests
9 years ago
Rossen Stoyanchev
3ffeec97cb
Merge pull request #1123 from violetagg/violetagg-flush-last-element
9 years ago
Rossen Stoyanchev
d219054b0d
Polish
9 years ago
Violeta Georgieva
301528665d
Refactor AbstractResponseBodyFlushProcessor states
...
With the current state machine
- the implementation can hang after the last element when executing
on Jetty.
- in some cases there will be no flush after the last
Publisher<DataBuffer>.
9 years ago
Violeta Georgieva
4798a1eb02
Cancel Subscription when onError is invoked internally
...
AbstractResponseBodyProcessor.onError and
AbstractResponseBodyFlushProcessor.onError will be invoked when:
- The Publisher wants to signal with onError that there are failures.
Once onError is invoked the Subscription should be considered canceled.
- The internal implementation wants to signal with onError that there
are failures. In this use case the implementation should invoke
Subscription.cancel()
9 years ago
Violeta Georgieva
16939b7bc7
AbstractListenerServerHttpResponse improvements
...
This commit changes writeWithInternal(Publisher<DataBuffer> body).
It is implemented as writeAndFlushWith(Mono.just(body)).
9 years ago
Juergen Hoeller
fffea06056
Upgrade to Netty 4.1.4
9 years ago
Juergen Hoeller
5db449556b
Polishing
9 years ago
Juergen Hoeller
316244d2bd
Isolated circular import detection for scanned configuration classes
...
Issue: SPR-14517
9 years ago
Juergen Hoeller
fd9e88d372
Skip Animal Sniffer for the time being (since it chokes on JDK 9 bytecode)
9 years ago
Juergen Hoeller
6d5af60a7c
Expose DefaultSubscriptionRegistry's cache limit through SimpleBrokerMessageHandler and MessageBrokerRegistry
...
Issue: SPR-14516
9 years ago
Juergen Hoeller
06edd232b3
Upgrade to AspectJ 1.9 beta 5
...
Issue: SPR-13344
9 years ago
Juergen Hoeller
c5677f725e
Upgrade to Jetty 9.3.11
9 years ago
Juergen Hoeller
02374d7450
TransactionAspectSupport avoids hard references to transaction manager beans
...
Issue: SPR-14511
9 years ago
Juergen Hoeller
b9ab895743
Inferred generics for newSetFromMap arrangements
...
Issue: SPR-13188
9 years ago
Juergen Hoeller
e03dea1d64
Polishing
9 years ago
Rossen Stoyanchev
7b564b72a1
Polish Spring Web Reactive content
9 years ago
Juergen Hoeller
c13f8419f9
Minor revision of reactive support layout (ahead of 5.0 M1)
...
DataSourceUtils moved to main core.io.buffer package.
Consistently named Jackson2JsonDecoder/Encoder and Jaxb2XmlDecoder/Encoder.
Plenty of related polishing.
9 years ago
Juergen Hoeller
3d6a5bcd66
Switch to latest published versions of Reactor and RxNetty
9 years ago
Sam Brannen
7ff9f0a8e9
Clean up warnings in spring-orm
9 years ago
Juergen Hoeller
195467083c
Drop JpaSystemException(PersistenceException) constructor to avoid ambiguity in HibernateJpaVendorAdapter
...
Hibernate 5.2's HibernateException extends PersistenceException, leading to a different constructor compiled into the bytecode, breaking compatibility with Hibernate 5.0 at runtime.
Issue: SPR-13827
9 years ago
Juergen Hoeller
e4def2f55d
Aligned ConcurrentMap declaration with 4.3.x branch
9 years ago
Rossen Stoyanchev
5cf8b695cb
Add chapter on Spring Web Reactive support
...
Issue: SPR-14497
9 years ago
Rossen Stoyanchev
af4415e1ba
Move up CORS section
...
The CORS section is now ahead of
"Integrating with other web frameworks" and "WebSocket Support".
9 years ago
Juergen Hoeller
c4cc91c009
Upgrade to RxJava 1.1.8
9 years ago
Juergen Hoeller
ae28815886
Polishing
9 years ago
Juergen Hoeller
75fc0f8538
Framework build compatible with JDK 9 (even with -target 1.9)
...
Issue: SPR-13344
9 years ago
Juergen Hoeller
9f2cb3e276
Keep deprecated addCache method (e.g. for Spring Data Redis)
...
Issue: SPR-14430
9 years ago
Juergen Hoeller
3ab86c10c9
Polishing
9 years ago
Juergen Hoeller
87a89c216c
Javadoc revision
9 years ago
Juergen Hoeller
c97bfd73ad
Reintroduced XMLReaderFactory deprecation markers on JDK 9
...
Issue: SPR-14486
9 years ago
Juergen Hoeller
01110f678d
Upgrade JiBX (and BCEL) towards support of 1.8 bytecode level
...
This commit also drops the now-unused CUSTOM_COMPILATION test group and the outdated JavaVersion class.
Issue: SPR-10423
9 years ago
Stephane Nicoll
0aeb306b6d
Merge pull request #1112 from fisache:master
...
* pr/1112:
Polish contribution
Polish Javadoc
9 years ago
Stephane Nicoll
bfa48d551d
Polish contribution
...
Closes gh-1112
9 years ago
fisache
3ccf653174
Polish Javadoc
...
See gh-1112
9 years ago
Juergen Hoeller
dd65f7acfc
LinkedCaseInsensitiveMap properly overrides HashMap.clone()
...
Issue: SPR-14509
9 years ago
Juergen Hoeller
249b798059
Direct reference to JDK 7 AutoCloseable interface
...
Issue: SPR-13188
9 years ago
Stephane Nicoll
c316088dd2
Force UTF-8 encoding
...
Issue: SPR-11569
9 years ago
Sam Brannen
ecbec54106
Upgrade to JUnit 5.0.0-M2
...
Issue: SPR-13575
9 years ago
Juergen Hoeller
ed49ce838e
Executable instead of Object for constructor or factory method
...
Issue: SPR-13188
9 years ago
Juergen Hoeller
4a85309a04
Consistent throwing of BeanNotOfRequiredTypeException even for existing proxy
...
Issue: SPR-14504
9 years ago
Sam Brannen
2a3e62ddfc
Delete unused imports in spring-test
9 years ago
Sam Brannen
beb45aac69
Suppress deprecation warning in PersistenceInjectionTests
9 years ago
Sam Brannen
2b6971a20e
Clean up deprecation warnings in spring-web
9 years ago
Sam Brannen
76aa7b1cd9
Delete unused imports in spring-web
9 years ago
Sam Brannen
cb1b178405
Ensure Reactor & RxJava response extractors compile with Eclipse JDT
9 years ago
Brian Clozel
b2e848737c
Rename reactor.io.netty -> reactor.ipc.netty
9 years ago
Juergen Hoeller
382a931e7d
Polishing
9 years ago
Juergen Hoeller
e59a5993f3
Consistent support for multiple Accept headers
...
Issue: SPR-14506
9 years ago
Brian Clozel
6e54ed0df1
Add missing timeout in web-reactive IntegrationTests
9 years ago