Juergen Hoeller
a27a6470f7
Polishing
6 years ago
kudrevatykh
85474297be
Load-time weaving support for WildFly 13+ ( #22297 )
...
Load-time weaving support for WildFly 13+ (JBoss Modules 1.8+)
6 years ago
stsypanov
248d3f8e8b
Use AtomicInteger instead of unsafe increment on volatile fields
6 years ago
Stephane Nicoll
e402a93e41
Merge branch '5.1.x'
6 years ago
Stephane Nicoll
99da6e9723
Merge pull request #22337 from mhewedy
...
* pr/22337:
Polish "Fix use CompletableFuture in DeferredResultReturnValueHandlerTest"
Fix use CompletableFuture in DeferredResultReturnValueHandlerTest
6 years ago
Stephane Nicoll
1241c3b2d1
Merge pull request #22339 from vpavic
...
* pr/22339:
Polish "Improve spring-context-indexer documentation"
Improve spring-context-indexer documentation
6 years ago
Stephane Nicoll
7c62d7cfe2
Polish "Fix use CompletableFuture in DeferredResultReturnValueHandlerTest"
...
Closes gh-22337
6 years ago
Muhammad Hewedy
6507b09c7f
Fix use CompletableFuture in DeferredResultReturnValueHandlerTest
...
See gh-22337
6 years ago
Stephane Nicoll
229f354df1
Polish "Improve spring-context-indexer documentation"
...
Closes gh-22339
6 years ago
Vedran Pavic
43ea25e413
Improve spring-context-indexer documentation
...
See gh-22339
6 years ago
Sam Brannen
0742986e0e
Suppress warnings from tests in Gradle build
6 years ago
Sam Brannen
5e7065d829
Upgrade to JUnit Jupiter 5.4 RC2
...
Issue: #22308
6 years ago
stsypanov
af13580fd5
Remove unnecessary array initialization
6 years ago
Juergen Hoeller
7a77e83e10
SpelNodeImpl manages start/end position in separate integer values
...
Fixes gh-22157
6 years ago
Juergen Hoeller
5aed117b68
Model interface exposes getAttribute method (next to add/contains)
...
Fixes gh-22145
6 years ago
Juergen Hoeller
80385ced4c
Remove java.sql dependency from ReflectionUtils/TransactionDefinition
...
Fixes gh-21996
6 years ago
Arjen Poutsma
d3b5ba7a36
Add test case for HttpRequest with relative URIs
...
Test case for #19890
6 years ago
Rossen Stoyanchev
b8f7c37cc4
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
4560dc2818
Improve empty body check
...
Fixes gh-22265
6 years ago
Sam Brannen
439bc65b0e
Upgrade to JUnit Jupiter 5.4 RC1
...
Issue: #22308
6 years ago
Juergen Hoeller
05f1ea8515
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
d0033f12d0
ApplicationListenerMethodAdapter uses target method for order lookup
...
Fixes #22307
6 years ago
Juergen Hoeller
85ec9b9df2
Avoid Class.getPackage() in favor of plain Class.getName() checks
...
Fixes #22306
6 years ago
Marten Deinum
6bdf2c2685
Upgrade to Commons-Fileupload 1.4
6 years ago
Arjen Poutsma
6004be9d31
Merge branch '5.1.x'
6 years ago
Arjen Poutsma
4732f83d70
Fix Java 9 Build
...
Fix Java 9 build by replacing deprecated method.
6 years ago
Juergen Hoeller
160ecdf956
Merge branch '5.1.x'
6 years ago
Juergen Hoeller
7cc700435b
HandlerMethod skips interface parameter introspection for return value
...
Fixes #22303
6 years ago
Juergen Hoeller
493e9c1ff0
Consistent upgrade to Rome 1.12 and WebJars Locator 0.36
6 years ago
Juergen Hoeller
8bed7d9bb0
Upgrade to Hibernate ORM 5.4.1
...
Includes EclipseLink 2.7.4.
Fixes #22049
6 years ago
Juergen Hoeller
b07b10de8c
Upgrade to Kotlin 1.3.20
...
Includes RxJava 2.2.6, Netty 4.1.33, Undertow 2.0.17.
Fixes #20945
6 years ago
Sam Brannen
83d06b8f4e
Merge branch '5.1.x'
6 years ago
Sam Brannen
edadb9efb6
Remove obsolete PetClinic Example section of Testing chapter
...
Issue: #22288
6 years ago
Arjen Poutsma
a5cef3845c
Improve message for HttpStatusCodeException with empty status text
...
This commit improves the message for HttpStatusCodeException so that it
defaults to the HttpStatus reason phrase if a status text is not
provided.
This commit also fixes SimpleClientHttpResponse so that it does not
return null for getStatusText().
Fixed #22162
6 years ago
Rossen Stoyanchev
155ef5fd77
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
810b615471
Correct issus in Spring MVC section
...
Fixes #22282
6 years ago
Rossen Stoyanchev
51f9e0aaca
Typo in webmvc.adoc
6 years ago
Brian Clozel
46c0366594
Merge branch '5.1.x'
6 years ago
Brian Clozel
d6aa589c50
Wrap DecodingException in DefaultServerRequest
...
Prior to this commit, Spring WebFlux function would let
`DecodingException` thrown by codecs bubble up to the web handler level.
Since this exception is not handled by default there, the response would
be turned into a HTTP 500 status.
In the annotation model, `ArgumentResolver` implementations wrap this
exception with a `ServerWebInputException`, which itself extends
`ResponseStatusException`. The latter is supported by the error handling
infrastructure as a HTTP 400 response.
This commit ensures that `DecodingException` instances are properly
wrapped in `ServerWebInputException` at the `ServerRequest` level
directly, thus supporting all setup modes ("standalone" and through the
`DispatcherHandler`).
Fixes #22290
6 years ago
Sebastien Deleuze
81ec1d8284
Merge branch '5.1.x'
6 years ago
Sebastien Deleuze
fc6cff53bb
Clarify documentation about JSON Views
...
This commit intends to clarify the documentation by avoiding confusion
between @JsonView and Spring MVC JSON views.
Fixes #22280
6 years ago
Rossen Stoyanchev
f6c16815b4
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
20f4022e7b
Correctly truncate logging of response body
...
Fixes #22287
6 years ago
Rossen Stoyanchev
020c537c03
Add note to CorsFilter section
...
Fixes #19841
6 years ago
Stephane Nicoll
bd3d7dbc0c
Merge pull request #22283 from izeye
...
* pr/22283:
Polish AutowireUtils.EXECUTABLE_COMPARATOR
6 years ago
Johnny Lim
963cc09c2e
Polish AutowireUtils.EXECUTABLE_COMPARATOR
...
Closes gh-22283
6 years ago
Rossen Stoyanchev
b0a3a6f79f
Merge branch '5.1.x'
6 years ago
Rossen Stoyanchev
e373b46660
Jackson2JsonDecoder tolerates null literal
...
Fixes #22042
6 years ago
Rossen Stoyanchev
5dcde9e7d7
Trim decoded SSE data
...
Fixes #22043
6 years ago
Rossen Stoyanchev
ef72ef54fa
Avoid NPE when setting warnLogCategory
...
Fixes #22159
6 years ago