Andy Wilkinson
27854c4769
Merge branch '3.2.x' into 3.3.x
2024-10-09 10:19:56 +01:00
Andy Wilkinson
c678d38630
Start building against Spring Session 3.2.6 snapshots
...
See gh-42542
2024-10-09 09:42:53 +01:00
Andy Wilkinson
ff44b3dd76
Start building against Spring Security 6.2.7 snapshots
...
See gh-42541
2024-10-09 09:42:48 +01:00
Andy Wilkinson
96d8ae540f
Start building against Spring Retry 2.0.10 snapshots
...
See gh-42540
2024-10-09 09:42:43 +01:00
Andy Wilkinson
526c84d794
Start building against Spring Pulsar 1.0.11 snapshots
...
See gh-42539
2024-10-09 09:42:39 +01:00
Andy Wilkinson
1168d3ad0e
Start building against Spring LDAP 3.2.7 snapshots
...
See gh-42538
2024-10-09 09:42:34 +01:00
Andy Wilkinson
d2c215c67d
Start building against Spring Integration 6.2.10 snapshots
...
See gh-42537
2024-10-09 09:42:29 +01:00
Andy Wilkinson
1dbd3bac06
Start building against Spring Framework 6.1.14 snapshots
...
See gh-42536
2024-10-09 09:42:24 +01:00
Andy Wilkinson
a6c94dc723
Start building against Spring Data Bom 2023.1.11 snapshots
...
See gh-42535
2024-10-09 09:42:19 +01:00
Andy Wilkinson
bed5c20d5c
Start building against Spring Authorization Server 1.2.7 snapshots
...
See gh-42534
2024-10-09 09:42:15 +01:00
Andy Wilkinson
ea2dda59c1
Start building against Reactor Bom 2023.0.11 snapshots
...
See gh-42533
2024-10-09 09:42:10 +01:00
Andy Wilkinson
17ab87822b
Start building against Micrometer Tracing 1.2.11 snapshots
...
See gh-42532
2024-10-09 09:42:05 +01:00
Andy Wilkinson
87028e4971
Start building against Micrometer 1.12.11 snapshots
...
See gh-42531
2024-10-09 09:42:00 +01:00
Andy Wilkinson
1de35dd817
Merge branch '3.2.x' into 3.3.x
2024-10-09 09:36:01 +01:00
Andy Wilkinson
7082c81167
Reinstate Maven Central as a source for dependency upgrades
...
See gh-42333
2024-10-09 09:35:29 +01:00
Andy Wilkinson
09400df47b
Make URL creation more robust in Bomr's version resolver
...
Using URI#resolve is brittle as the behavior changes depending on
whether or not the URI ends with a /. This can result in the
original URI's path being lost and the URLs for the Maven metadata
files being incorrect.
See gh-42333
2024-10-09 09:21:09 +01:00
Andy Wilkinson
6209aef319
Order alphabetically the sections in Common Application Properties
...
Closes gh-42520
2024-10-07 14:17:55 +01:00
Stéphane Nicoll
ee564b82ec
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42517
2024-10-07 11:39:19 +02:00
Stéphane Nicoll
dbc4fae9fe
Remove unnecessary configuration
...
This commit removes the repository configuration as it default to where
the action is ran.
Closes gh-42516
2024-10-07 11:38:10 +02:00
Stéphane Nicoll
8d62c023dd
Polish "Apply conventions to existing Actions and Workflows"
...
See gh-42512
2024-10-07 07:47:35 +02:00
Stéphane Nicoll
7c0818e181
Merge branch '3.2.x' into 3.3.x
2024-10-07 07:44:55 +02:00
Stéphane Nicoll
425a234eb5
Polish "Apply conventions to existing Actions and Workflows"
...
See gh-42512
2024-10-07 07:44:26 +02:00
Stéphane Nicoll
ae677d4ddc
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42513
2024-10-04 15:25:21 +02:00
Stéphane Nicoll
20b3e6120d
Apply conventions to existing Actions and Workflows
...
This commit applies the conventions that we documented on our wiki, see
https://github.com/spring-projects/spring-boot/wiki/GitHub-Actions .
In no particular order this:
* Use consistent single quotes for descriptions
* Order elements in a predictable order. In particular, inputs, outputs,
and environment variables are ordered alphabetically
Closes gh-42512
2024-10-04 15:18:18 +02:00
Andy Wilkinson
7b4cd03066
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42505
2024-10-03 10:18:17 +01:00
Andy Wilkinson
2328c1fe80
Improve javadoc for when bean type to match is inferred
...
Closes gh-42504
2024-10-03 10:16:27 +01:00
Andy Wilkinson
93e5b3a0ff
Deprecate ControllerEndpointHandlerMapping for MVC and WebFlux
...
Closes gh-42498
2024-10-02 13:46:57 +01:00
Phillip Webb
9ece00bda4
Merge branch '3.2.x' into 3.3.x
2024-10-01 17:50:21 -07:00
Phillip Webb
c88a2dc116
Attempt to fix ant smoke test
...
See gh-42333
2024-10-01 17:49:24 -07:00
Phillip Webb
9f34899454
Merge branch '3.2.x' into 3.3.x
2024-10-01 17:20:10 -07:00
Phillip Webb
d342eefa27
Use Sync task rather than Copy
...
See gh-42333
2024-10-01 17:19:52 -07:00
Phillip Webb
85ec3b1728
Merge branch '3.2.x' into 3.3.x
2024-10-01 16:57:00 -07:00
Phillip Webb
e5b03a7741
Second attempt to fix spring-boot-smoke-test-ant
...
Fix error introduced in commit d44e7c9af2
See gh-42333
2024-10-01 16:56:37 -07:00
Phillip Webb
212e67b1cb
Merge branch '3.2.x' into 3.3.x
2024-10-01 16:26:32 -07:00
Phillip Webb
1dce2cd62e
Fix spring-boot-smoke-test-ant
...
Fix error introduced in commit d44e7c9af2
See gh-42333
2024-10-01 16:25:50 -07:00
Phillip Webb
4f0f50ad42
Merge branch '3.2.x' into 3.3.x
2024-10-01 15:43:53 -07:00
Phillip Webb
707d858a08
Attempt to fix distribute conditions
...
See gh-42333
2024-10-01 15:43:34 -07:00
Phillip Webb
2aa87ea69f
Merge branch '3.2.x' into 3.3.x
2024-10-01 15:35:01 -07:00
Phillip Webb
5b71d94d5b
Attempt to fix send-notification 'uses'
...
See gh-42333
2024-10-01 15:34:32 -07:00
Phillip Webb
72d2dfb586
Merge branch '3.2.x' into 3.3.x
2024-10-01 15:27:50 -07:00
Phillip Webb
c3b8337638
Unify commercial and OSS workflows
...
See gh-42333
2024-10-01 15:27:07 -07:00
Phillip Webb
f069c56738
Merge branch '3.2.x' into 3.3.x
2024-10-01 13:52:06 -07:00
Phillip Webb
ab6d5576a7
Fix typo
...
See gh-42333
2024-10-01 13:51:44 -07:00
Phillip Webb
03d795f9bc
Add commercial repository references to CI
...
See gh-42333
2024-10-01 13:51:11 -07:00
Phillip Webb
2f9fbc6b70
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42493
2024-10-01 12:20:32 -07:00
Andy Wilkinson
4b54e48789
Upgrade to Develocity Conventions 0.0.22
...
Closes gh-42492
2024-10-01 12:20:03 -07:00
Andy Wilkinson
26d3b845c5
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42490
2024-10-01 17:22:11 +01:00
Andy Wilkinson
95665a4b28
Fall back to connection details when configuring Rabbit Streams
...
Closes gh-42489
2024-10-01 17:20:49 +01:00
Phillip Webb
ec615f631c
Merge branch '3.2.x' into 3.3.x
2024-09-30 16:03:30 -07:00
Phillip Webb
05b4edfd2c
Use `ifeval` block for Commercial/OSS documentation
...
See gh-42333
2024-09-30 15:56:40 -07:00