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
Juergen Hoeller
e756a5b54b
ResourcePatternUtils.getResourcePatternResolver actually accepts null argument
...
Issue: SPR-14500
8 years ago
Sebastien Deleuze
74158af1b9
Add JsonView and type resolution support to JacksonJsonDecoder
...
There is no contextClass support yet, we need to find a way to pass
this information to the codecs.
Issue: SPR-14158
8 years ago
Sebastien Deleuze
903770f008
Add JsonView and type resolution support to JacksonJsonEncoder
...
Issue: SPR-14158
8 years ago
Brian Clozel
4d035e3ab1
Update Google Protobuf support to 3.0.0
...
This commit adds support for Google Protobuf 3.0.0 and make some changes
in the additional formats support:
* "com.googlecode.protobuf-java-format:protobuf-java-format" is no
longer required and its required version has been raised to 1.3+
(this lib adds support for JSON, XML, HTML formats)
* "com.google.protobuf:protobuf-java-util" is also now supported for
JSON format
Issue: SPR-13589
8 years ago
Arjen Poutsma
7b2196b408
Add writeAndFlushWith to ReactiveHttpOutputMessage
...
This commit changes the reactive flushing mechanism to use a newly
introduced writeAndFlushWith(Publisher<Publisher<DataBuffer>>) on
ReactiveHttpOutputMessage instead of using the FlushingDataBuffer.
Issue: https://github.com/spring-projects/spring-reactive/issues/125
8 years ago
Juergen Hoeller
9cc625ee2c
Polishing
...
(cherry picked from commit 5a92aa4
)
8 years ago
Juergen Hoeller
28e7c11234
Polishing
8 years ago
Juergen Hoeller
5c72ea915d
Upgrade to Jackson 2.8.1
8 years ago
Juergen Hoeller
725fb3219f
Polishing
8 years ago
Juergen Hoeller
0e3f0bd9d0
Avoid JDK proxy against CGLIB Factory interface and assert required type when resolving dependency
...
Issue: SPR-14478
8 years ago
Juergen Hoeller
938b56c0fe
BeanWrapperImpl.setBeanInstance correctly exposes root object
...
Issue: SPR-14474
8 years ago
Sebastien Deleuze
3a4e5d5da8
Fix ParameterizedType + contextClass support in Jackson converter
...
Issue: SPR-14470
8 years ago
Rossen Stoyanchev
b52b56c94e
Update to the latest Reactory Netty snapshot
8 years ago
Juergen Hoeller
99be15f58b
Revise encoding steps towards use of JDK Charset and StandardCharsets
...
Issue: SPR-14492
8 years ago
Juergen Hoeller
79d30d8c8a
Polishing
8 years ago
Juergen Hoeller
adc595b5f1
Avoid dependency on WebUtils for extracting file extension
...
Issue: SPR-14479
8 years ago
Rossen Stoyanchev
86c659f5c0
Remove isAsyncStarted assertion
...
Issue: SPR-14444
8 years ago
Juergen Hoeller
a4743c07d4
Polishing
8 years ago
Juergen Hoeller
fd4b5ac892
Ignore JRuby template tests (not compatible with JDK 9 yet)
...
Issue: SPR-13344
8 years ago
Juergen Hoeller
88fcd0a2ed
Framework build compatible with JDK 9 (tests running against java.base module)
...
Issue: SPR-13344
8 years ago