Johnny Lim
b95092c621
Fix wrong mocking
...
See gh-37492
1 year ago
김희망
45e08f321c
Use more idiomatic Kotlin in doc example
...
See gh-37491
1 year ago
Phillip Webb
b83e7b42bb
Update copyright year of changed files
1 year ago
Phillip Webb
e10ac76761
Polish
1 year ago
Andy Wilkinson
d28982f3bd
Upgrade to Spring Integration 5.5.19
...
Closes gh-37251
1 year ago
Andy Wilkinson
94478c2210
Upgrade to Lombok 1.18.30
...
Closes gh-37486
1 year ago
Moritz Halbritter
0ed455b058
Apply SAML2 sign-request even if metadata url is set
...
Closes gh-33747
1 year ago
Andy Wilkinson
4a6dd95b6b
Upgrade to Spring GraphQL 1.0.6
...
Closes gh-37250
1 year ago
Moritz Halbritter
6805a3393b
Close file handle on exceptions during connect
...
Closes gh-32423
1 year ago
Moritz Halbritter
95690f7327
Fall back to all media types if encountering invalid Accept header
...
A warn log message is printed, and if log level is set to debug, the
exception stacktrace is logged, too.
Closes gh-37455
1 year ago
Stéphane Nicoll
1f527c315e
Upgrade to Spring WS 3.1.7
...
Closes gh-37415
1 year ago
Stéphane Nicoll
65f574d43f
Upgrade to Spring Security 5.7.11
...
Closes gh-37414
1 year ago
Stéphane Nicoll
bc2f23b37d
Upgrade to Spring AMQP 2.4.16
...
Closes gh-37247
1 year ago
Moritz Halbritter
ff2fc95daf
Document that PKCS8 PEM files should be used whenever possible
...
Closes gh-37170
1 year ago
Moritz Halbritter
36629df416
Remove useless file
1 year ago
Stéphane Nicoll
6c8e7018ff
Start building against Spring WS 3.1.7 snapshots
...
See gh-37415
1 year ago
Stéphane Nicoll
d3ee61c83f
Start building against Spring Security 5.7.11 snapshots
...
See gh-37414
1 year ago
Stéphane Nicoll
add05fe469
Upgrade to Spring Data Bom 2021.2.16
...
Closes gh-37248
1 year ago
Moritz Halbritter
408fb8ae9d
Add support for EdDSA, XDH and RSA-PSS key parsing
...
This works with Java 17 and up. Also refactor the test for more
structure.
Closes gh-37237
1 year ago
Andy Wilkinson
ee78e45ea7
Polish "Polish Javadoc for DockerImageNames.rabbit()"
...
See gh-37394
1 year ago
Johnny Lim
fbfd6816c2
Polish Javadoc for DockerImageNames.rabbit()
...
See gh-37394
1 year ago
Andy Wilkinson
e1f6fb5a61
Remove `@since` from spring-boot-test-support's javadoc
...
Closes gh-37403
1 year ago
Moritz Halbritter
13a3e3bdf0
Add TWENTY_ONE to JavaVersion
...
Closes gh-37362
1 year ago
Stephane Nicoll
5bbd4bba91
Upgrade to Reactor Bom 2020.0.36
...
Closes gh-37246
1 year ago
Stephane Nicoll
181f0b004b
Upgrade to Micrometer 1.9.15
...
Closes gh-37245
1 year ago
Marten Deinum
5141e5c4ac
Fix description of brokerUrl property in ArtemisProperties
...
Update description to refer to url instead of port.
See gh-37260
1 year ago
Stephane Nicoll
0b2f22be59
Upgrade to Jetty 9.4.52.v20230823
...
Closes gh-37287
1 year ago
Stephane Nicoll
c8178b21b7
Upgrade to Elasticsearch 7.17.13
...
Closes gh-37286
1 year ago
Andy Wilkinson
11e8f98385
Start building against Spring Integration 5.5.19 snapshots
...
See gh-37251
1 year ago
Andy Wilkinson
d1b0f1fae9
Start building against Spring GraphQL 1.0.5 snapshots
...
See gh-37250
1 year ago
Andy Wilkinson
ff24fcb17e
Start building against Spring Data Bom 2021.2.16 snapshots
...
See gh-37248
1 year ago
Andy Wilkinson
133963b2e9
Start building against Spring AMQP 2.4.16 snapshots
...
See gh-37247
1 year ago
Andy Wilkinson
a1659dbfcc
Start building against Reactor Bom 2020.0.36 snapshots
...
See gh-37246
1 year ago
Andy Wilkinson
88db5b050a
Start building against Micrometer 1.9.15 snapshots
...
See gh-37245
1 year ago
Johnny Lim
5f9bc721d3
Add default value metadata for management.metrics.export.signalfx.published-histogram-type
...
See gh-37210
1 year ago
Andy Wilkinson
38e9ede17d
Only suggest snapshots for which a release is planned
...
Closes gh-37212
1 year ago
Yanming Zhou
4c39cc2314
Continue polishing
...
See commit 947e330e9d
See gh-37166
1 year ago
Moritz Halbritter
76e51bc92f
Only enable needed Couchbase services in integration tests
1 year ago
Andy Wilkinson
ced32f0751
Require libraries to opt in to moving to snapshots
...
Closes gh-37190
1 year ago
Andy Wilkinson
fadc58679d
Speed up ImageReference.of when path contains upper-case chars
...
Closes gh-35657
1 year ago
Andy Wilkinson
a77863245d
Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
...
See gh-37167
1 year ago
Yanming Zhou
a8706962d4
Use project.getLayout().getBuildDirectory() instead of getBuildDir()
...
See gh-37167
1 year ago
Phillip Webb
fd8cb74b46
Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
...
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.
Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.
Fixes gh-34232
1 year ago
Andy Wilkinson
2de98a84bc
Polish "Polish code and javadoc"
...
See gh-37112
1 year ago
hakan-krgn
6d9ce8a3b5
Polish code and javadoc
...
See gh-37112
1 year ago
Phillip Webb
727e22abac
Restore Redis to NoSQL stores supported by Spring Data documentation
...
See gh-29694
1 year ago
Stephane Nicoll
25897b25ab
Upgrade to Spring Batch 4.3.9
...
Closes gh-36827
1 year ago
Stephane Nicoll
59e6c8f6f9
Upgrade to Netty 4.1.97.Final
...
Closes gh-37085
1 year ago
Stephane Nicoll
da1950a689
Upgrade to Spring AMQP 2.4.15
...
Closes gh-36826
1 year ago
Stephane Nicoll
6fb813813a
Upgrade to Groovy 3.0.19
...
Closes gh-37055
1 year ago