Andy Wilkinson
ce7210c4f0
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22563
4 years ago
Andy Wilkinson
ebfa26e3ac
Merge pull request #22555 from runningcode
...
* gh-22555:
Polish "Add generated-snippets as output to test goal"
Add generated-snippets as output to test goal
Closes gh-22555
4 years ago
Andy Wilkinson
d1ea5befea
Polish "Add generated-snippets as output to test goal"
...
See gh-22555
4 years ago
Nelson Osacky
585aed8f8f
Add generated-snippets as output to test goal
...
The generated snippets were not declared as an output to the
`spring-boot-actuator-autoconfigure` test goal so when the test was
pulled from the cache, it did not contain the `generated-snippets`
directory. This directory is required as an input to the Asciidoctor
plugin.
See gh-22555
4 years ago
Stephane Nicoll
71fbd794fa
Merge pull request #22549 from izeye
...
* pr/22549:
Polish
Closes gh-22549
4 years ago
izeye
6eba7c5f10
Polish
...
See gh-22549
4 years ago
Stephane Nicoll
42155321cb
Merge branch '2.3.x'
...
Closes gh-22561
4 years ago
Stephane Nicoll
7ed54bda96
Fix typo for management.health.readinessstate.enabled
...
Closes gh-22560
4 years ago
Andy Wilkinson
a1bfe217c9
Merge branch '2.3.x'
4 years ago
Spring Buildmaster
90809f266e
Next development version (v2.3.3.BUILD-SNAPSHOT)
4 years ago
Andy Wilkinson
120db242a0
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
2e1366f61f
Make spring-boot-dependencies available when building test app
4 years ago
Andy Wilkinson
e712d9a662
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
98115239b3
Only create effective bom artifact when needed
...
Closes gh-22143
4 years ago
Andy Wilkinson
d7c5956a7a
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
63cac4bedd
Upgrade to Micrometer 1.5.3
...
Closes gh-22553
4 years ago
Andy Wilkinson
71f48e38c4
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
fb34fd31e9
Upgrade to Micrometer 1.5.3
...
Closes gh-22553
4 years ago
Stephane Nicoll
db462c4a03
Merge pull request #21658 from bono007
...
* pr/21658:
Polish "Disable metrics export in integration tests"
Disable metrics export in integration tests
Closes gh-21658
4 years ago
Stephane Nicoll
3530ac9b0c
Polish "Disable metrics export in integration tests"
...
See gh-21658
4 years ago
bono007
b1830da0da
Disable metrics export in integration tests
...
This commit introduces a new property to globally disable metrics
export. In integration tests, this property is automatically set to
disable everything but in-memory metrics.
This commit also introduces a `@AutoConfigureMetrics` annotation that
can be used for integration tests that require metrics export to operate
as they would in an application.
See gh-21658
4 years ago
Andy Wilkinson
9242ef430a
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
1a43cd1c8e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22551
4 years ago
Andy Wilkinson
843a618c83
Merge pull request #22550 from runningcode
...
* gh-22550:
Disable extra scans for full profile.
Closes gh-22550
4 years ago
Nelson Osacky
0494007893
Disable extra scans for full profile.
...
The extra scans were not disabled for the full profile, only the
regular profile.
See gh-22550
4 years ago
Andy Wilkinson
c05b9750b6
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
051d3f2a2e
Merge branch '2.1.x' into 2.2.x
4 years ago
Andy Wilkinson
6215052c5b
Polish integration of Gradle Enterprise in CI builds
4 years ago
Andy Wilkinson
ff0aa6c2c8
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
afa14efa46
Merge branch '2.1.x' into 2.2.x
4 years ago
Andy Wilkinson
f1019e82ab
Polish integration of Gradle Enterprise in CI builds
4 years ago
Andy Wilkinson
14620cac7c
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
85294a9a74
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
2f45bc085f
Merge branch '2.1.x' into 2.2.x
4 years ago
Andy Wilkinson
d435c19ab8
Align gradle-enterprise-maven-extension versions
4 years ago
Stephane Nicoll
6b96a8de7f
Merge pull request #22535 from dreis2211
...
* pr/22535:
Polish
Closes gh-22535
4 years ago
dreis2211
923474fa48
Polish
...
See gh-22535
4 years ago
Andy Wilkinson
35a011d906
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
23abedc1b0
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
f4508b4059
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22547
4 years ago
Andy Wilkinson
7d825cebbc
Merge pull request #22089 from runningcode
...
* gh-22089:
Polish "Add Gradle Enterprise Extension"
Add Gradle Enterprise Extension
Closes gh-22089
4 years ago
Andy Wilkinson
60ff87155f
Polish "Add Gradle Enterprise Extension"
...
See gh-22089
4 years ago
Nelson Osacky
e41a53cf85
Add Gradle Enterprise Extension
...
This adds build caching and build scans.
The changes required disabling scans when using the maven invoker
plugin in order to not cause duplicate build scans when invoking other
maven builds. There is also an empty `.mvn` folder in the
spring-boot-starters project to prevent duplicate build scans as well
since there is no way to pass properties to the maven-javadoc-plugin.
The checkstyle plugin was causing a cache miss with the
`propertyExpansion` because it contains an absolute path. The absolute
path is now ignored and instead the files are added as inputs to the
checkstyle plugin. This only enables the local build cache. The remote
cache is not yet enabled.
On my local machine:
./mvnw clean install build times go from about 30 minutes to about 10 minutes.
./mvnw clean install -Pfull build times go from about 60 minutes to about 13 minutes.
See gh-22089
4 years ago
Stephane Nicoll
4e14f2a9ff
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
bcf62004f9
Merge branch '2.2.x' into 2.3.x
4 years ago
Andy Wilkinson
793d266b7e
Merge branch '2.3.x'
...
Closes gh-22546
4 years ago
Andy Wilkinson
c605a6e34b
Override other variant of registerBeanDefintions
...
Fixes gh-22480
4 years ago
Spring Buildmaster
652712b5eb
Next development version (v2.2.10.BUILD-SNAPSHOT)
4 years ago
Andy Wilkinson
51eeec7122
Merge pull request #22544 from dsyer
...
* gh-22544:
Restore missing EnvironmentPostProcessors
Closes gh-22544
4 years ago
Dave Syer
48f49f2120
Restore missing EnvironmentPostProcessors
...
See gh-22544
4 years ago