Rossen Stoyanchev
ccb080f948
Merge branch '5.3.x' into main
3 years ago
Rossen Stoyanchev
b6111d04a5
Ensure WebClientResponseException for malformed response
...
Closes gh-27262
3 years ago
Ashley Scopes
9bd989f1bb
WebClient tests for socket and response format issues
...
Added test case for malformed response chunk, which is
now failing as expected.
See gh-27262
3 years ago
Stephane Nicoll
942a5986a8
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
d5597a75a6
Start building against Reactor 2020.0.12 snapshots
...
See gh-27527
3 years ago
Rossen Stoyanchev
6eaaf294f3
Merge branch '5.3.x' into main
3 years ago
Rossen Stoyanchev
90fdcf88d8
Generalize formatValue
...
Provide an overload for additional control and compact output.
3 years ago
Sam Brannen
359661df9d
Merge branch '5.3.x'
3 years ago
Sam Brannen
5d3b16cd3a
Indent with tabs instead of spaces
3 years ago
Sam Brannen
2c583517cb
Change Eclipse project source/target/compliance to JDK 17
...
See gh-27407
3 years ago
Sam Brannen
2d1e0d5e38
Merge branch '5.3.x'
3 years ago
Sam Brannen
41ae9632d1
Upgrade to Checkstyle 9.0 and spring-javaformat 0.0.29
...
This commit upgrades the Gradle build to use Checkstyle 9.0 and
spring-javaformat 0.0.29 (which internally uses Checkstyle 8.45.1).
Closes gh-27520
3 years ago
Sam Brannen
47b0da6b25
Polishing
3 years ago
Arjen Poutsma
fb7eea9757
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
c99210c01f
Propagate Reactor Context when using FluxSink
...
This commit makes sure that the Reactor context from a given mono or
flux is propagated to the Flux returned by a FluxSink. This change
affects both DataBufferUtils::write and internal classes used by the
DefaultPartHttpMessageReader.
Closes gh-27517
3 years ago
Rossen Stoyanchev
c1856d24e2
Merge branch '5.3.x' into main
3 years ago
Rossen Stoyanchev
7b9848a352
Replace deprecated Reactor Context related methods
3 years ago
Sam Brannen
c25aefdb2b
Merge branch '5.3.x'
3 years ago
Sam Brannen
0e83466023
Reference Hamcrest Javadoc via javadoc.io
...
Due to an SSL/TLS issue with hamcrest.org, the Dokka task fails with the
following.
> Failed to download package-list from https://hamcrest.org/JavaHamcrest/javadoc/2.1/package-list ,
> this might suggest that remote resource is not available, module is
> empty or dokka output got corrupted
See: https://github.com/hamcrest/JavaHamcrest/issues/280
As a workaround, this commit switches to javadoc.io to reference the
Hamcrest Javadoc APIs.
3 years ago
Sam Brannen
381b7d035a
Merge branch '5.3.x'
3 years ago
Sam Brannen
48a507a993
Clean up warnings
3 years ago
Sam Brannen
dabe823a4a
Merge branch '5.3.x'
3 years ago
Sam Brannen
be3bc4c164
Comment out unused fudgeFactor
3 years ago
Rossen Stoyanchev
837dd30661
Merge branch '5.3.x' into main
3 years ago
Rossen Stoyanchev
e68219c1ac
ResponseStatusExceptionHandler logs exception message only
...
No need to log the full exception for a resolved exception, and as the
comment suggests that it mirrors Spring MVC equivalent, which also
logs the message only.
3 years ago
Stephane Nicoll
a9418b613c
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
151852b164
Upgrade to GitHub Changelog Generator 0.0.7 in CI
...
Closes gh-27512
3 years ago
Juergen Hoeller
48eb51a22f
Upgrade to Jackson 2.13
3 years ago
Juergen Hoeller
5766855514
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
3 years ago
Juergen Hoeller
49427b0c3c
Upgrade to Apache Johnzon 1.2.14, Vavr 0.10.4, WebJars Locator 0.48, HtmlUnit 2.53
3 years ago
Juergen Hoeller
bf373c5065
Skip all flaky StopWatch time assertions
3 years ago
Juergen Hoeller
04eed155cd
Upgrade to Hibernate ORM 5.6 CR1, JRuby 9.3, WebJars Locator 0.48, HtmlUnit 2.53
3 years ago
Sam Brannen
545b1a33c6
Merge branch '5.3.x'
3 years ago
Sam Brannen
678fd8344e
Polishing
3 years ago
Juergen Hoeller
e314a79fb0
Merge branch '5.3.x'
...
# Conflicts:
# spring-beans/src/main/java/org/springframework/beans/factory/support/DisposableBeanAdapter.java
3 years ago
Juergen Hoeller
f632165dec
Invoke bean-derived (Auto)Closeable.close() method directly
...
Closes gh-27504
3 years ago
Sam Brannen
b452d1b41d
Remove obsolete references to Ehcache 2.x from ref docs
3 years ago
Sam Brannen
543738ca58
Merge branch '5.3.x'
3 years ago
Sam Brannen
fd11789db9
Polish JSR-107 caching ref docs
3 years ago
Jens Schauder
d6ec6f0fe9
Remove remark about missing caching API.
3 years ago
Sam Brannen
1b8a5051ca
Merge branch '5.3.x'
3 years ago
Sam Brannen
7311ae19be
Fix build by disabling linking to JUnit 5.8.1 Javadoc
...
The `package-list` file no longer exists at
https://junit.org/junit5/docs/5.8.1/api/ , due to the following commit.
67ad4e5455
3 years ago
Sam Brannen
cb9246e481
Merge branch '5.3.x'
3 years ago
Sam Brannen
f0aa4f4857
Escape closing curly braces in regular expressions for Android support
...
PR gh-24470 introduced a regression for Android users by no longer
escaping closing curly braces in regular expressions.
This commit therefore partially reverts the changes made in 273812f9c5
for closing curly braces (`}`).
Closes gh27467
3 years ago
Juergen Hoeller
ad873617d2
Note on ClassLoader.defineClass being used as a fallback only
3 years ago
Juergen Hoeller
f6a392c5ae
Merge branch '5.3.x'
3 years ago
Juergen Hoeller
f64f07049d
Upgrade to SLF4J 1.7.32
3 years ago
Juergen Hoeller
24bcb52b2f
Polishing
3 years ago
Juergen Hoeller
dc5807ea51
Merge branch '5.3.x'
...
# Conflicts:
# spring-core/src/main/java/org/springframework/cglib/core/ReflectUtils.java
3 years ago
Juergen Hoeller
4f44ae3f28
Polishing
3 years ago