Phillip Webb
fa92b96bfd
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
f7d7d16ecd
Polish logger naming
2 years ago
Phillip Webb
b4fc218aaa
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
72de717d2a
Skip Homebrew formula creation for non OSS build
...
See gh-42333
2 years ago
Phillip Webb
58968f2862
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
89ce26bf26
Skip SCM and IssueManagement POM configuration for non OSS builds
...
See gh-42333
2 years ago
Stéphane Nicoll
c8d3e07eec
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42476
2 years ago
Stéphane Nicoll
ab968494e6
Document how to handle the manifest in a native image with Maven
...
Closes gh-42412
2 years ago
Stéphane Nicoll
da1edd3833
Merge pull request #42467 from ngocnhan-tran1996
...
* pr/42467:
Fix links to Micrometer reference doc
Closes gh-42467
2 years ago
Tran Ngoc Nhan
44848aa88d
Fix links to Micrometer reference doc
...
See gh-42467
2 years ago
Phillip Webb
3b8ae47096
Merge branch '3.2.x' into 3.3.x
2 years ago
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
2 years ago
Phillip Webb
7d8507d186
Polish
2 years ago
Phillip Webb
d54f427323
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
0ac06696f7
Be defensive when accessing properties in SpringRepositorySupport.groovy
...
See gh-42333
2 years ago
Phillip Webb
e086439e51
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
c347ccaa76
Attempt to fix system tests following repository updates
...
See gh-42333
2 years ago
Phillip Webb
055064f16b
Merge branch '3.2.x' into 3.3.x
2 years ago
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
2 years ago
Andy Wilkinson
294b9e3911
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42464
2 years ago
Andy Wilkinson
df73191cb0
Update secret used to authenticate with Develocity
...
Closes gh-42404
2 years ago
Phillip Webb
8ffd54e449
Merge branch '3.2.x' into 3.3.x
2 years ago
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
2 years ago
Moritz Halbritter
2ba2bd9716
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42454
2 years ago
Moritz Halbritter
bc046ba7f8
Merge pull request #42445 from ngocnhan-tran1996
...
* pr/42445:
Polish documentation
Closes gh-42445
2 years ago
Tran Ngoc Nhan
db9cb54ce0
Polish documentation
...
See gh-42445
2 years ago
Moritz Halbritter
003b182d95
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42446
2 years ago
Moritz Halbritter
02335a681b
Merge pull request #42442 from quaff
...
* pr/42442:
Remove duplicated dependency
Closes gh-42442
2 years ago
Yanming Zhou
72d68a2cb8
Remove duplicated dependency
...
See gh-42442
2 years ago
Phillip Webb
8dc2d120b4
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
cd2aa2b97d
Use toolchains for Java 21
...
See gh-42433
2 years ago
Phillip Webb
3c079da725
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
1d3fff402f
Fix checkstyle tool version reference
2 years ago
Phillip Webb
21f6801368
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
68aed50615
Use toolchains for Java 22
...
See gh-42433
2 years ago
Phillip Webb
100bedc07d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42440
2 years ago
Phillip Webb
ad72411e2b
Apply conventions plugin to all subprojects
...
Closes gh-42438
2 years ago
Phillip Webb
de2e5eeb22
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
54c3ccb4df
Fix checkstyle violations in testng smoke test
...
Add conventions plugin and fix surfaced checkstyle errors.
2 years ago
Phillip Webb
e210444c68
Fix `KotlinConventions` merge error
...
See gh-42433
2 years ago
Phillip Webb
7ec5db8332
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42436
2 years ago
Phillip Webb
54df1edf8c
Upgrade to Gradle 8.10.2
...
Closes gh-42435
2 years ago
Phillip Webb
72f379a5b2
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42434
2 years ago
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
2 years ago
Phillip Webb
689a61e4f5
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
23ddad1ebd
Propagate `gradle.properties` to `buildSrc`
...
Update `buildSrc` so that properties frok the root `gradle.properties`
file are available.
See gh-42333
2 years ago
Andy Wilkinson
9c6a744fc9
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42421
2 years ago
Andy Wilkinson
2aea7caf36
Remove use of reflection in Artemis connection factory creation
...
Fixes gh-42414
2 years ago
Phillip Webb
bc20582a22
Merge pull request #42406 from izeye
...
* pr/42406:
Add Javadoc `@Since` for new `PrometheusScrapeEndpoint` constructor
Closes gh-42406
2 years ago
Johnny Lim
a0dc929e6c
Add Javadoc `@Since` for new `PrometheusScrapeEndpoint` constructor
...
See gh-42406
2 years ago