Madhura Bhave
acc453db4a
Polish contribution
...
See gh-19999
5 years ago
cbono
badc83d368
Add 'uris', 'address' and 'addresses' to keys to sanitize.
...
See gh-19999
5 years ago
Scott Frederick
12c640e133
Upgrade default image builder version
...
This commit upgrades the default CNB builder image from
cloudfoundry/cnb:0.0.43-bionic to cloudfoundry/cnb:0.0.53-bionic.
It also adds integration tests for the Maven and Gradle plugins
to verify both versions are supported.
5 years ago
Scott Frederick
d07062652e
Add support for CNB platform API v0.2
...
Cloud Native Buildpacks platform API version 0.2 introduced
two breaking changes: the order of invoking the restore and analyze
phases was reversed, and the cache phase was removed in favor of
distributing caching across other phases.
This commit adds support for Cloud Native Buildpacks builders that
implement platform API version 0.2, while maintaining compatibility
with builders that implement Lifecycle version platform API
version 0.1.
Closes gh-19829
5 years ago
Stephane Nicoll
4add9632de
Merge pull request #20032 from dreis2211
...
* pr/20032:
Polish "Use Dropwizard metrics BOM to manage dependencies"
Use Dropwizard metrics BOM to manage dependencies
Closes gh-20032
5 years ago
Stephane Nicoll
f5d7e77550
Polish "Use Dropwizard metrics BOM to manage dependencies"
...
See gh-20032
5 years ago
dreis2211
68bff6705e
Use Dropwizard metrics BOM to manage dependencies
...
See gh-20032
5 years ago
Stephane Nicoll
4b917c01ba
Merge pull request #20035 from dreis2211
...
* pr/20035:
Remove superfluous useJUnit()
Closes gh-20035
5 years ago
dreis2211
20251ccae4
Remove superfluous useJUnit()
...
See gh-20035
5 years ago
Stephane Nicoll
8204234e3d
Merge pull request #20047 from dreis2211
...
* pr/20047:
Set includeantruntime in Ant smoke tests
Closes gh-20047
5 years ago
dreis2211
c6ee121b03
Set includeantruntime in Ant smoke tests
...
See gh-20047
5 years ago
Stephane Nicoll
a863ef6314
Merge pull request #20049 from izeye
...
* pr/20049:
Fix typo
Closes gh-20049
5 years ago
Johnny Lim
6818279751
Fix typo
...
See gh-20049
5 years ago
Stephane Nicoll
0083a59fe2
Merge pull request #20052 from scheerer
...
* pr/20052:
Fix variable reference in maven-shade-plugin configuration
Closes gh-20052
5 years ago
Russell Scheerer
7f23b9dc16
Fix variable reference in maven-shade-plugin configuration
...
See gh-20052
5 years ago
Stephane Nicoll
2020460239
Merge pull request #20051 from dreis2211
...
* pr/20051:
Add missing deployed plugin to modules
Closes gh-20051
5 years ago
dreis2211
268f696d19
Add missing deployed plugin to modules
...
This commit registers 'org.springframework.boot.deployed' to
spring-boot-configuration-metadata and spring-boot-properties-migrator
to make sure they are deployed as expected.
See gh-20051
5 years ago
Andy Wilkinson
7a9462bd37
Upgrade to Spring Security 5.3.0.RC1
...
Closes gh-20046
5 years ago
Andy Wilkinson
bc3ee5b232
Upgrade to RSocket 1.0.0-RC6
...
Closes gh-20048
5 years ago
Andy Wilkinson
ab512edb96
Upgrade to Spring Session Dragonfruit-M1
...
Closes gh-20045
5 years ago
Andy Wilkinson
243e42f6fd
Upgrade to Artifactory Resource 0.0.11
...
Closes gh-20021
5 years ago
Andy Wilkinson
6abd4f0737
Upgrade to Gradle Enterprise Conventions Plugin 0.0.2
...
Closes gh-20034
5 years ago
Andy Wilkinson
5c2b28cb57
Merge branch '2.2.x'
...
Closes gh-20043
5 years ago
Andy Wilkinson
45fd60337d
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20042
5 years ago
Andy Wilkinson
b6a408ae77
Upgrade to Spring Asciidoctor Extensions 0.4.0.RELEASE
...
Closes gh-20041
5 years ago
Madhura Bhave
9382cd4db1
Polish wildcard location documentation
5 years ago
Madhura Bhave
3f9d0058ad
Document new Docker-related features
...
Closes gh-19868
5 years ago
Scott Frederick
56c5a3de6d
Disambiguate a class in RabbitMQ CLI sample
...
Fixes gh-20003
5 years ago
Andy Wilkinson
ea5dfdec92
Switch to latest snapshots of the GE conventions plugin
...
See gh-20034
5 years ago
Andy Wilkinson
35991d5eab
Adopt Gradle Enterprise Conventions Plugin
...
Closes gh-20033
5 years ago
Stephane Nicoll
1c87325420
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
d85bdfb23c
Fix checkstyle violation
5 years ago
Stephane Nicoll
9aef2bde77
Merge branch '2.2.x'
...
Closes gh-20030
5 years ago
Stephane Nicoll
68acc41295
Merge pull request #19981 from babjo
...
* pr/19981:
Polish "Stop time web metrics when autotime is disabled"
Stop time web metrics when autotime is disabled
Closes gh-19981
5 years ago
Stephane Nicoll
10643b7702
Polish "Stop time web metrics when autotime is disabled"
...
See gh-19981
5 years ago
babjo
e323e05eea
Stop time web metrics when autotime is disabled
...
See gh-19981
5 years ago
Stephane Nicoll
6213ff6aab
Merge branch '2.2.x'
...
Closes gh-20029
5 years ago
Stephane Nicoll
fa239a0628
Merge branch '2.1.x' into 2.2.x
...
Closes gh-20028
5 years ago
Stephane Nicoll
29fb2a3fd2
Merge pull request #19901 from nosan
...
* pr/19901:
Polish contribution
Handle message of @ResponseStatus-annotated exception with WebFlux
Closes gh-19901
5 years ago
Stephane Nicoll
12b644d73c
Polish contribution
...
See gh-19901
5 years ago
Dmytro Nosan
aead3a7c44
Handle message of @ResponseStatus-annotated exception with WebFlux
...
See gh-19901
5 years ago
Madhura Bhave
0a377647ca
Import OAuth2 auto-configurations in web slice tests
...
Fixes gh-19823
5 years ago
Scott Frederick
60f5bb1636
Remove health actuator code deprecated in 2.2
...
This partially re-applies the deprecation removal from commit
df1837a16b
,
without removing CompositeHealthIndicator, HealthAggregator, and related
configuration that is required by Spring Cloud.
5 years ago
Madhura Bhave
e64a145ef0
Add support for wildcard locations for properties and YAML files
...
Closes gh-19909
5 years ago
Scott Frederick
de1a26cf35
Revert "Remove deprecated HealthIndicator and HealthAggregator 2.2 code"
...
This reverts commit df1837a16b
.
5 years ago
Stephane Nicoll
256dee6a56
Merge pull request #19978 from dreis2211
...
* pr/19978:
Update copyright year of changed files
Polish buildSrc
Closes gh-19978
5 years ago
Stephane Nicoll
e9339becb1
Update copyright year of changed files
...
See gh-19978
5 years ago
dreis2211
070de944ff
Polish buildSrc
...
See gh-19978
5 years ago
Stephane Nicoll
bed8ff68e3
Merge pull request #20020 from izeye
...
* pr/20020:
Update copyright year of changed files
Polish
Closes gh-20020
5 years ago
Stephane Nicoll
b5e23e7405
Update copyright year of changed files
...
See gh-20020
5 years ago