Spring Buildmaster
4ec695b4d9
Next Development Version
7 years ago
Juergen Hoeller
2da02ccbd0
Polishing
...
(cherry picked from commit 70424a7)
7 years ago
Juergen Hoeller
f2cc70ecf9
Explicit coverage of root vs cause exception matching in MVC ref docs
...
Issue: SPR-16743
(cherry picked from commit a200df6
)
7 years ago
Rossen Stoyanchev
e2115594c0
Document throwExceptionIfNoHandlerFound property
...
Issue: SPR-16786
7 years ago
Juergen Hoeller
2008e04354
Upgrade to Servlet API 4.0.1
7 years ago
Juergen Hoeller
b4f83dbdc3
Polishing
7 years ago
Juergen Hoeller
0795ae5c6a
Polishing
7 years ago
Juergen Hoeller
41ab177b6c
Fine-tuned assertions and related polishing
7 years ago
Juergen Hoeller
8848ec73ab
Refined backport of gh-1817
7 years ago
Juergen Hoeller
9f9481ec7b
Upgrade to Tomcat 8.5.31, Undertow 1.4.25, Jetty 9.4.10, Gson 2.8.4
...
Includes upgrade from Reactor snapshots to Bismuth SR9.
7 years ago
Juergen Hoeller
f6275e009b
YamlProcessor embraces SnakeYAML 1.18+ duplicate key handling
...
Includes deprecation of StrictMapAppenderConstructor.
Issue: SPR-16791
(cherry picked from commit 138b0d0
)
7 years ago
Juergen Hoeller
ed44262a71
ResponseEntityExceptionHandler rethrows unknown exception (for further processing in DispatcherServlet's HandlerExceptionResolver chain)
...
Issue: SPR-16743
(cherry picked from commit 7b894fe
)
7 years ago
Johnny Lim
a0d37ac29e
Remove inconsistent spaces
...
(cherry picked from commit fb898e1
)
7 years ago
Johnny Lim
a39938d251
Polish DatabaseStartupValidator
...
(cherry picked from commit 8f21cb1
)
7 years ago
nkjackzhang
edb33331ed
Task "docsZip" copies duplicate reference files
...
Specify task "docsZip" source directory.
Issue: SPR-16789
7 years ago
Arjen Poutsma
a63f04df09
Clean up path variables after non match
...
This commit makes sure the nested path variables are only commited to
the attributes when all predicates match.
Issue: SPR-16692
(cherry picked from commit 51325af
)
7 years ago
Juergen Hoeller
5a98516f6c
Lenient fallback to plain getBundle call without Control handle
...
Issue: SPR-16776
7 years ago
Juergen Hoeller
30363c84bd
Consistent SpelEvaluationException messages in findAccessorForMethod
...
Issue: SPR-16762
7 years ago
Juergen Hoeller
fa27130b82
Upgrade to RxJava 2.1.13, Hibernate ORM 5.2.17, AspectJ 1.9.1
7 years ago
Juergen Hoeller
be4c07fc32
Expose FactoryBean's raw object on retrieval during post-processing
...
Issue: SPR-16783
(cherry picked from commit 9281f82
)
7 years ago
Juergen Hoeller
22f421cc51
Introspect originating bean definition as configuration class candidate
...
Issue: SPR-16756
(cherry picked from commit c8b6233
)
7 years ago
Juergen Hoeller
9dc538a7c6
Nullable HttpMethod parameter only on internal doExecute delegate
...
Issue: SPR-15540
(cherry picked from commit f8c2d7a)
7 years ago
Juergen Hoeller
d74a2730ec
SimpleClientHttpResponse catches any Exception on close
...
Issue: SPR-16773
(cherry picked from commit 21fad8e)
7 years ago
Juergen Hoeller
3e47f4564d
Fine-tuned assertions and related polishing in WebFlux builders
...
(cherry picked from commit 9bff5b4)
7 years ago
Juergen Hoeller
a9548f93e4
Support for non-standard HTTP status in reactive ClientHttpResponse
...
Issue: SPR-16748
(cherry picked from commit a683472)
7 years ago
Juergen Hoeller
f2e77c292d
Consistent target method resolution for event and caching expressions
...
Issue: SPR-16779
(cherry picked from commit eaff2c2)
7 years ago
Juergen Hoeller
8b051ab06e
AopUtils.getMostSpecificMethod exposes dynamic proxy class methods
...
Includes efficient canApply check for IntroductionAwareMethodMatcher.
Issue: SPR-16757
(cherry picked from commit aa11721)
7 years ago
Oleksandr Hasheniuk
5a1d7f9c4b
Improve performance of StringUtils#trimWhitespace
...
Issue: SPR-16766
(cherry picked from commit 6545cab)
7 years ago
Sebastien Deleuze
b55f69deb1
Support decoding Mono in Jaxb2XmlDecoder
...
Issue: SPR-16759
7 years ago
Rossen Stoyanchev
de1eb343e7
Polish WebSocketIntegrationTests
7 years ago
Rossen Stoyanchev
417bb302c3
ReactorNettyWebSocketSession implements close properly
...
Issue: SPR-16774
7 years ago
Rossen Stoyanchev
b0aa08a671
Consistent handling of URISyntaxException
...
Issue: SPR-16778
7 years ago
Sebastien Deleuze
9dc79982e2
Upgrade to Kotlin 1.2.41
...
Fixes KT-23973 critical regression
7 years ago
Stephane Nicoll
43f2334e82
Keep YAML entries that haven an empty array value
...
Prior to this commit, a YAML entry that define an empty array value was
lost. This commit makes sure to flag it with an empty String, which
corresponds as an empty comma separated list of entries in the
properties format.
Issue: SPR-16769
7 years ago
Nickloas
6c6e44b58e
Fix typo
...
Closes gh-1813
7 years ago
Johnny Lim
c6b60f0c00
Polish
7 years ago
sdeleuze
7aba6ca9d6
Fine tune WebFlux server logging verbosity
...
With this commit, WebFlux server uses warning instead of error log level
for request handling, and also just print the message instead of the
stacktrace which is mostly meaningless in reactive world.
Complementary to this change, Reactor Netty removed additional logging
as part of https://github.com/reactor/reactor-netty/issues/339 .
Issue: SPR-16688
7 years ago
nkjackzhang
dca77c0666
Fix broken anchor link in WebFlux refdoc
7 years ago
sdeleuze
df6e690e33
Reuse PartBodyStreamStorageFactory in SynchronossPartGenerator
...
Issue: SPR-16727
7 years ago
nkjackzhang
a702ef8074
Fix typos in Spring MVC refdoc
...
1. Consistent with "xml code" examples.
2. "xml()" is a static method and will use default builder config,
so use createXmlMapper(true) instead.
3. Fix mvc namespace tag typo.
7 years ago
Rossen Stoyanchev
f7376bdde3
Better assertion message in MockPart
...
Issue: SPR-16767
7 years ago
nkjackzhang
f9e31b503c
Fix typos
...
Closes gh-1806
7 years ago
hasheniuk
3551dd92fb
Fix typo
...
Closes gh-1804
7 years ago
Rossen Stoyanchev
c23297fe76
Add more detail to ISE in ServerEndpointExporter
...
Issue: SPR-16655
7 years ago
Rossen Stoyanchev
a5622d0dd2
Validate contextPath in RedirectView
...
Issue: SPR-16752
7 years ago
Brian Clozel
72cfe41f30
Disable HTTP Range support for InputStreamResource
...
Prior to this commit, the `AbstractMessageConverterMethodProcessor`
would fail to convert `InputStreamResource` to `ResourceRegion` as
expected, since the content length cannot be read without consuming the
stream. This is enforced by the `HttpRange` class.
Now the method processor would still try to output HTTP range response
headers to provide range support information. This step is using the
resource content length and reads the input stream, leading to
exceptions such as "IllegalStateException: InputStream has already been
read".
This commit improves the return type detection and excludes early
`InputStreamResource` return types. With those types, HTTP range support
is now completely disabled.
Issue: SPR-16754
(cherry picked from commit e9a8a5065b
)
7 years ago
sdeleuze
4ff595e2bc
Upgrade Kotlin to 1.2.40
7 years ago
sdeleuze
2c766b9501
Enable KotlinScriptTemplateTests after KT-18833 fix
7 years ago
Dimitrios (Dimi) Liapis
2960a558d7
Fix typo
...
See gh-1803
7 years ago
Brian Clozel
d69a281e5c
Upgrade to Netty 4.1.24.Final
7 years ago