Commit Graph

49172 Commits

Author SHA1 Message Date
Andy Wilkinson
d80cf05406 Remove unnecessary use of SingletonSupplier
As of Framework 6.1, it contains a field of a type that's
incompatible with Gradle's configuration cache.

Fixes gh-40911
2024-05-28 10:50:33 +01:00
Moritz Halbritter
9def6f86c9 Keep track of written jar entries to not duplicate them
Closes gh-40903
2024-05-27 12:18:00 +02:00
Phillip Webb
82d8222f56 Polish 2024-05-24 18:10:03 -07:00
Scott Frederick
ba9708d754 Merge branch '3.2.x' 2024-05-23 14:51:44 -05:00
Scott Frederick
7cd1f0ab3b Polish JVM thread dump action 2024-05-23 14:51:02 -05:00
Moritz Halbritter
b607c04f5a Next development version (v3.3.1-SNAPSHOT) 2024-05-23 15:53:02 +02:00
Andy Wilkinson
ed0a3fd908 Update publish-to-sdkman job to make new candidates the default
Closes gh-40882
2024-05-23 12:59:46 +01:00
Moritz Halbritter
42d6f2c7a8 Merge branch '3.2.x' 2024-05-23 13:57:28 +02:00
Moritz Halbritter
234e0fd1f3 Stop mark 3.2.x as the default SDKman release
Closes gh-40883
2024-05-23 13:57:22 +02:00
Moritz Halbritter
226b900bab Merge branch '3.2.x' 2024-05-23 13:53:49 +02:00
Moritz Halbritter
c857eb62d4 Fix SDKman "make default" step
The supported HTTP verb is PUT, not POST, see https://sdkman.io/vendors
2024-05-23 13:53:38 +02:00
Moritz Halbritter
13e13f91c0 Merge branch '3.2.x' 2024-05-23 13:35:44 +02:00
Moritz Halbritter
a5ee37c526 Next development version (v3.2.7-SNAPSHOT) 2024-05-23 13:35:14 +02:00
Moritz Halbritter
dffdd6d67c Explicitly set SDKman's make-default to false 2024-05-23 11:06:27 +02:00
Moritz Halbritter
86c206a849 Merge branch '3.2.x' 2024-05-23 10:36:32 +02:00
Moritz Halbritter
f9c10f3115 Merge branch '3.1.x' into 3.2.x 2024-05-23 10:36:24 +02:00
Moritz Halbritter
6b0f8756d5 Next development version (v3.1.13-SNAPSHOT) 2024-05-23 10:35:50 +02:00
Andy Wilkinson
4517c43cc7 Remove Concourse CI configuration
Closes gh-40569
2024-05-22 19:20:14 +01:00
Andy Wilkinson
efda798efe Upgrade to Spring Framework 6.1.8
Closes gh-40830
2024-05-22 19:16:50 +01:00
Andy Wilkinson
062d9dc54f Upgrade to Spring Batch 5.1.2
Closes gh-40670
2024-05-22 19:16:49 +01:00
Andy Wilkinson
299f2100d6 Upgrade to Netty 4.1.110.Final
Closes gh-40880
2024-05-22 19:16:48 +01:00
Andy Wilkinson
aa513a61ed Upgrade to Byte Buddy 1.14.16
Closes gh-40879
2024-05-22 19:16:44 +01:00
Andy Wilkinson
5242139a95 Merge branch '3.2.x' 2024-05-22 19:15:01 +01:00
Andy Wilkinson
e77ffd819a Upgrade to Spring Framework 6.1.8
Closes gh-40828
2024-05-22 19:14:49 +01:00
Andy Wilkinson
477cdcae21 Upgrade to Spring Batch 5.1.2
Closes gh-40657
2024-05-22 19:14:48 +01:00
Andy Wilkinson
6ca3db067d Upgrade to Netty 4.1.110.Final
Closes gh-40878
2024-05-22 19:14:47 +01:00
Andy Wilkinson
0ffd7e6910 Upgrade to Byte Buddy 1.14.16
Closes gh-40877
2024-05-22 19:14:42 +01:00
Andy Wilkinson
39e36a3984 Merge branch '3.2.x' 2024-05-22 19:12:06 +01:00
Andy Wilkinson
9437ab96f4 Merge branch '3.1.x' into 3.2.x 2024-05-22 19:11:55 +01:00
Andy Wilkinson
5620994bf1 Upgrade to Spring Framework 6.0.21
Closes gh-40825
2024-05-22 19:11:43 +01:00
Andy Wilkinson
29dbc047ae Upgrade to Netty 4.1.110.Final
Closes gh-40876
2024-05-22 19:11:43 +01:00
Andy Wilkinson
cc67c537e6 Upgrade to Byte Buddy 1.14.16
Closes gh-40875
2024-05-22 19:11:38 +01:00
Andy Wilkinson
d05d0105db Merge branch '3.2.x' 2024-05-22 17:02:37 +01:00
Andy Wilkinson
35fb54a4d3 Polish deprecation notice 2024-05-22 17:02:29 +01:00
Scott Frederick
fccc4ec3b8 Merge branch '3.2.x'
Closes gh-40871
2024-05-22 08:36:35 -05:00
Scott Frederick
4e5cd2c2fd Fix default security options for bootBuildImage task
Fixes gh-39830
2024-05-22 07:56:15 -05:00
Moritz Halbritter
3858a33162 Merge branch '3.2.x'
Closes gh-40869
2024-05-22 13:49:35 +02:00
Moritz Halbritter
8392a7e47c Merge pull request #40493 from onobc
* pr/40493:
  Encode JSON string in Pulsar auth params

Closes gh-40493
2024-05-22 13:49:18 +02:00
Chris Bono
7a7bcd07da Encode JSON string in Pulsar auth params
The values in the `spring.pulsar.client.authentication.param`
config props map are not currently JSON encoded. For simple
values this is fine. However, some custom auth modules may
require more complex parameter values that may contain special
characters that results in invalid JSON. This commmit encodes
the parameter values using a very simple hand-rolled escape
function.

See gh-40493
2024-05-22 13:49:05 +02:00
Andy Wilkinson
da4c2db3a7 Ensure default mime mappings are applied
Fixes gh-40860
2024-05-22 12:19:31 +01:00
Andy Wilkinson
baf34c43f3 Upgrade to Hibernate 6.5.2.Final
Closes gh-40867
2024-05-22 10:36:01 +01:00
Moritz Halbritter
bd364a44c9 Merge pull request #40836 from PiyalAhmed
* pr/40836:
  Fix typo in Neo4jReactiveDataAutoConfiguration class

Closes gh-40836
2024-05-22 11:22:51 +02:00
Piyal Ahmed
21df3ff1de Fix typo in Neo4jReactiveDataAutoConfiguration class
See gh-40836
2024-05-22 11:22:46 +02:00
Andy Wilkinson
45481d7918 Upgrade to Spring Session 3.3.0
Closes gh-40679
2024-05-22 10:04:21 +01:00
Andy Wilkinson
a7a82980ce Upgrade to Spring Pulsar 1.1.0
Closes gh-40677
2024-05-22 10:04:20 +01:00
Andy Wilkinson
fdd4ee8fb2 Upgrade to Spring Integration 6.3.0
Closes gh-40675
2024-05-22 10:04:20 +01:00
Andy Wilkinson
949a5f0a3d Upgrade to Spring GraphQL 1.3.0
Closes gh-40673
2024-05-22 10:04:19 +01:00
Andy Wilkinson
067c7f3be4 Upgrade to Spring Authorization Server 1.3.0
Closes gh-40669
2024-05-22 10:04:19 +01:00
Andy Wilkinson
ddd11461c5 Upgrade to Infinispan 15.0.4.Final
Closes gh-40865
2024-05-22 10:04:18 +01:00
Andy Wilkinson
7bec440d03 Merge branch '3.2.x' 2024-05-22 09:58:37 +01:00