Stephane Nicoll
2147976c17
Do not fallback to embedded configuration if a datasource url is set
...
This commit makes sure that a fallback embedded datasource is not
created if no suitable connection pool is found and an url has been
explicitly registered.
This is consistent with EmbeddedDataSourceConfiguration as it is using
EmbeddedDatabaseBuilder behind the scenes and the latter does not
honour the configured URL anyway.
Closes gh-19192
2020-02-18 16:27:31 +01:00
Andy Wilkinson
c8907d46b4
Fix up-to-date checking of build info properties
...
Closes gh-20135
2020-02-14 11:56:19 +00:00
Stephane Nicoll
32c1dd45a9
Revert "Merge pull request #19926 from xak2000"
...
Closes gh-19926
2020-02-14 10:18:02 +01:00
Stephane Nicoll
41b054460b
Merge pull request #20157 from dreis2211
...
* pr/20157:
Upgrade CI to Docker 19.03.5
Closes gh-20157
2020-02-13 10:25:02 +01:00
dreis2211
e1f743a21b
Upgrade CI to Docker 19.03.5
...
See gh-20157
2020-02-13 10:24:33 +01:00
Madhura Bhave
97ac6c9de7
Polish
2020-02-11 19:41:54 -08:00
Madhura Bhave
8bce270445
Merge pull request #19202 from bono007
...
* pr/19202:
Polish "Verify ssl key alias on server startup"
Verify ssl key alias on server startup
Closes gh-19202
2020-02-11 17:09:05 -08:00
Madhura Bhave
ac91f14f05
Polish "Verify ssl key alias on server startup"
...
See gh-19202
2020-02-11 17:08:59 -08:00
cbono
e351605962
Verify ssl key alias on server startup
...
See gh-19202
2020-02-11 17:04:31 -08:00
Madhura Bhave
747eab020d
Update copyright of changed files
2020-02-11 14:57:17 -08:00
Madhura Bhave
3917968d2a
Merge pull request #18915 from schulzh
...
* pr/18915:
Polish contribution
Handle JSON keys containing a dot from CF environment as a single path segment
Closes gh-18915
2020-02-11 14:51:37 -08:00
Madhura Bhave
544dca7f1b
Polish contribution
...
Along with surrounding map keys with dot from VCAP_SERVICES with `[ ]`,
this commit also does that for non-alphanumeric and `-` characters so that
they are not stripped off later.
See gh-18915
2020-02-11 14:50:55 -08:00
Hans Schulz
6828a15d31
Handle JSON keys containing a dot from CF environment as a single path segment
...
See gh-18915
2020-02-11 14:50:04 -08:00
Stephane Nicoll
b0aba9ed67
Document how to register a blocking health contributor with reactive
...
Closes gh-19707
2020-02-11 14:22:16 +01:00
Stephane Nicoll
06e5b0e912
Upgrade CI to Artifactory Resource 0.0.11
...
Closes gh-19629
2020-02-11 13:59:37 +01:00
Stephane Nicoll
2a90c3dea4
Fix broken smoke test
...
See gh-19926
2020-02-11 13:32:31 +01:00
Stephane Nicoll
4c0c0aeb42
Merge pull request #19926 from xak2000
...
* pr/19926:
Polish "Remove unnecessary leading slash in changelog locations"
Remove unnecessary leading slash in changelog locations
Closes gh-19926
2020-02-11 10:29:50 +01:00
Stephane Nicoll
ec14e82312
Polish "Remove unnecessary leading slash in changelog locations"
...
See gh-19926
2020-02-11 10:29:34 +01:00
Ruslan Stelmachenko
5f7e1ac4f2
Remove unnecessary leading slash in changelog locations
...
See gh-19926
2020-02-11 10:14:49 +01:00
Andy Wilkinson
b6a408ae77
Upgrade to Spring Asciidoctor Extensions 0.4.0.RELEASE
...
Closes gh-20041
2020-02-05 14:04:14 +00: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
Stephane Nicoll
c8a5106cdf
Upgrade to spring-javaformat 0.0.20
...
This commit upgrades to spring javaformat 0.0.20 and Checkstyle 8.29.
This commit also upgrades to the Checkstyle maven plugin 3.1.0.
See gh-20011
2020-02-03 10:36:27 +01:00
Andy Wilkinson
140f5e7baf
Unwraper handler to find ContextHandler when logging context path
...
Previously, only the top-level handlers were examined to find the
ContextHandlers and log the context path. If those handlers had
been wrapped, this prevented the ContextHandlers from being found
and an empty string was always logged.
When finding the context path, this commit unwraps the handler held
by a HandlerWrapper until the ContextHandler is found.
Fixes gh-19969
2020-01-28 17:01:11 +00:00
Stephane Nicoll
f506559763
Merge pull request #19961 from dreis2211
...
* pr/19961:
Fix Gradle plugin documentation links
Closes gh-19961
2020-01-28 14:43:16 +01:00
dreis2211
db2bacc62a
Fix Gradle plugin documentation links
...
See gh-19961
2020-01-28 14:41:05 +01:00
Stephane Nicoll
5221c2bebf
Merge pull request #19944 from dreis2211
...
* pr/19944:
Replace deprecated Concourse resource for pull requests
Closes gh-19944
2020-01-28 14:24:09 +01:00
dreis2211
76975e497c
Replace deprecated Concourse resource for pull requests
...
See gh-19944
2020-01-28 14:23:53 +01:00
Stephane Nicoll
3a579ee87c
Merge pull request #19956 from natrem
...
* pr/19956:
Fix typo
Closes gh-19956
2020-01-28 11:12:48 +01:00
Pascal Verdage
930ec51968
Fix typo
...
See gh-19956
2020-01-28 11:12:21 +01:00
Stephane Nicoll
1fa093bce5
Merge pull request #19913 from dreis2211
...
* pr/19913:
Upgrade CI images to Ubuntu Bionic 20200112
Closes gh-19913
2020-01-26 08:34:47 +01:00
dreis2211
4205d980b7
Upgrade CI images to Ubuntu Bionic 20200112
...
See gh-19913
2020-01-26 08:34:14 +01:00
Stephane Nicoll
4bcd02a565
Merge pull request #19880 from izeye
...
* pr/19880:
Polish "Close TomcatMetrics on shutdown for cleanup"
Close TomcatMetrics on shutdown for cleanup
Closes gh-19880
2020-01-24 14:09:11 +01:00
Stephane Nicoll
7fd8cce465
Polish "Close TomcatMetrics on shutdown for cleanup"
...
See gh-19880
2020-01-24 14:07:53 +01:00
Johnny Lim
51dfd528bd
Close TomcatMetrics on shutdown for cleanup
...
See micrometer-metrics/micrometer#1424
See gh-19880
2020-01-24 14:04:13 +01:00
Stephane Nicoll
c3d0b9c43a
Upgrade to Micrometer 1.1.10
...
Closes gh-19639
2020-01-24 13:58:33 +01:00
Stephane Nicoll
c816b00a1a
Merge pull request #19855 from protyay
...
* pr/19855:
Polish "Encourage use of SpringBootApplication"
Encourage use of SpringBootApplication
Closes gh-19855
2020-01-23 09:51:50 +01:00
Stephane Nicoll
650e55c242
Polish "Encourage use of SpringBootApplication"
...
See gh-19855
2020-01-23 09:51:03 +01:00
protyay
3131616c5a
Encourage use of SpringBootApplication
...
See gh-19855
2020-01-23 09:40:30 +01:00
Stephane Nicoll
8dc3e74447
Upgrade Java 8 version in CI image
...
Closes gh-19857
2020-01-23 08:49:46 +01:00
Stephane Nicoll
34c263a828
Polish actuator dependencies and test resources
...
This commit removes references of cache infra following the move to
Micrometer. We no longer ships an infinispan specific binder so the
dependency has been removed as well.
Closes gh-19838
2020-01-21 14:20:28 +01:00
Andy Wilkinson
c85f19b75b
Revert "Add profiles directly to the application environment for tests"
...
This reverts commit 487b9cbf96
.
Fixes gh-19788
2020-01-20 15:01:09 +00:00
Stephane Nicoll
11efe172e9
Upgrade Java 11 version in CI image
...
Closes gh-19763
2020-01-20 11:25:10 +01:00
Andy Wilkinson
34ac3c5f7d
Upgrade to spring-javaformat 0.0.19
...
Closes gh-19710
2020-01-17 20:25:51 +00:00
Spring Buildmaster
3f05deb311
Next development version (v2.1.13.BUILD-SNAPSHOT)
2020-01-16 12:09:50 +00:00
Andy Wilkinson
8f209ced6d
Revert "Start building against Micrometer 1.1.10 snapshots"
...
The release did not happen in time for 2.1.12.
See gh-19649.
2020-01-16 09:13:09 +00:00
Andy Wilkinson
ebebe09a9d
Fix file handle leak in JarFileTests
...
The JarFile was not being closed which linked a file handle and caused
a test failure on Windows.
The local variable has been renamed as, when declared in a
try-with-resources, Checkstyle was confused by the shadowing of the
jarFile field and required references to jarFile within the try-block
the be prefixed with this.
See gh-19595
2020-01-15 20:43:54 +00:00
Andy Wilkinson
b982bbec37
Upgrade to Spring Kafka 2.2.12.RELEASE
...
Closes gh-19761
2020-01-15 19:40:29 +00:00
Andy Wilkinson
5c7bd33fed
Upgrade to Spring AMQP 2.1.13
...
Closes gh-19641
2020-01-15 19:38:48 +00:00