Juergen Hoeller
6d5af60a7c
Expose DefaultSubscriptionRegistry's cache limit through SimpleBrokerMessageHandler and MessageBrokerRegistry
...
Issue: SPR-14516
8 years ago
Juergen Hoeller
06edd232b3
Upgrade to AspectJ 1.9 beta 5
...
Issue: SPR-13344
8 years ago
Juergen Hoeller
c5677f725e
Upgrade to Jetty 9.3.11
8 years ago
Juergen Hoeller
02374d7450
TransactionAspectSupport avoids hard references to transaction manager beans
...
Issue: SPR-14511
8 years ago
Juergen Hoeller
b9ab895743
Inferred generics for newSetFromMap arrangements
...
Issue: SPR-13188
8 years ago
Juergen Hoeller
e03dea1d64
Polishing
8 years ago
Rossen Stoyanchev
7b564b72a1
Polish Spring Web Reactive content
8 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.
8 years ago
Juergen Hoeller
3d6a5bcd66
Switch to latest published versions of Reactor and RxNetty
8 years ago
Sam Brannen
7ff9f0a8e9
Clean up warnings in spring-orm
8 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
8 years ago
Juergen Hoeller
e4def2f55d
Aligned ConcurrentMap declaration with 4.3.x branch
8 years ago
Rossen Stoyanchev
5cf8b695cb
Add chapter on Spring Web Reactive support
...
Issue: SPR-14497
8 years ago
Rossen Stoyanchev
af4415e1ba
Move up CORS section
...
The CORS section is now ahead of
"Integrating with other web frameworks" and "WebSocket Support".
8 years ago
Juergen Hoeller
c4cc91c009
Upgrade to RxJava 1.1.8
8 years ago
Juergen Hoeller
ae28815886
Polishing
8 years ago
Juergen Hoeller
75fc0f8538
Framework build compatible with JDK 9 (even with -target 1.9)
...
Issue: SPR-13344
8 years ago
Juergen Hoeller
9f2cb3e276
Keep deprecated addCache method (e.g. for Spring Data Redis)
...
Issue: SPR-14430
8 years ago
Juergen Hoeller
3ab86c10c9
Polishing
8 years ago
Juergen Hoeller
87a89c216c
Javadoc revision
8 years ago
Juergen Hoeller
c97bfd73ad
Reintroduced XMLReaderFactory deprecation markers on JDK 9
...
Issue: SPR-14486
8 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
8 years ago
Stephane Nicoll
0aeb306b6d
Merge pull request #1112 from fisache:master
...
* pr/1112:
Polish contribution
Polish Javadoc
8 years ago
Stephane Nicoll
bfa48d551d
Polish contribution
...
Closes gh-1112
8 years ago
fisache
3ccf653174
Polish Javadoc
...
See gh-1112
8 years ago
Juergen Hoeller
dd65f7acfc
LinkedCaseInsensitiveMap properly overrides HashMap.clone()
...
Issue: SPR-14509
8 years ago
Juergen Hoeller
249b798059
Direct reference to JDK 7 AutoCloseable interface
...
Issue: SPR-13188
8 years ago
Stephane Nicoll
c316088dd2
Force UTF-8 encoding
...
Issue: SPR-11569
8 years ago
Sam Brannen
ecbec54106
Upgrade to JUnit 5.0.0-M2
...
Issue: SPR-13575
8 years ago
Juergen Hoeller
ed49ce838e
Executable instead of Object for constructor or factory method
...
Issue: SPR-13188
8 years ago
Juergen Hoeller
4a85309a04
Consistent throwing of BeanNotOfRequiredTypeException even for existing proxy
...
Issue: SPR-14504
8 years ago
Sam Brannen
2a3e62ddfc
Delete unused imports in spring-test
8 years ago
Sam Brannen
beb45aac69
Suppress deprecation warning in PersistenceInjectionTests
8 years ago
Sam Brannen
2b6971a20e
Clean up deprecation warnings in spring-web
8 years ago
Sam Brannen
76aa7b1cd9
Delete unused imports in spring-web
8 years ago
Sam Brannen
cb1b178405
Ensure Reactor & RxJava response extractors compile with Eclipse JDT
8 years ago
Brian Clozel
b2e848737c
Rename reactor.io.netty -> reactor.ipc.netty
8 years ago
Juergen Hoeller
382a931e7d
Polishing
8 years ago
Juergen Hoeller
e59a5993f3
Consistent support for multiple Accept headers
...
Issue: SPR-14506
8 years ago
Brian Clozel
6e54ed0df1
Add missing timeout in web-reactive IntegrationTests
8 years ago
Rossen Stoyanchev
10c90a677c
Move http.converter.reactive to http.codec
8 years ago
Arjen Poutsma
b0d7625e3e
Reactor StringEncoder into CharSequenceEncoder
...
This commit refactors the StringEncoder to a CharSequenceEncoder, in
order to support StringBuilders, Groovy GStrings, etc.
Issue: https://github.com/spring-projects/spring-reactive/issues/120
8 years ago
Rossen Stoyanchev
0f6505e32f
Add timeout settings in SseIntegrationTests
8 years ago
Rossen Stoyanchev
101220bad1
Add ReactiveAdapterRegistry
...
Issue: SPR-14159
8 years ago
Brian Clozel
1a2ac8ea56
Reactor namespace change `io.projectreactor.ipc`
...
Some reactor modules such as reactor-netty were migrated under a new
namespace `io.projectreactor.ipc`.
8 years ago
Arjen Poutsma
436a98ec68
Polishing
8 years ago
Brian Clozel
78b6ba0569
Filter irrelevant nodes in StaxHandler tests
8 years ago
Marius Grama
3635c9dbfe
Update xmlunit library to version 2.1.0
...
xmlunit 2.1.0 is the latest release for xmlunit.
Most of the xmlunit functionality used within spring-framework
was done through the xmlunit 1.x helper class
`org.custommonkey.xmlunit.XMLAssert`.
As of xmlunit 2.0.0 most of the XML comparison methods are done
through hamcrest matchers exposed by the xmlunit-matchers
library. In some cases during the migration, the matchers
had to be customized with custom `NodeMatcher` or
`DifferenceEvaluator` instances in order to keep the assertions
correct (they were performed with xmlunit 1.x previously).
Issue: SPR-14043
8 years ago
Sebastien Deleuze
9fb8a2eb2e
Add contextClass resolution to JacksonJsonDecoder
...
Issue: SPR-14158
8 years ago
Juergen Hoeller
610bdf1cc3
DataSource adapters expose setCatalog/setSchema next to setUsername/setPassword
...
Issue: SPR-14501
8 years ago