Commit Graph

46858 Commits

Author SHA1 Message Date
Andy Wilkinson
7ad627fce8 Merge branch '3.2.x' 2024-01-04 13:23:01 +00:00
Andy Wilkinson
ec37b11f9c Merge branch '3.1.x' into 3.2.x 2024-01-04 13:22:39 +00:00
Andy Wilkinson
d5d4ec99da Start building against Spring Data Bom 2023.0.8 snapshots
See gh-38977
2024-01-04 12:34:13 +00:00
Andy Wilkinson
905e2a623e Start building against Reactor Bom 2022.0.15 snapshots
See gh-38976
2024-01-04 12:34:09 +00:00
Andy Wilkinson
694b418f59 Start building against Micrometer Tracing 1.1.9 snapshots
See gh-38975
2024-01-04 12:34:04 +00:00
Andy Wilkinson
e9f086ff86 Start building against Micrometer 1.11.8 snapshots
See gh-38974
2024-01-04 12:33:59 +00:00
Andy Wilkinson
5ef7db9a28 Start working on Spring Boot 3.3 2024-01-04 10:56:56 +00:00
Andy Wilkinson
0681d89c5c Merge branch '3.2.x' 2024-01-04 10:51:15 +00:00
Andy Wilkinson
433f8a6fd9 Prepare 3.2.x branch 2024-01-04 10:50:34 +00:00
Andy Wilkinson
735df3597f Merge branch '3.1.x'
Closes gh-38963
2024-01-03 15:13:27 +00:00
Andy Wilkinson
c10f78ec5a Improve handling of Throwable from logging system init
Closes gh-38885
2024-01-03 15:13:05 +00:00
Andy Wilkinson
944e746fe3 Merge branch '3.1.x'
Closes gh-38962
2024-01-03 14:06:01 +00:00
Andy Wilkinson
6755a937a2 Merge pull request #38855 from dependabot[bot]
* gh-38855:
  Bump actions/upload-artifact from 3 to 4

Closes gh-38855
2024-01-03 14:05:51 +00:00
dependabot[bot]
bb474b4db2 Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-38855
2024-01-03 14:05:33 +00:00
Andy Wilkinson
8c93567654 Merge branch '3.1.x'
Closes gh-38961
2024-01-03 13:55:11 +00:00
Andy Wilkinson
5d4572bdce Merge pull request #38928 from dependabot[bot]
* gh-38928:
  Bump gradle/gradle-build-action from 2.10.0 to 2.11.1

Closes gh-38928
2024-01-03 13:54:51 +00:00
dependabot[bot]
6c6ddd11c4 Bump gradle/gradle-build-action from 2.10.0 to 2.11.1
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.10.0 to 2.11.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](87a9a15658...982da8e78c)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-38928
2024-01-03 13:54:31 +00:00
Andy Wilkinson
00cf1a6d13 Remove unnecessary configuration of idle timeout
Fixes gh-38960
2024-01-03 11:37:01 +00:00
Phillip Webb
7216d2b031 Merge branch '3.1.x'
Closes gh-38916
2023-12-22 10:43:46 -08:00
Phillip Webb
95a8fa561c Correctly order @AutoConfigureAfter values when sorting
Update `AutoConfigurationSorter` so that `getClassesRequestedAfter()`
results are sorted to match the earlier name/order sorting. Prior to
this commit the order of items added via `@AutoConfigureAfter` was in
an undetermined order which could cause very subtle `@ConditionalOnBean`
bugs.

Thanks very much to Alexandre Baron for their help in diagnosing and
reproducing this issue.

Fixes gh-38904
2023-12-22 08:20:25 -08:00
Spring Builds
a42f549612 Next development version (v3.2.2-SNAPSHOT) 2023-12-21 12:36:09 +00:00
Brian Clozel
7d1982fc94 Merge branch '3.1.x' 2023-12-21 12:14:37 +01:00
Spring Builds
53528d3285 Next development version (v3.1.8-SNAPSHOT) 2023-12-21 10:11:48 +00:00
Phillip Webb
3222458007 Merge branch '3.1.x'
Closes gh-38893
2023-12-20 18:22:15 -08:00
Phillip Webb
66e9c777af Upgrade Ubuntu version in CI images
Closes gh-38894
2023-12-20 18:20:09 -08:00
Phillip Webb
f31ffbf927 Don't duplicate META-INF entries in nested directory jars
Update `ZipContent` so that `META-INF` entries are no longer duplicated
in nested jars created from directory entries. This aligns with the
behavior of the classic loader and prevents the same META-INF file from
being discovered twice.

Fixes gh-38862
2023-12-20 17:36:06 -08:00
Phillip Webb
b2185282d4 Merge branch '3.1.x' 2023-12-20 09:55:12 -08:00
Phillip Webb
20529ea90c Drop Netty restriction 2023-12-20 09:54:59 -08:00
Phillip Webb
bf7d1e4f7a Merge branch '3.1.x' 2023-12-20 09:18:38 -08:00
Phillip Webb
e754c91f50 Upgrade to Spring WS 4.0.9
Closes gh-38892
2023-12-20 09:17:52 -08:00
Phillip Webb
1abc0827f8 Upgrade to Netty 4.1.104.Final
Closes gh-38891
2023-12-20 09:17:48 -08:00
Phillip Webb
7dfddce1ac Upgrade to jOOQ 3.18.8
Closes gh-38890
2023-12-20 09:17:42 -08:00
Phillip Webb
c1e8c18124 Upgrade to Jetty 11.0.19
Closes gh-38889
2023-12-20 09:17:38 -08:00
Phillip Webb
ff3a2f7e42 Upgrade to Jetty Reactive HTTPClient 3.0.11
Closes gh-38888
2023-12-20 09:17:34 -08:00
Phillip Webb
4df87f6224 Upgrade to Hibernate 6.2.17.Final
Closes gh-38887
2023-12-20 09:17:29 -08:00
Phillip Webb
15dd37095f Merge branch '3.1.x'
Closes gh-38880
2023-12-19 23:45:42 -08:00
Phillip Webb
b00d5fabe8 Auto-configure Hibernate JPA before DataSource TransactionManager
Fixes gh-38861
2023-12-19 23:44:48 -08:00
Phillip Webb
dd27429195 Merge pull request #38776 from SandraAhlgrimm
* pr/38776:
  Add the LangChain4J to the list of community starters

Closes gh-38776
2023-12-19 23:14:32 -08:00
Sandra Ahlgrimm
b0bc872831 Add the LangChain4J to the list of community starters
See gh-38776
2023-12-19 23:14:01 -08:00
Phillip Webb
be1639fe68 Merge branch '3.1.x'
Closes gh-38879
2023-12-19 23:12:48 -08:00
Phillip Webb
513448e061 Merge pull request #38823 from meiyese
* pr/38823:
  Fix typo in endpoint documentation

Closes gh-38823
2023-12-19 23:12:43 -08:00
meiyese
4370c6e850 Fix typo in endpoint documentation
See gh-38823
2023-12-19 23:12:06 -08:00
Phillip Webb
246a0e6f21 Merge branch '3.1.x'
Closes gh-38878
2023-12-19 23:10:49 -08:00
Phillip Webb
94df3c94e1 Merge pull request #38740 from quaff
* pr/38740:
  Ban call of URLEncoder.encode/URLDecoder.decode(String,String)

Closes gh-38740
2023-12-19 23:10:40 -08:00
Yanming Zhou
8cb8999772 Ban call of URLEncoder.encode/URLDecoder.decode(String,String)
Add ArchUnit rules to ban the use of `URLEncoder` calls with String
charsets and use `Charset` calls instead.

See gh-38740
2023-12-19 23:10:18 -08:00
Phillip Webb
5354ad15b3 Merge branch '3.1.x'
Closes gh-38877
2023-12-19 22:51:48 -08:00
Phillip Webb
ae79a7c00f Merge pull request #38739 from quaff
* pr/38739:
  Remove unnecessary `toString()` calls
  Remove unnecessary `extends Object` from generic
  Remove unnecessary `final` modifiers
  Remove unnecessary `static` modifiers
  Use `.isEmpty()` where feasible

Closes gh-38739
2023-12-19 22:51:28 -08:00
Yanming Zhou
8599e5a986 Remove unnecessary toString() calls
See gh-38739
2023-12-19 22:38:34 -08:00
Yanming Zhou
b6e87cee35 Remove unnecessary extends Object from generic
See gh-38739
2023-12-19 22:38:19 -08:00
Yanming Zhou
84f7c2dba9 Remove unnecessary final modifiers
See gh-38739
2023-12-19 22:38:14 -08:00