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
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
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
425a234eb5
Polish "Apply conventions to existing Actions and Workflows"
...
See gh-42512
2024-10-07 07:44:26 +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
2328c1fe80
Improve javadoc for when bean type to match is inferred
...
Closes gh-42504
2024-10-03 10:16:27 +01:00
Phillip Webb
c88a2dc116
Attempt to fix ant smoke test
...
See gh-42333
2024-10-01 17:49:24 -07:00
Phillip Webb
d342eefa27
Use Sync task rather than Copy
...
See gh-42333
2024-10-01 17:19:52 -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
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
707d858a08
Attempt to fix distribute conditions
...
See gh-42333
2024-10-01 15:43:34 -07:00
Phillip Webb
5b71d94d5b
Attempt to fix send-notification 'uses'
...
See gh-42333
2024-10-01 15:34:32 -07:00
Phillip Webb
c3b8337638
Unify commercial and OSS workflows
...
See gh-42333
2024-10-01 15:27:07 -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
Andy Wilkinson
4b54e48789
Upgrade to Develocity Conventions 0.0.22
...
Closes gh-42492
2024-10-01 12:20:03 -07: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
05b4edfd2c
Use ifeval block for Commercial/OSS documentation
...
See gh-42333
2024-09-30 15:56:40 -07:00
Phillip Webb
7f8fe4251d
Fix SpringRepositorySupport environment support
...
See gh-42333
2024-09-30 15:15:55 -07:00
Phillip Webb
f7d7d16ecd
Polish logger naming
2024-09-30 11:44:28 -07:00
Phillip Webb
72de717d2a
Skip Homebrew formula creation for non OSS build
...
See gh-42333
2024-09-30 11:42:16 -07:00
Phillip Webb
89ce26bf26
Skip SCM and IssueManagement POM configuration for non OSS builds
...
See gh-42333
2024-09-30 11:30:56 -07:00
Stéphane Nicoll
ab968494e6
Document how to handle the manifest in a native image with Maven
...
Closes gh-42412
2024-09-30 10:55:58 +02:00
Phillip Webb
d44e7c9af2
Dynamically populate repositories used in Ant/Maven integration tests
...
Update build scripts and tests so that repository settings are copied
dynamically from the build.
See gh-42333
2024-09-27 17:33:00 -07:00
Phillip Webb
7d8507d186
Polish
2024-09-27 17:31:24 -07:00
Phillip Webb
0ac06696f7
Be defensive when accessing properties in SpringRepositorySupport.groovy
...
See gh-42333
2024-09-27 13:18:51 -07:00
Phillip Webb
c347ccaa76
Attempt to fix system tests following repository updates
...
See gh-42333
2024-09-27 12:17:29 -07:00
Phillip Webb
9836011ffd
Create extension to configure Spring maven repositories
...
Create a small Groovy script that can be used in `settings.gradle`
files to extend `repositories` to support the various maven
repositories required for our build.
See gh-42333
2024-09-27 10:30:20 -07:00
Andy Wilkinson
df73191cb0
Update secret used to authenticate with Develocity
...
Closes gh-42404
2024-09-27 08:34:21 +01:00
Phillip Webb
4e02c438e4
Update BOMR to use repository names rather than SpringRepository
...
Update BOMR to use repositories names so that we can delete the
`SpringRepository` logic.
See gh-42333
2024-09-26 20:42:38 -07:00
Moritz Halbritter
bc046ba7f8
Merge pull request #42445 from ngocnhan-tran1996
...
* pr/42445:
Polish documentation
Closes gh-42445
2024-09-26 13:59:07 +02:00
Tran Ngoc Nhan
db9cb54ce0
Polish documentation
...
See gh-42445
2024-09-26 13:58:32 +02:00
Moritz Halbritter
02335a681b
Merge pull request #42442 from quaff
...
* pr/42442:
Remove duplicated dependency
Closes gh-42442
2024-09-25 13:56:23 +02:00
Yanming Zhou
72d68a2cb8
Remove duplicated dependency
...
See gh-42442
2024-09-25 13:56:01 +02:00
Phillip Webb
cd2aa2b97d
Use toolchains for Java 21
...
See gh-42433
2024-09-24 18:25:59 -07:00
Phillip Webb
1d3fff402f
Fix checkstyle tool version reference
2024-09-24 16:48:52 -07:00
Phillip Webb
68aed50615
Use toolchains for Java 22
...
See gh-42433
2024-09-24 15:24:22 -07:00
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
2024-09-24 14:26:32 -07:00
Phillip Webb
54c3ccb4df
Fix checkstyle violations in testng smoke test
...
Add conventions plugin and fix surfaced checkstyle errors.
2024-09-24 13:51:16 -07:00
Phillip Webb
54df1edf8c
Upgrade to Gradle 8.10.2
...
Closes gh-42435
2024-09-24 13:22:44 -07:00
Phillip Webb
eafe61c4ca
Backport upgrade to Gradle 8.10.1
...
Cherry-pick commits d756bf4e86 , 083ac67d13 and 162c929a80 to
upgrade to Gradle 8.10.1.
Closes gh-42433
2024-09-24 12:55:29 -07:00
Phillip Webb
23ddad1ebd
Propagate gradle.properties to buildSrc
...
Update `buildSrc` so that properties frok the root `gradle.properties`
file are available.
See gh-42333
2024-09-23 21:59:39 -07:00
Andy Wilkinson
2aea7caf36
Remove use of reflection in Artemis connection factory creation
...
Fixes gh-42414
2024-09-23 14:08:35 +01:00
Phillip Webb
0781e71e5e
Merge pull request #42413 from arefbehboudi
...
* pr/42413:
Polish
Closes gh-42413
2024-09-22 17:47:13 -07:00
arefbehboudi
0d3fceec5d
Polish
...
See gh-42413
2024-09-22 17:45:59 -07:00
Phillip Webb
19d9e3b6cc
Update BOM plugin to support commercial releases
...
See gh-42333
2024-09-20 17:33:46 -07:00
Phillip Webb
80b1944878
Update changelog-generator for commercial builds
...
See gh-42333
2024-09-20 16:10:33 -07:00