Andy Wilkinson
3178e3f34b
Upgrade to Spring Security 5.1.2.RELEASE
...
Closes gh-15274
6 years ago
Brian Clozel
d12e42e8d5
Polish
...
Closes gh-15211
6 years ago
artsiom
0a4ba499df
Add Actuator health checks for Elasticsearch REST clients
...
This commit adds `ElasticsearchRestHealthIndicator`, a new
`HealthIndicator` for Elasticsearch, using the Elasticsearch "low level
rest client" provided by the
`"org.elasticsearch.client:elasticsearch-rest-client"` dependency.
Note that Spring Boot will auto-configure both low and high level REST
clients, but since the high level one is using the former, a single
health indicator will cover both cases.
See gh-15211
6 years ago
Andy Wilkinson
6a766cf919
Start building against Spring Kafka 2.2.2 snapshots
...
See gh-15273
6 years ago
Stephane Nicoll
114347107e
Polish key description
6 years ago
Stephane Nicoll
c6a070b0f0
Merge pull request #14985 from alonbl
...
* pr/14985:
Polish contribution
Allow to disable SSL client authentication on the management port
6 years ago
Stephane Nicoll
33000b6e8e
Polish contribution
...
Closes gh-14985
6 years ago
Alon Bar-Lev
108f28417e
Allow to disable SSL client authentication on the management port
...
When server and management are at different ports, and when server
requires TLS client authentication, then there is no simple method to
disable TLS client authentication for management port.
This commit adds an additional "none" option to ssl.client-auth.
Example:
server.port=8080
server.ssl.enabled=true
server.ssl.client-auth=need
management.server.port=8081
management.server.ssl.enabled=true
management.server.ssl.client-auth=none
See gh-14985
6 years ago
Stephane Nicoll
476fe6ed17
Stop configuring metrics if hibernate is not available
...
Closes gh-15317
6 years ago
Stephane Nicoll
5f145ac482
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
b103e0c869
Polish "Unwrap DataSource target rather than plain instanceof calls"
...
Closes gh-15227
6 years ago
Stephane Nicoll
04c7036e7e
Merge branch '2.0.x'
6 years ago
Stephane Nicoll
98378e210d
Start building against Spring Kafka 2.1.11 snapshots
...
See gh-15315
6 years ago
Stephane Nicoll
ce8556e4d3
Merge pull request #15312 from dreis2211
...
* pr/15312:
Replace DirectFieldAccessor usages by hasFieldOrPropertyWithValue
6 years ago
dreis2211
17f04b8b75
Replace DirectFieldAccessor usages by hasFieldOrPropertyWithValue
...
Closes gh-15312
6 years ago
Madhura Bhave
d28d9e7e38
Merge branch '2.0.x'
6 years ago
Madhura Bhave
6f89da88e6
Cleanup unused pipeline params
6 years ago
Andy Wilkinson
2dc8f49f8a
Polish
6 years ago
Andy Wilkinson
dad6d4beca
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
2b22b23aad
Polish
6 years ago
Andy Wilkinson
cf7664c01a
Cope with version not found in Embedded Mongo's Version enum
...
Closes gh-15311
6 years ago
Andy Wilkinson
dee8085f20
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
6f07155d59
Merge pull request #15295 from Johannes Zick
...
* gh-15295:
Warn about Quartz dropping tables on restart
6 years ago
Johannes Zick
83cf348ec8
Warn about Quartz dropping tables on restart
...
Closes gh-15295
6 years ago
Andy Wilkinson
feaa3a3892
Merge pull request #15310 from Christoph Dreis
...
* gh-15310:
Polish "Document that test slices should not be combined"
Document that test slices should not be combined
6 years ago
Andy Wilkinson
760003b9d7
Polish "Document that test slices should not be combined"
...
Closes gh-15310
6 years ago
dreis2211
29cd1cc762
Document that test slices should not be combined
...
See gh-15310
6 years ago
Andy Wilkinson
b094e28081
Remove auto-configuration of RequestContextFilter when using Jersey
...
Closes gh-15048
6 years ago
Andy Wilkinson
643b0f84da
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
ab39e50ece
List Gradle's Shadow Plugin as an alternative to Boot's loader
...
Closes gh-1828
6 years ago
Andy Wilkinson
74740c3bd2
Merge pull request #15143 from Dileep Bapat
...
* gh-15143:
Polish "Trim whitespace when coercing to a LogLevel"
Trim whitespace when coercing to a LogLevel
6 years ago
Andy Wilkinson
e1ad5641d5
Polish "Trim whitespace when coercing to a LogLevel"
...
Closes gh-15143
6 years ago
Dileep Bapat
dfe94a0abb
Trim whitespace when coercing to a LogLevel
...
See gh-15143
6 years ago
Stephane Nicoll
d6571c0157
Upgrade to Reactor Californium-SR3
...
Closes gh-15192
6 years ago
Stephane Nicoll
bf88a7e466
Be more lenient when repackage is invoked several times
...
This commit makes the repackager more lenient when it is invoked several
times in the same lifecycle.
Closes gh-15034
6 years ago
Stephane Nicoll
d7fe3c73a3
Provide better logging for RepackageMojo
...
Closes gh-15294
6 years ago
Andy Wilkinson
9331390079
Upgrade to Spring Data Lovelace-SR3
...
Closes gh-15191
6 years ago
Andy Wilkinson
fb3deab89d
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
e81abc3f11
Order jacksonCodecCustomizer so user-provided customizer can go after it
...
Closes gh-15167
6 years ago
Andy Wilkinson
971adfcd5b
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
e6dd11254c
Polish
6 years ago
Andy Wilkinson
51a5b841dd
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
4a385e89bd
Mention fully executable jars in Jersey’s scanning limitations
...
Closes gh-3413
6 years ago
Andy Wilkinson
669eeef29b
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
1f994b70b5
Correct description of file generated by heapdump endpoint
...
Closes gh-15016
6 years ago
Andy Wilkinson
1d029a09e2
Start building against Spring Data Lovelace-$R3 snapshots
...
See gh-15191
6 years ago
Andy Wilkinson
f9a3b79e97
Merge branch '2.0.x'
6 years ago
Andy Wilkinson
ae5d5235f6
Upgrade to Spring Data Kay-SR12
...
Closes gh-14893
6 years ago
Andy Wilkinson
376e7fdfa1
Document profile activation limitation of .spring-boot-devtools.properties
...
Closes gh-15151
6 years ago
Andy Wilkinson
6729e56f6b
Merge branch '2.0.x'
6 years ago