Rossen Stoyanchev
270099383b
Add protected method in StandaloneMockMvcBuilder
...
To allow sub-classes to register additional MVC infrastructure.
Issue: SPR-17520
6 years ago
Juergen Hoeller
0ad35053fb
Upgrade to CGLIB 3.2.10
...
Includes upgrade to JarJar 1.7.2 and Tomcat 9.0.14.
Issue: SPR-17595
6 years ago
Arjen Poutsma
058608021e
Fix invalid String representation for composed RequestPredicates
...
Issue: SPR-17594
6 years ago
Juergen Hoeller
106ae0cc5b
Polishing
6 years ago
Juergen Hoeller
7b7a8196f5
Revised HttpHeaders javadoc
6 years ago
Juergen Hoeller
2c98c1b81a
Relaxed assertion in NotificationPublisherAwareLazyTargetSource
...
Issue: SPR-17592
6 years ago
Juergen Hoeller
7b9c30f26e
Explicit documentation notes on JMS 2.0 vs 1.1 compatibility
...
Issue: SPR-17583
6 years ago
Juergen Hoeller
474ac2d975
Revised SimpleEvaluationContext example
...
Issue: SPR-17581
6 years ago
Juergen Hoeller
6eb0a60df9
Polishing
6 years ago
Juergen Hoeller
5bbbc82e19
Consistent handling of null header values in HttpHeaders
...
Issue: SPR-17588
6 years ago
Juergen Hoeller
4b4503085a
Prefer SLF4J SPI over Log4J in case of log4j-to-slf4j bridge
...
Issue: SPR-17586
6 years ago
Stephane Nicoll
73a96c5152
Merge pull request #2049 from wonwoo
...
* pr/2049:
Fix typo in javadoc
6 years ago
wonwoo
9a13d93a6b
Fix typo in javadoc
...
Closes gh-2049
6 years ago
Kamil Szymanski
894044cea0
Optimize ResourceUrlProvider
...
Closes gh-2008
6 years ago
Stephane Nicoll
0550c08f86
Merge pull request #2044 from chendy560
...
* pr/2044:
Fix typo
6 years ago
chendayu
073f304db9
Fix typo
...
Closes gh-2044
6 years ago
Stephane Nicoll
58a99e3983
Merge pull request #2043 from marchpig
...
* pr/2043:
Fix typo in webflux.adoc
6 years ago
Sangwoo Lee
62f2a6352f
Fix typo in webflux.adoc
...
Closes gh-2043
6 years ago
Stephane Nicoll
528b9c17ec
Merge pull request #2046 from yepapa
...
* pr/2046:
Fix typo in websocket.adoc
6 years ago
Juhyoung Jeon
31318652ea
Fix typo in websocket.adoc
...
Closes gh-2046
6 years ago
Arjen Poutsma
f15bd88211
Fix checkstyle
6 years ago
Stephane Nicoll
220951707b
Merge pull request #2042 from PascalSchumacher
...
* pr/2042:
Fix typo in core-beans.adoc
6 years ago
Pascal Schumacher
18ac86ae16
Fix typo in core-beans.adoc
...
Closes gh-2042
6 years ago
Arjen Poutsma
3258ac1ec4
Expose request in WebClientResponseException
...
This commit exposes the request that lead to it in
WebClientResponseException, as a HttpRequest object.
Issue: SPR-17087
6 years ago
Stephane Nicoll
54f5b7d0ee
Polish
...
Issue: SPR-17572
6 years ago
Juergen Hoeller
aaaf81ed99
Polishing
6 years ago
Juergen Hoeller
6a012147c4
Consistent support for last-modified argument as Instant/ZonedDateTime
...
Issue: SPR-17571
6 years ago
Lars Grefer
9abd4ed33d
Allow Instant and ZonedDateTime as Last-Modified header.
...
Issues: SPR-17571
6 years ago
Juergen Hoeller
cf7ee0739f
Upgrade to Checkstyle 8.15
6 years ago
Juergen Hoeller
db63f7dd4a
StandardEvaluationContext.setVariable leniently ignores null name
...
Issue: SPR-17565
6 years ago
Rossen Stoyanchev
7a5f8e03bc
Refine check for multiple subscribers
...
Commit #c187cb2 introduced proactive rejection of multiple subscribers
in ReactorClientHttpResponse, instead of hanging indefinitely as per
https://github.com/reactor/reactor-netty/issues/503 .
However FluxReceive also rejects subsequent subscribers if the response
is consumed fully, as opposed to being canceled, e.g. as with
bodyToMono(Void.class). In that case, a subsequent subscriber causes
two competing error signals to be sent, and one gets dropped and
logged by reactor-core.
This fix ensures that a rejection is raised in
ReactorClientHttpResponse only after a cancel() was detected.
Issue: SPR-17564
6 years ago
Juergen Hoeller
50e5bdb813
Clarified VfsResource constructor
...
Issue: SPR-17563
6 years ago
Juergen Hoeller
9efea7eb73
MockHttpServletRequest preserves original Accept-Language header value
...
Issue: SPR-17566
6 years ago
Juergen Hoeller
d3cdecc621
Upgrade to Rome 1.12 and POI 4.0.1
6 years ago
Juergen Hoeller
c024bdcc6f
Cleanup after unexpected exception from external delegation call
...
Issue: SPR-17559
6 years ago
Juergen Hoeller
6d7827e36b
Polishing
6 years ago
Juergen Hoeller
d5dab12909
NettyDataBufferFactory.join returns single-element buffer as-is
...
Issue: SPR-17560
6 years ago
Juergen Hoeller
7854b7ac40
Avoid log statements between resource opening and returning
...
Issue: SPR-17559
6 years ago
Pascal Schumacher
26b1c848b8
Fix typo in core-beans.adoc (Obvious Fix)
6 years ago
Juergen Hoeller
5e153e4a77
Revised section on custom BeanPostProcessors
...
Issue: SPR-17556
6 years ago
Juergen Hoeller
16e9b83d43
JavaMailSenderImpl calls sendMessage with empty array instead of null
...
Issue: SPR-17540
6 years ago
Juergen Hoeller
516c01c438
Upgrade javadoc links to Jackson 2.9
...
Includes rollback to Hibernate ORM 5.1.16 for integration tests.
6 years ago
Juergen Hoeller
43077072ad
Upgrade to Netty 4.1.32, Undertow 2.0.16, OpenPDF 1.2.7
...
Includes Hibernate ORM 5.1.17 for integration tests.
6 years ago
Juergen Hoeller
0841dc5f99
Restore Hibernate ORM 5.1 compatibility in HibernateTransactionManager
...
Issue: SPR-17557
6 years ago
Rossen Stoyanchev
15f8863f19
Add sub-section on validation for functional endpoints
...
Issue: SPR-17401
6 years ago
Bertrand Guay-Paquet
bc3b95db92
Fix typo in Javadoc for transaction Propagation annotation
6 years ago
Francesco Komauli
66f822e600
Fix typo in Javadoc for UnsupportedMediaTypeStatusException
...
Response status 415 (unsupported media type) reported as of 416 (which is Range Not Satisfiable), mismatching with superclass constructor parameter HttpStatus.UNSUPPORTED_MEDIA_TYPE
6 years ago
Spring Buildmaster
dfc193b85e
Next Development Version
6 years ago
Rossen Stoyanchev
029101c79a
Merge pull request #2025 from neVERberleRfellerER/SPR-17535
6 years ago
Rossen Stoyanchev
3eee118b44
Polish
6 years ago