23706 Commits

Author SHA1 Message Date
Andy Wilkinson
a1c7c0bccc Upgrade to AssertJ 3.25.1
Closes gh-38997
2024-01-04 17:26:35 +00:00
Andy Wilkinson
c19c18f998 Start building against Spring Session 3.3.0 snapshots
See gh-38991
2024-01-04 14:32:56 +00:00
Andy Wilkinson
f98f4e20c8 Start building against Spring Security 6.3.0 snapshots
See gh-38990
2024-01-04 14:32:55 +00:00
Andy Wilkinson
ec8920ccfd Start building against Spring Pulsar 1.0.2 snapshots
See gh-38995
2024-01-04 14:32:54 +00:00
Andy Wilkinson
e0cceed2e6 Start building against Spring Data Bom 2023.1.2 snapshots
See gh-38988
2024-01-04 14:32:49 +00:00
Andy Wilkinson
84b2b37932 Start building against Spring Authorization Server 1.3.0 snapshots
See gh-38987
2024-01-04 14:32:49 +00:00
Andy Wilkinson
edbee44ab3 Start building against Reactor Bom 2023.0.2 snapshots
See gh-38986
2024-01-04 14:32:48 +00:00
Andy Wilkinson
f31bbbbeaa Start building against Micrometer Tracing 1.3.0 snapshots
See gh-38985
2024-01-04 14:32:47 +00:00
Andy Wilkinson
2e7e8cf61a Start building against Micrometer 1.13.0 snapshots
See gh-38984
2024-01-04 14:32:47 +00:00
Andy Wilkinson
aec6d93617 Merge branch '3.2.x'
Closes gh-38993
2024-01-04 14:15:52 +00:00
Andy Wilkinson
2fb6a2eef4 Consider snapshots when upgrading Spring Pulsar
Closes gh-38992
2024-01-04 14:15:35 +00:00
Andy Wilkinson
d7fc9a66b4 Start building against Spring Data Bom 2023.1.2 snapshots
See gh-38981
2024-01-04 13:25:40 +00:00
Andy Wilkinson
6b59c01003 Start building against Reactor Bom 2023.0.2 snapshots
See gh-38980
2024-01-04 13:25:36 +00:00
Andy Wilkinson
44f5a8bfe9 Start building against Micrometer Tracing 1.2.2 snapshots
See gh-38979
2024-01-04 13:25:31 +00:00
Andy Wilkinson
e589606112 Start building against Micrometer 1.12.2 snapshots
See gh-38978
2024-01-04 13:25:26 +00:00
Andy Wilkinson
5ef7db9a28 Start working on Spring Boot 3.3 2024-01-04 10:56:56 +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
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
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
20529ea90c Drop Netty restriction 2023-12-20 09:54:59 -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
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
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
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
Yanming Zhou
d3a51e56b7 Remove unnecessary static modifiers
See gh-38739
2023-12-19 22:38:08 -08:00
Yanming Zhou
ac18e3015c Use .isEmpty() where feasible
See gh-38739
2023-12-19 22:38:05 -08:00
Iliès BELDJILALI
e39d1d14ea Hide application name placeholder when include property is false
Update log4j configuration so that an empty value is used when
`LOGGED_APPLICATION_NAME` is missing. Prior to this commit when
`logging.include-application-name` was `false` the logged output
would include the raw `${sys:LOGGED_APPLICATION_NAME}` value.

See gh-38847
2023-12-19 22:08:13 -08:00
Phillip Webb
1b498dea43 Drop Netty restriction 2023-12-19 20:45:10 -08:00
Phillip Webb
67b43baa16 Upgrade to Spring WS 4.0.9
Closes gh-38876
2023-12-19 20:38:20 -08:00
Phillip Webb
b6d855fa0b Upgrade to Spring Pulsar 1.0.1
Closes gh-38875
2023-12-19 20:38:15 -08:00
Phillip Webb
32d6949733 Upgrade to Spring Kafka 3.1.1
Closes gh-38874
2023-12-19 20:38:11 -08:00
Phillip Webb
21116297f6 Upgrade to Pulsar Reactive 0.5.1
Closes gh-38873
2023-12-19 20:38:07 -08:00
Phillip Webb
a04a16a783 Upgrade to Netty 4.1.104.Final
Closes gh-38872
2023-12-19 20:38:03 -08:00