Stephane Nicoll
fa3723eb8b
Upgrade to Caffeine 2.8.7
...
Closes gh-24368
4 years ago
Stephane Nicoll
07e32bf52e
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24347
4 years ago
Stephane Nicoll
f64b7f8465
Use proper CentOS base image
...
See gh-24344
4 years ago
Stephane Nicoll
a5a8545801
Switch integration tests to CentOS 7
...
This commit upgrades the docker image for CentOS to Centos 7.9 as
CentOs 6 is EOL since November 30. Given that CentOS 7 does no longer
support SysVinit, this commit also updates the integration tests to not
test this OS anymore.
Closes gh-24344
4 years ago
Phillip Webb
c7fe37212b
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
ff0725f6bf
Fix HazelcastHealthIndicatorTests
...
See gh-24337
4 years ago
Phillip Webb
e0a061707e
Fix checkstyle header violation
...
See gh-24337
4 years ago
Phillip Webb
55ae5be84b
Revert "Restore HazelcastHealthIndicatorTests"
...
This reverts commit 5a51b5853e
.
4 years ago
Phillip Webb
562f49d958
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
5a51b5853e
Restore HazelcastHealthIndicatorTests
...
Restore `HazelcastHealthIndicatorTests` which was accidentally replaced
with a version from 2.4.x.
See gh-24337
4 years ago
Phillip Webb
5f351a6983
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24338
4 years ago
Phillip Webb
d8a05090b3
Fix checkstyle BDD Mockito violations
...
See gh-24337
4 years ago
Phillip Webb
837fc83527
Fix checkstyle header violations
...
See gh-24337
4 years ago
Phillip Webb
9a7b8c07f8
Upgrade to spring-javaformat 0.0.26
...
Closes gh-24337
4 years ago
Madhura Bhave
f569d7616d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24315
4 years ago
Madhura Bhave
7b38b0ed11
Add SDKMAN to pipeline
...
Closes gh-11987
4 years ago
Stephane Nicoll
065fde2996
Start building against Spring Framework 5.2.12 snapshots
...
See gh-24277
4 years ago
Stephane Nicoll
5f81882305
Start building against Reactor Dysprosium-SR15 snapshots
...
See gh-24274
4 years ago
Stephane Nicoll
98f6e19610
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
9763ba56ba
Start building against Spring Framework 5.2.12 snapshots
...
See gh-24276
4 years ago
Stephane Nicoll
afeb9f29d4
Start building against Reactor Dysprosium-SR15 snasphots
...
See gh-24273
4 years ago
Stephane Nicoll
b4a1030b97
Merge pull request #24257 from JimStockwell
...
* pr/24257:
Fix ErrorAttributeOptions#getIncludes Javadoc
Closes gh-24257
4 years ago
Jim Stockwell
bb7ad30de4
Fix ErrorAttributeOptions#getIncludes Javadoc
...
See gh-24257
4 years ago
Stephane Nicoll
9b992af34b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24250
4 years ago
Stephane Nicoll
47efbd9052
Merge pull request #24208 from xJoeWoo
...
* pr/24208:
Polish "Reduce redis health indicator info command result size"
Reduce redis health indicator info command result size
Closes gh-24208
4 years ago
Stephane Nicoll
d506f0c73e
Polish "Reduce redis health indicator info command result size"
...
See gh-24208
4 years ago
xJoeWoo
99cc3f4bfc
Reduce redis health indicator info command result size
...
See gh-24208
4 years ago
Stephane Nicoll
c383ab7883
Merge pull request #24230 from wanderleisouza
...
* pr/24230:
Polish "Allow to exclude an empty set of ErrorAttributes"
Allow to exclude an empty set of ErrorAttributes
Closes gh-24230
4 years ago
Stephane Nicoll
016b69aa78
Polish "Allow to exclude an empty set of ErrorAttributes"
...
See gh-24230
4 years ago
Wanderlei Souza
6518f8f7fd
Allow to exclude an empty set of ErrorAttributes
...
See gh-24230
4 years ago
Andy Wilkinson
4e9f702681
Only run deployment tests when war has material changes
...
Closes gh-24137
4 years ago
Andy Wilkinson
7efa1e47aa
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24222
4 years ago
Andy Wilkinson
12f2529be5
Allow actuator endpoint to have responses with custom HTTP statuses
...
Fixes gh-24123
4 years ago
Andy Wilkinson
0ed7f7f40a
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24219
4 years ago
Andy Wilkinson
fbf4c8cd32
Merge pull request #24095 from artembilan
...
* gh-24095:
Polish "Ensure that MeterRegistry bean is defined before SI looks for it"
Ensure that MeterRegistry bean is defined before SI looks for it
Closes gh-24095
4 years ago
Andy Wilkinson
08b9d1da57
Polish "Ensure that MeterRegistry bean is defined before SI looks for it"
...
See gh-24095
4 years ago
Artem Bilan
7d712aaa2d
Ensure that MeterRegistry bean is defined before SI looks for it
...
Previously, it was possible for Spring Integration, including its
built-in Micrometer support, to be auto-configured before the
Micrometer auto-configuration had defined the MeterRegistry bean. This
resulted in missing Spring Integration metrics.
Spring Integration is unusual in having its own built-in Micrometer
support that it configures itself. Rather than providing
auto-configuration for Integration's Micrometer support (Which isn't
needed), this commit introduces some auto-configuration that just
affects the ordering of the auto-configuration classes. This ordering
ensures that the MeterRegistry bean has been defined by Spring
Integration is auto-configured. This ensures that the MeterRegistry
bean is known to the BeanFactory when Spring Integration goes looking
for it.
See gh-24095
4 years ago
Andy Wilkinson
988526bee9
Only attempt unwrapping of interfaces
...
Wrapper's isWrapperFor and unwrap methods both take a Class<?> target
but document that the target should be an interface. Prior to this
change, we were calling isWrapperFor with any Class<?> irrespective of
whether or not it was an interface. When using Oracle UCP each call
to isWrapperFor with an interface results in an exception stack trace
being logged.
This commit upates DataSourceUnwrapper to adhere to Wrapper's contract
by only calling isWrapperFor and unwrap with interfaces.
Fixes gh-24154
4 years ago
Andy Wilkinson
46c9a4fbc7
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24198
4 years ago
Andy Wilkinson
96e40e97d2
Switch to Concourse's registry-image resource
...
Closes gh-24197
4 years ago
Stephane Nicoll
ac05356427
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24195
4 years ago
Stephane Nicoll
f3afd8a0f4
Fix location of Spring LDAP and Spring Session properties
...
Closes gh-23558
4 years ago
Stephane Nicoll
76912d1952
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24193
4 years ago
Stephane Nicoll
d96ff16da9
Merge pull request #24147 from stokpop
...
* pr/24147:
Polish "Avoid unnecessary pattern compilation in WebFluxTags"
Avoid unnecessary pattern compilation in WebFluxTags
Closes gh-24147
4 years ago
Stephane Nicoll
d3440880c4
Polish "Avoid unnecessary pattern compilation in WebFluxTags"
...
See gh-24147
4 years ago
Peter Paul Bakker
b22bb7ea04
Avoid unnecessary pattern compilation in WebFluxTags
...
See gh-24147
4 years ago
Madhura Bhave
af8b6ed5d2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24187
4 years ago
Madhura Bhave
4961599f53
Pin github-pr-resource to v0.21.0
...
Closes gh-24145
4 years ago
Stephane Nicoll
dea12f7551
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24185
4 years ago
Stephane Nicoll
749f039b4b
Merge pull request #24173 from izeye
...
* pr/24173:
Provide dependency management for elasticsearch-rest-client-sniffer
Closes gh-24173
4 years ago