Juergen Hoeller
3c8724ba3d
Remove JiBX support
...
Closes gh-27425
3 years ago
Juergen Hoeller
b7b078d26e
Remove Joda-Time support
...
Closes gh-27426
3 years ago
Juergen Hoeller
b74e93807e
Remove JDK 9 workarounds etc
...
See gh-17778
3 years ago
Sam Brannen
e0a4b05142
Merge branch '5.3.x'
3 years ago
Sam Brannen
008aa48d5c
Fix formatting for SQL `IN` clause example in ref docs
...
See gh-27388
3 years ago
Brian Clozel
33cddef026
Upgrade Javadoc URLs for JDK 17 based build
...
Prior to this commit, the Javadoc task would fail on
`spring-context-indexer` and `spring-instrumentation`. It seems that
missing remote docs or HTTP redirects were failing the process.
This commit removes the missing published Javadocs and updates the
version for the JDK API.
See gh-17778
3 years ago
Brian Clozel
4e3d1fa4e9
Temporarily downgrade Java compat level for AspectJ classes
...
AspectJ doesn't support JDK17 language level (yet).
For the time being, this commit is downgrading the language level for
the aspectJ generated classes to 1.8.
See gh-27416
3 years ago
Juergen Hoeller
cf2429b0f0
Remove support for deprecated Java SecurityManager (-> JDK 17 build compatibility)
...
Includes hard JDK 9+ API dependency in CGLIB ReflectUtils (Lookup.defineClass) and removal of OutputStream spy proxy usage (avoiding invalid Mockito proxy on JDK 17)
Closes gh-26901
3 years ago
Juergen Hoeller
0640da74bc
Upgrade to Checkstyle 9.0, Groovy 3.0.9, Hibernate ORM 5.5.7
...
Includes downgrade of Kotlin language level to 1.8 (for KotlinScriptTemplateTests)
3 years ago
Brian Clozel
f53bf8e9e1
Merge branch '5.3.x'
3 years ago
Brian Clozel
00eef79e5c
Upgrade to JApicmp Gradle Plugin 0.3.0
...
Fixes gh-27414
3 years ago
Sam Brannen
350d3e8b22
Update @since tag in code template to 6.0
3 years ago
Brian Clozel
09b233365f
Update project version to 6.0.0-SNAPSHOT
3 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
3 years ago
Brian Clozel
7907478d36
Watch 5.3.x branch in the CI pipeline
...
Main branch has moved to the 6.0.x line, so this commit updates this CI
pipeline to the new 5.3.x maintenance branch.
3 years ago
Spring Builds
c7cca2e879
Next development version (v5.3.11-SNAPSHOT)
3 years ago
Stephane Nicoll
aa14c24899
Migrate to Spring Builds account
3 years ago
Stephane Nicoll
4c720eaa38
Fix GitHub credentials to use token rather than password
...
Closes gh-27402
3 years ago
Sam Brannen
2d65bce18e
Polish Eclipse IDE support
3 years ago
Juergen Hoeller
b8b85a6a59
Defensive handling of dimensions nullability
3 years ago
Juergen Hoeller
3baacedfd9
Alignment with other abstract utils classes
3 years ago
Sam Brannen
4322ee1944
Polish Eclipse IDE support
3 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
3 years ago
Sam Brannen
9e986c031b
Polish ide.gradle
3 years ago
Sam Brannen
f07e6a1b9d
Support char primitive default values in BeanUtils.instantiateClass()
...
Closes gh-27390
3 years ago
Sam Brannen
5cc09849ce
Introduce test for gh-27390
3 years ago
takeaction21
92cd680a2c
Support float and double primitive default values in BeanUtils.instantiateClass()
...
See gh-27390
3 years ago
Rossen Stoyanchev
caf88ff2cc
Improve HandlerMethod#bridgedMethod initialization
...
Ensure makeAccessible is called once when the bridgedMethod is
initialized.
Closes gh-19795
3 years ago
Sam Brannen
813dbbce58
Polish contribution
...
See gh-27388
3 years ago
Dmitriy Bogdanov
c46cc666d6
Fix some typos and mistakes in ref docs
...
Closes gh-27388
3 years ago
Rossen Stoyanchev
674dc2f203
Do not log request parameters for multipart requests
...
Closes gh-27350
3 years ago
Brian Clozel
8adf28763b
Upgrade to Reactor 2020.0.11
...
Closes gh-27399
3 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
3 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
3 years ago
Sam Brannen
18ee308e4e
Delete obsolete Assume test utility
3 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
3 years ago
Juergen Hoeller
6c17e9375b
Reduce log statement for non-unique JavaBean property to debug level
...
Closes gh-27372
3 years ago
yokotaso
0a776a76d1
Fix memory leak on AOP Proxy class definition cache
3 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
3 years ago
Sam Brannen
d55cbf8b4d
Avoid use of deprecated API in aggregateTestReports task
...
See gh-26870
3 years ago
Sam Brannen
04e6b233ca
Upgrade to JUnit 5.8
...
Closes gh-27392
3 years ago
Mustafa Ulu
db424d0bc5
Replace word "request" with "response"
3 years ago
Mustafa Ulu
a087d13aea
Fix wording in Javadoc of ClientResponse.mutate()
...
Removed an extra "the".
3 years ago
Brian Clozel
c02ae7bcb8
Fix noHttp failure
3 years ago
Brian Clozel
ca34d0cce8
Polish Gradle upgrade
...
Closes gh-26870
3 years ago
Sébastien Deleuze
ab41db474e
Update dokka to 1.5.0
...
See gh-26870
3 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
3 years ago
Stephane Nicoll
2db1e6daad
Merge pull request #27387 from crlikcngroup
...
* pr/27387:
Fix misplaced comma in AOP doc
Closes gh-27387
3 years ago
Radek Crlik
78dd219787
Fix misplaced comma in AOP doc
...
See gh-27387
3 years ago
Stephane Nicoll
bb45a7ae5e
Fix bug fix icon in changelog configuration
...
Closes gh-27384
3 years ago