Stephane Nicoll
06e5b0e912
Upgrade CI to Artifactory Resource 0.0.11
...
Closes gh-19629
5 years ago
Stephane Nicoll
2a90c3dea4
Fix broken smoke test
...
See gh-19926
5 years ago
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
5 years ago
Stephane Nicoll
ec14e82312
Polish "Remove unnecessary leading slash in changelog locations"
...
See gh-19926
5 years ago
Ruslan Stelmachenko
5f7e1ac4f2
Remove unnecessary leading slash in changelog locations
...
See gh-19926
5 years ago
Andy Wilkinson
b6a408ae77
Upgrade to Spring Asciidoctor Extensions 0.4.0.RELEASE
...
Closes gh-20041
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
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
5 years ago
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
5 years ago
Stephane Nicoll
f506559763
Merge pull request #19961 from dreis2211
...
* pr/19961:
Fix Gradle plugin documentation links
Closes gh-19961
5 years ago
dreis2211
db2bacc62a
Fix Gradle plugin documentation links
...
See gh-19961
5 years ago
Stephane Nicoll
5221c2bebf
Merge pull request #19944 from dreis2211
...
* pr/19944:
Replace deprecated Concourse resource for pull requests
Closes gh-19944
5 years ago
dreis2211
76975e497c
Replace deprecated Concourse resource for pull requests
...
See gh-19944
5 years ago
Stephane Nicoll
3a579ee87c
Merge pull request #19956 from natrem
...
* pr/19956:
Fix typo
Closes gh-19956
5 years ago
Pascal Verdage
930ec51968
Fix typo
...
See gh-19956
5 years ago
Stephane Nicoll
1fa093bce5
Merge pull request #19913 from dreis2211
...
* pr/19913:
Upgrade CI images to Ubuntu Bionic 20200112
Closes gh-19913
5 years ago
dreis2211
4205d980b7
Upgrade CI images to Ubuntu Bionic 20200112
...
See gh-19913
5 years ago
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
5 years ago
Stephane Nicoll
7fd8cce465
Polish "Close TomcatMetrics on shutdown for cleanup"
...
See gh-19880
5 years ago
Johnny Lim
51dfd528bd
Close TomcatMetrics on shutdown for cleanup
...
See micrometer-metrics/micrometer#1424
See gh-19880
5 years ago
Stephane Nicoll
c3d0b9c43a
Upgrade to Micrometer 1.1.10
...
Closes gh-19639
5 years ago
Stephane Nicoll
c816b00a1a
Merge pull request #19855 from protyay
...
* pr/19855:
Polish "Encourage use of SpringBootApplication"
Encourage use of SpringBootApplication
Closes gh-19855
5 years ago
Stephane Nicoll
650e55c242
Polish "Encourage use of SpringBootApplication"
...
See gh-19855
5 years ago
protyay
3131616c5a
Encourage use of SpringBootApplication
...
See gh-19855
5 years ago
Stephane Nicoll
8dc3e74447
Upgrade Java 8 version in CI image
...
Closes gh-19857
5 years ago
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
5 years ago
Andy Wilkinson
c85f19b75b
Revert "Add profiles directly to the application environment for tests"
...
This reverts commit 487b9cbf96
.
Fixes gh-19788
5 years ago
Stephane Nicoll
11efe172e9
Upgrade Java 11 version in CI image
...
Closes gh-19763
5 years ago
Andy Wilkinson
34ac3c5f7d
Upgrade to spring-javaformat 0.0.19
...
Closes gh-19710
5 years ago
Spring Buildmaster
3f05deb311
Next development version (v2.1.13.BUILD-SNAPSHOT)
5 years ago
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.
5 years ago
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
5 years ago
Andy Wilkinson
b982bbec37
Upgrade to Spring Kafka 2.2.12.RELEASE
...
Closes gh-19761
5 years ago
Andy Wilkinson
5c7bd33fed
Upgrade to Spring AMQP 2.1.13
...
Closes gh-19641
5 years ago
Andy Wilkinson
589c58a21e
Upgrade to Spring Retry 1.2.5.RELEASE
...
Closes gh-19734
5 years ago
Andy Wilkinson
be11ddd4f9
Upgrade to Slf4j 1.7.30
...
Closes gh-19733
5 years ago
Andy Wilkinson
9989e14b0d
Upgrade to Postgresql 42.2.9
...
Closes gh-19732
5 years ago
Andy Wilkinson
22c127878f
Upgrade to Neo4j Ogm 3.1.16
...
Closes gh-19731
5 years ago
Andy Wilkinson
b63f63ff9d
Upgrade to Infinispan 9.4.17.Final
...
Closes gh-19730
5 years ago
Andy Wilkinson
c52f2828a8
Upgrade to Hibernate 5.3.15.Final
...
Closes gh-19729
5 years ago
Andy Wilkinson
501f98c25c
Upgrade to Jetty 9.4.25.v20191220
...
Closes gh-19728
5 years ago
Andy Wilkinson
f2e93774e4
Upgrade to Groovy 2.5.9
...
Closes gh-19727
5 years ago
Andy Wilkinson
8ec2c77b83
Upgrade to Httpcore 4.4.13
...
Closes gh-19726
5 years ago
Andy Wilkinson
9f979cb03f
Upgrade to Mysql 8.0.19
...
Closes gh-19725
5 years ago
Andy Wilkinson
3f45874245
Upgrade to Undertow 2.0.29.Final
...
Closes gh-19724
5 years ago
Andy Wilkinson
159be1a78d
Upgrade to Rxjava2 2.2.17
...
Closes gh-19723
5 years ago
Andy Wilkinson
f73c4a837c
Upgrade to Netty 4.1.45.Final
...
Closes gh-19722
5 years ago
Andy Wilkinson
64df377600
Upgrade to Unboundid Ldapsdk 4.0.14
...
Closes gh-19721
5 years ago