Brian Clozel
09b233365f
Update project version to 6.0.0-SNAPSHOT
4 years ago
Brian Clozel
c0e479460e
Switch CI pipeline to a JDK17 baseline
...
This commit introduces a new `spring-framework-6.0.x` CI pipeline with
JDK 17 baseline.
Note that Kotlin still uses a JDK11 baseline for now, this will be
addressed in gh-27413.
Closes gh-27409
4 years ago
Spring Builds
c7cca2e879
Next development version (v5.3.11-SNAPSHOT)
4 years ago
Stephane Nicoll
aa14c24899
Migrate to Spring Builds account
4 years ago
Stephane Nicoll
4c720eaa38
Fix GitHub credentials to use token rather than password
...
Closes gh-27402
4 years ago
Sam Brannen
2d65bce18e
Polish Eclipse IDE support
4 years ago
Juergen Hoeller
b8b85a6a59
Defensive handling of dimensions nullability
4 years ago
Juergen Hoeller
3baacedfd9
Alignment with other abstract utils classes
4 years ago
Sam Brannen
4322ee1944
Polish Eclipse IDE support
4 years ago
Sam Brannen
3faf445603
Re-enable import into Eclipse IDE
...
The migration to Gradle 7.2 resulted in a regression for our Eclipse
IDE support: several projects ended up with recursive classpath entries
in their generated .classpath files which prevent those projects from
being built within Eclipse.
This commit addresses this issue with a solution that may well be a
"hack". Nonetheless, a working hack is better than not being able to
import into Eclipse at all.
See gh-26870
4 years ago
Sam Brannen
9e986c031b
Polish ide.gradle
4 years ago
Sam Brannen
f07e6a1b9d
Support char primitive default values in BeanUtils.instantiateClass()
...
Closes gh-27390
4 years ago
Sam Brannen
5cc09849ce
Introduce test for gh-27390
4 years ago
takeaction21
92cd680a2c
Support float and double primitive default values in BeanUtils.instantiateClass()
...
See gh-27390
4 years ago
Rossen Stoyanchev
caf88ff2cc
Improve HandlerMethod#bridgedMethod initialization
...
Ensure makeAccessible is called once when the bridgedMethod is
initialized.
Closes gh-19795
4 years ago
Sam Brannen
813dbbce58
Polish contribution
...
See gh-27388
4 years ago
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
4 years ago
Rossen Stoyanchev
674dc2f203
Do not log request parameters for multipart requests
...
Closes gh-27350
4 years ago
Brian Clozel
8adf28763b
Upgrade to Reactor 2020.0.11
...
Closes gh-27399
4 years ago
Sam Brannen
b1a4d3033b
Avoid usage of deprecated Gradle API in spring-oxm.gradle
...
This upgrade avoids the warning about the following on Gradle 7.1+.
- The SourceDirectorySet.outputDir property has been deprecated.
Closes gh-26870
4 years ago
Sam Brannen
8c14251a1a
Upgrade to nohttp 0.0.10
...
This upgrade avoids warnings about the following on Gradle 7.1+.
- The Report.destination property has been deprecated.
- The JavaExec.main property has been deprecated.
See gh-26870
4 years ago
Sam Brannen
18ee308e4e
Delete obsolete Assume test utility
4 years ago
Juergen Hoeller
6540e87ac0
Upgrade to Netty 4.1.68, Jackson 2.12.5, Mockito 3.12.4, MockK 1.12, JsonPath 2.6
4 years ago
Juergen Hoeller
6c17e9375b
Reduce log statement for non-unique JavaBean property to debug level
...
Closes gh-27372
4 years ago
yokotaso
0a776a76d1
Fix memory leak on AOP Proxy class definition cache
4 years ago
Phillip Webb
52b03e3326
Migrate CoroutinesUtils to Java
...
Migrate `CoroutinesUtils` from Kotlin code to Java and drop the
`kotlin-coroutines` module.
This update removes the need for Kotlin tooling IDE plugins to be
installed.
Closes gh-27379
4 years ago
Sam Brannen
d55cbf8b4d
Avoid use of deprecated API in aggregateTestReports task
...
See gh-26870
4 years ago
Sam Brannen
04e6b233ca
Upgrade to JUnit 5.8
...
Closes gh-27392
4 years ago
Mustafa Ulu
db424d0bc5
Replace word "request" with "response"
4 years ago
Mustafa Ulu
a087d13aea
Fix wording in Javadoc of ClientResponse.mutate()
...
Removed an extra "the".
4 years ago
Brian Clozel
c02ae7bcb8
Fix noHttp failure
4 years ago
Brian Clozel
ca34d0cce8
Polish Gradle upgrade
...
Closes gh-26870
4 years ago
Sébastien Deleuze
ab41db474e
Update dokka to 1.5.0
...
See gh-26870
4 years ago
Brian Clozel
cecc0849a8
Upgrade to Gradle 7.2
...
This commit upgrades Gradle to 7.2.
Gradle configuration names are updated accordingly.
This also upgrades Gradle build plugins.
See gh-26870
4 years ago
Stephane Nicoll
2db1e6daad
Merge pull request #27387 from crlikcngroup
...
* pr/27387:
Fix misplaced comma in AOP doc
Closes gh-27387
4 years ago
Radek Crlik
78dd219787
Fix misplaced comma in AOP doc
...
See gh-27387
4 years ago
Stephane Nicoll
bb45a7ae5e
Fix bug fix icon in changelog configuration
...
Closes gh-27384
4 years ago
Sam Brannen
c3e424c29a
Polishing
4 years ago
Rossen Stoyanchev
c23f0cd070
Polishing contribution
...
See gh-27374
4 years ago
Ruslan Stelmachenko
63ffa710d6
Include all bytes of body in UnknownContentTypeException
...
HttpMessageConverterExtractor uses MessageBodyClientHttpResponseWrapper
which may read the first byte of the response stream to check if there
is content. After that it is necessary to use the wrapper to get the
full body.
This commit ensures that when UnknownContentTypeException is raised
it gets the body through the wrapper, or otherwise the first byte is
missed if the InputStream is not markable.
Closes gh-27374
4 years ago
Rossen Stoyanchev
b6037d0d07
Correctly format class name in default package
...
Closes gh-27247
4 years ago
Rossen Stoyanchev
41ab268733
Polishing contribution
...
See gh-27331
4 years ago
hantsy
1dc128361f
Add SmallRye Mutiny adapters
...
Closes gh-26222
4 years ago
Grant Fleming
8f33450df2
Fix typo in core-beans.adoc
...
Closes gh-27377
4 years ago
Sébastien Deleuze
55b3e064e9
Upgrade to Kotlin 1.5.30
...
Also upgrades related libraries:
- Coroutines upgraded to 1.5.2
- Serialization upgraded to 1.2.2
Closes gh-27371
4 years ago
Rossen Stoyanchev
a3655c4858
Add tip related to user destinations in STOMP
...
See gh-26986
4 years ago
Sébastien Deleuze
3f66ef7aee
Compile with parameter names
...
Compiled code should contain parameter names to avoid the need
for class resources to be included in native image builds.
Closes gh-27369
4 years ago
Sam Brannen
d8191b4808
Polish contribution
...
See gh-26984
4 years ago
Yin-Jui
417bce8be5
Add tests for MessageBodyClientHttpResponseWrapper
...
Closes gh-26984
4 years ago
Sam Brannen
19283c9245
Avoid accidental dependency on older version of Byte Buddy
...
This commit allows Mockito-based tests in spring-test to work again
in Eclipse IDE.
This problem was uncovered while fixing gh-27365
4 years ago