Moritz Halbritter
d6c28b3fc7
Merge branch '3.1.x'
...
Closes gh-38198
2 years ago
Moritz Halbritter
fb1a4ba470
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38197
2 years ago
Moritz Halbritter
6b69525291
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38196
2 years ago
Moritz Halbritter
18f9dc9b94
Document that customizers are not applied to additional connectors
...
Closes gh-38183
2 years ago
Andy Wilkinson
9eda564d06
Fix check for using CoordinatedRestoreAtCheckpointStartup
...
Closes gh-38186
2 years ago
Scott Frederick
4d0b50e967
Merge pull request #38057 from Wzy19930507
...
* pr/38057:
Polish "Add observationEnabled properties for Apache Kafka"
Add observationEnabled properties for Apache Kafka
Closes gh-38057
2 years ago
Scott Frederick
55ab56f8d9
Polish "Add observationEnabled properties for Apache Kafka"
...
See gh-38057
2 years ago
Zhiyang.Wang1
ff9d9de1ee
Add observationEnabled properties for Apache Kafka
...
See gh-38057
2 years ago
Phillip Webb
9ba46f538b
Polish
2 years ago
Phillip Webb
cc4ef32efe
Merge branch '3.1.x'
2 years ago
Phillip Webb
47c1088111
Polish
2 years ago
Phillip Webb
77218a644e
Merge branch '3.1.x'
2 years ago
Phillip Webb
afa4d274c2
Merge branch '3.0.x' into 3.1.x
2 years ago
Phillip Webb
8d53caa1c6
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
54313d1962
Update copyright year of changed files
2 years ago
Phillip Webb
e891a3e24c
Polish adoc formatting
2 years ago
Scott Frederick
99986a2fdd
Polish SSL internals
2 years ago
Moritz Halbritter
d3f177be71
Polish SSL
2 years ago
Phillip Webb
a35fb7505f
Merge branch '3.1.x'
...
Closes gh-38179
2 years ago
Phillip Webb
683d791104
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38178
2 years ago
Phillip Webb
e5c8723dda
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38177
2 years ago
Phillip Webb
eecb15d1ba
Rename startDaemonAwaitThread() inside TomcatWebServer to match intent
...
Closes gh-38155
2 years ago
Phillip Webb
663243e60c
Fix open telemetry container lifecycle issues
...
Mark test as `@DirtiesContext` so that the context is closed before
the container.
Closes gh-38176
2 years ago
Phillip Webb
9b71ef4114
Polish and refactor some SSL internals
...
Polish and refactor some of the internal SSL code to make it easier to
add additional functionality in the future.
2 years ago
Phillip Webb
30a7426e86
Apply key property to the keystore and not to the truststore
...
Update `PropertiesSslBundle` so that key properties are now
only applied to the keystore and not the truststore.
Closes gh-38125
2 years ago
Phillip Webb
5dc5c2a4bc
Rename `KeyVerifier` to `CertificateMatcher`
...
Rename `KeyVerifier` to `CertificateMatcher` and refactor some
of the internals. This commit also adds test helper classes to
help simplify some of the tests.
See gh-38173
2 years ago
Phillip Webb
1b61bc1f20
Move PEM verification to spring-boot-autoconfigure
...
Move `KeyVerifier` to spring-boot-autoconfigure to reduce the
public API required in `PemSslStoreBundle`.
This commit also moves the verify property so that is can be set
per store.
Closes gh-38173
2 years ago
Phillip Webb
5e5d2265f5
Introduce `PemSslStore` as an alternative to `PemSslStoreDetails`.
...
Add a `PemSslStore` interface that can be used as an alternative
to `PemSslStoreDetails` when PEM content has already been loaded
and parsed.
Closes gh-38175
2 years ago
Phillip Webb
2b39ec6f60
Introduce a public `PemContent` class
...
Update `PemContent` so that it now holds PEM data and is public.
This update is required so that in the future we can make use of
our PEM parsing code in spring-boot-autoconfigure.
Closes gh-38174
2 years ago
Phillip Webb
2c6fca8df7
Allow alias and password to be configured on a per PEM store basis
...
Closes gh-38124
2 years ago
Phillip Webb
8bf847e549
Rename keyAlias parameter to alias
...
Rename the keyAlais parameter to alias since it may be used as either
the key alias or the certificate alias.
Also clarify the javadoc for keyPassword.
Closes gh-38099
2 years ago
Scott Frederick
95e048c933
Merge branch '3.1.x'
...
Closes gh-38172
2 years ago
Scott Frederick
7611ce1f13
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38171
2 years ago
Scott Frederick
b92ec494fb
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38170
2 years ago
Scott Frederick
1b32baaadc
Upgrade CI to Docker 24.0.7
...
Closes gh-38169
2 years ago
Andy Wilkinson
890a3e72ac
Repair file channel when it's closed by interruption
...
When an interrupted that calls FileChannel.read, the channel is
closed and the read fails with a ClosedByInterruptException. The
closure of the channel makes it unusable by other threads. To
allow other threads to read from the data block, this commit
recreates the FileChannel when a read fails on an interrupted
thread with a ClosedByInterruptException. The exception is then
rethrown to continue the thread's interruption.
Closes gh-38154
2 years ago
Andy Wilkinson
173e6543fd
Merge branch '3.1.x'
...
Closes gh-38168
2 years ago
Andy Wilkinson
40ce6182a1
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38167
2 years ago
Andy Wilkinson
b7f00c1087
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38166
2 years ago
Andy Wilkinson
48ef78bddd
Merge pull request #38153 from dreis2211
...
* gh-38153:
Fix typos in method names
Closes gh-38153
2 years ago
Christoph Dreis
990afd844f
Fix typos in method names
...
See gh-38153
2 years ago
Andy Wilkinson
8f2ec22738
Merge branch '3.1.x'
...
Closes gh-38152
2 years ago
Andy Wilkinson
1fcf1fcc20
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38151
2 years ago
Andy Wilkinson
8f4ea6834d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38150
2 years ago
Andy Wilkinson
020c2b364e
Fix handling of value that overflows an int
...
Closes gh-38146
2 years ago
Andy Wilkinson
5de0f82f64
Merge branch '3.1.x'
...
Closes gh-38149
2 years ago
Andy Wilkinson
cbcde9107b
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38148
2 years ago
Andy Wilkinson
cb18d87ac9
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38147
2 years ago
Andy Wilkinson
747291c0b7
Clarify docs on when application.* banner properties will work
...
Closes gh-33489
2 years ago
Moritz Halbritter
bdc5c05a83
Merge branch '3.1.x'
...
Closes gh-38145
2 years ago