Commit Graph

27490 Commits

Author SHA1 Message Date
Stephane Nicoll
6e3636d5ff Merge branch '2.2.x'
Closes gh-20059
2020-02-07 14:29:27 +01:00
Stephane Nicoll
ab72237b1b Merge pull request #19002 from medamines1
* pr/19002:
  Polish "Make Kubernetes detection slightly more efficient"
  Make Kubernetes detection slightly more efficient

Closes gh-19002
2020-02-07 14:28:43 +01:00
Stephane Nicoll
ddb5cc3f99 Polish "Make Kubernetes detection slightly more efficient"
See gh-19002
2020-02-07 14:24:39 +01:00
med-amine.dahmen
aee22bfb51 Make Kubernetes detection slightly more efficient
See gh-19002
2020-02-07 13:45:50 +01:00
Madhura Bhave
eeab9233cc Merge branch '2.2.x'
Closes gh-20056
2020-02-06 17:45:19 -08:00
Madhura Bhave
37575d78bf Merge pull request #19999 from bono007
* pr/19999:
  Polish contribution
  Add 'uris', 'address' and 'addresses' to keys to sanitize.

Closes gh-19999
2020-02-06 17:41:02 -08:00
Madhura Bhave
acc453db4a Polish contribution
See gh-19999
2020-02-06 17:36:05 -08:00
cbono
badc83d368 Add 'uris', 'address' and 'addresses' to keys to sanitize.
See gh-19999
2020-02-06 17:23:23 -08:00
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.
2020-02-06 17:24:29 -06:00
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
2020-02-06 17:24:29 -06:00
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
2020-02-06 17:03:00 +01:00
Stephane Nicoll
f5d7e77550 Polish "Use Dropwizard metrics BOM to manage dependencies"
See gh-20032
2020-02-06 16:59:34 +01:00
dreis2211
68bff6705e Use Dropwizard metrics BOM to manage dependencies
See gh-20032
2020-02-06 16:58:39 +01:00
Stephane Nicoll
4b917c01ba Merge pull request #20035 from dreis2211
* pr/20035:
  Remove superfluous useJUnit()

Closes gh-20035
2020-02-06 16:55:17 +01:00
dreis2211
20251ccae4 Remove superfluous useJUnit()
See gh-20035
2020-02-06 16:54:51 +01:00
Stephane Nicoll
8204234e3d Merge pull request #20047 from dreis2211
* pr/20047:
  Set includeantruntime in Ant smoke tests

Closes gh-20047
2020-02-06 16:48:21 +01:00
dreis2211
c6ee121b03 Set includeantruntime in Ant smoke tests
See gh-20047
2020-02-06 16:47:44 +01:00
Stephane Nicoll
a863ef6314 Merge pull request #20049 from izeye
* pr/20049:
  Fix typo

Closes gh-20049
2020-02-06 16:44:38 +01:00
Johnny Lim
6818279751 Fix typo
See gh-20049
2020-02-06 16:39:25 +01:00
Stephane Nicoll
0083a59fe2 Merge pull request #20052 from scheerer
* pr/20052:
  Fix variable reference in maven-shade-plugin configuration

Closes gh-20052
2020-02-06 16:37:48 +01:00
Russell Scheerer
7f23b9dc16 Fix variable reference in maven-shade-plugin configuration
See gh-20052
2020-02-06 16:37:08 +01:00
Stephane Nicoll
2020460239 Merge pull request #20051 from dreis2211
* pr/20051:
  Add missing deployed plugin to modules

Closes gh-20051
2020-02-06 16:33:41 +01:00
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
2020-02-06 16:29:20 +01:00
Andy Wilkinson
7a9462bd37 Upgrade to Spring Security 5.3.0.RC1
Closes gh-20046
2020-02-05 20:54:31 +00:00
Andy Wilkinson
bc3ee5b232 Upgrade to RSocket 1.0.0-RC6
Closes gh-20048
2020-02-05 20:54:15 +00:00
Andy Wilkinson
ab512edb96 Upgrade to Spring Session Dragonfruit-M1
Closes gh-20045
2020-02-05 18:04:23 +00:00
Andy Wilkinson
243e42f6fd Upgrade to Artifactory Resource 0.0.11
Closes gh-20021
2020-02-05 16:26:49 +00:00
Andy Wilkinson
6abd4f0737 Upgrade to Gradle Enterprise Conventions Plugin 0.0.2
Closes gh-20034
2020-02-05 16:25:28 +00:00
Andy Wilkinson
5c2b28cb57 Merge branch '2.2.x'
Closes gh-20043
2020-02-05 14:10:04 +00:00
Andy Wilkinson
45fd60337d Merge branch '2.1.x' into 2.2.x
Closes gh-20042
2020-02-05 14:07:05 +00:00
Andy Wilkinson
b6a408ae77 Upgrade to Spring Asciidoctor Extensions 0.4.0.RELEASE
Closes gh-20041
2020-02-05 14:04:14 +00:00
Madhura Bhave
9382cd4db1 Polish wildcard location documentation 2020-02-04 19:44:56 -08:00
Madhura Bhave
3f9d0058ad Document new Docker-related features
Closes gh-19868
2020-02-04 18:36:39 -08:00
Scott Frederick
56c5a3de6d Disambiguate a class in RabbitMQ CLI sample
Fixes gh-20003
2020-02-04 14:23:42 -06:00
Andy Wilkinson
ea5dfdec92 Switch to latest snapshots of the GE conventions plugin
See gh-20034
2020-02-04 20:03:22 +00:00
Andy Wilkinson
35991d5eab Adopt Gradle Enterprise Conventions Plugin
Closes gh-20033
2020-02-04 11:24:40 +00:00
Stephane Nicoll
1c87325420 Merge branch '2.2.x' 2020-02-04 10:19:22 +01:00
Stephane Nicoll
d85bdfb23c Fix checkstyle violation 2020-02-04 10:19:01 +01:00
Stephane Nicoll
9aef2bde77 Merge branch '2.2.x'
Closes gh-20030
2020-02-04 10:09:11 +01:00
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
2020-02-04 10:08:28 +01:00
Stephane Nicoll
10643b7702 Polish "Stop time web metrics when autotime is disabled"
See gh-19981
2020-02-04 10:03:08 +01:00
babjo
e323e05eea Stop time web metrics when autotime is disabled
See gh-19981
2020-02-04 09:50:49 +01:00
Stephane Nicoll
6213ff6aab Merge branch '2.2.x'
Closes gh-20029
2020-02-04 09:20:16 +01:00
Stephane Nicoll
fa239a0628 Merge branch '2.1.x' into 2.2.x
Closes gh-20028
2020-02-04 09:18:22 +01:00
Stephane Nicoll
29fb2a3fd2 Merge pull request #19901 from nosan
* pr/19901:
  Polish contribution
  Handle message of @ResponseStatus-annotated exception with WebFlux

Closes gh-19901
2020-02-04 09:04:51 +01:00
Stephane Nicoll
12b644d73c Polish contribution
See gh-19901
2020-02-04 09:03:55 +01:00
Dmytro Nosan
aead3a7c44 Handle message of @ResponseStatus-annotated exception with WebFlux
See gh-19901
2020-02-04 09:03:45 +01:00
Madhura Bhave
0a377647ca Import OAuth2 auto-configurations in web slice tests
Fixes gh-19823
2020-02-03 18:03:52 -08:00
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.
2020-02-03 17:07:56 -06:00
Madhura Bhave
e64a145ef0 Add support for wildcard locations for properties and YAML files
Closes gh-19909
2020-02-03 13:01:01 -08:00