Moritz Halbritter
8cd8d21720
Add support for multiple tracing propagation formats
...
See gh-35611
3 years ago
Andy Wilkinson
088006ff60
Use ephemeral port for Hazelcast
...
When Hazelcast is started on a fixed port and that port is already in
use, it does not fail to start which makes the problem hard to
detect. A symptom of the problem is that clients will not be able to
connect and will either retry indefinitely or will timeout depending
on their configuration.
This commit updates the Hazelcast client tests to start the Hazelcast
instance on an ephemeral port and to customize the client
configuration with the instance's address before use. This should
allow the client tests to work reliably in an environment where
Hazelcast's default port is already in use.
Closes gh-35903
3 years ago
Andy Wilkinson
7d07c0d09c
Polish configuration related to predictive test selection
...
Most notably, this commit splits the tests that use Spring REST Docs
out into a separate task for which predictive test selection is
disabled. This allows it to be cached and use Gradle's built-in
up-to-date checking, thereby avoiding the generation of new snippets
and the need to then run the asciidoctor and asciidoctorPdf tasks.
It also updates spring-boot-smoke-test-junit-vintage to disable
predictive test selection so that we can continue to assert that
the some tests were executed.
See gh-35869
3 years ago
Stephane Nicoll
d3ff04fa4b
Upgrade to Reactor Bom 2022.0.8
...
Closes gh-35736
3 years ago
Stephane Nicoll
1900910008
Upgrade to Micrometer Tracing 1.0.7
...
Closes gh-35735
3 years ago
Stephane Nicoll
2d43f345de
Upgrade to Micrometer 1.10.8
...
Closes gh-35734
3 years ago
Stephane Nicoll
7cf41e9e0a
Upgrade to Logback 1.4.8
...
Closes gh-35881
3 years ago
Stephane Nicoll
10b66975dd
Upgrade to Glassfish JAXB 4.0.3
...
Closes gh-35880
3 years ago
Stephane Nicoll
2dbfe54762
Upgrade to Couchbase Client 3.4.7
...
Closes gh-35879
3 years ago
Stephane Nicoll
f2a44d7f06
Upgrade to Reactor Bom 2020.0.33
...
Closes gh-35726
3 years ago
Stephane Nicoll
7576117dd9
Upgrade to Micrometer 1.9.12
...
Closes gh-35725
3 years ago
Andy Wilkinson
ac8ea1d841
Upgrade to Neo4j Java Driver 5.9.0
...
Closes gh-35867
3 years ago
Andy Wilkinson
984dc1d58f
Allow package-private main classes to be used with Devtools
...
Fixes gh-35858
3 years ago
Stephane Nicoll
02a601eae3
Fix checkstyle violation
3 years ago
Stephane Nicoll
261cb721e9
Fix checkstyle violation
3 years ago
Stephane Nicoll
ddeee2bcbf
Upgrade to Undertow 2.3.7.Final
...
Closes gh-35814
3 years ago
Stephane Nicoll
a720f3aa59
Upgrade to UnboundID LDAPSDK 6.0.9
...
Closes gh-35813
3 years ago
Andy Wilkinson
39276f8302
Adapt to deprecation of rejectIllegalHeader
...
Closes gh-35442
3 years ago
Stephane Nicoll
ad0ce41f8a
Upgrade to Undertow 2.2.25.Final
...
Closes gh-35801
3 years ago
Stephane Nicoll
1201d8fa01
Upgrade to UnboundID LDAPSDK 6.0.9
...
Closes gh-35800
3 years ago
Stephane Nicoll
9f0a631700
Upgrade to Netty 4.1.93.Final
...
Closes gh-35811
3 years ago
Stephane Nicoll
00aaecbcdd
Upgrade to Lombok 1.18.28
...
Closes gh-35810
3 years ago
Stephane Nicoll
496c0e709f
Upgrade to JBoss Logging 3.5.1.Final
...
Closes gh-35809
3 years ago
Stephane Nicoll
daebfb2885
Upgrade to Jakarta Mail 2.1.2
...
Closes gh-35808
3 years ago
Stephane Nicoll
c2566ebffb
Upgrade to Jakarta Json 2.1.2
...
Closes gh-35807
3 years ago
Stephane Nicoll
3ef975e596
Upgrade to Infinispan 14.0.10.Final
...
Closes gh-35806
3 years ago
Stephane Nicoll
5ea5f59328
Upgrade to HSQLDB 2.7.2
...
Closes gh-35805
3 years ago
Stephane Nicoll
30bd14e7c5
Upgrade to Git Commit ID Plugin 5.0.1
...
Closes gh-35804
3 years ago
Stephane Nicoll
766ac6343b
Upgrade to Dropwizard Metrics 4.2.19
...
Closes gh-35803
3 years ago
Stephane Nicoll
0bd08a6233
Upgrade to Netty 4.1.93.Final
...
Closes gh-35797
3 years ago
Stephane Nicoll
ef90c11a1a
Upgrade to Lombok 1.18.28
...
Closes gh-35796
3 years ago
Stephane Nicoll
461f2fa054
Upgrade to Infinispan 13.0.18.Final
...
Closes gh-35795
3 years ago
Stephane Nicoll
9306d0868a
Upgrade to Dropwizard Metrics 4.2.19
...
Closes gh-35794
3 years ago
Andy Wilkinson
5e97f869d0
Remove unnecessary usage of Supplier
...
Closes gh-35787
3 years ago
Andy Wilkinson
443d9f9bd2
Start building against Spring GraphQL 1.1.5 snapshots
...
See gh-35775
3 years ago
Andy Wilkinson
ca50cd8c8a
Stop using an infinite timeout for connecting to Hazelcast
...
Closes gh-35771
3 years ago
twobiers
0dbc0fcf91
Move property notes up to external configuration section
...
See gh-35662
3 years ago
Steve Riesenberg
ba9f92fa86
Improve OAuth2 Client section of docs
...
* Add an OpenID Connect login client example
* Update redirect-uri examples to match Security docs and not require
any customization
* Update client-authentication-method for Spring Security 6 usage
* Update provider configuration example to align with Spring
Authorization Server
* Format Java DSL according to Spring Security docs
* Use Kotlin DSL
* Update redirection endpoint base uri example to use ant pattern
See gh-35679
3 years ago
Bernardo Bulgarelli
51afaa79a7
Add @AliasFor annotation to EndpointCloudFoundryExtension
...
See gh-35716
3 years ago
Moritz Halbritter
2927d50d18
Add JavaVersion.TWENTY
...
Closes gh-35758
3 years ago
Phillip Webb
4eda5bd36f
Polish
3 years ago
Andy Wilkinson
d32c7c52b7
Start building against Spring Session 3.0.2 snapshots
...
See gh-35744
3 years ago
Andy Wilkinson
b4fc9d6c50
Start building against Spring Security 6.0.4 snapshots
...
See gh-35743
3 years ago
Andy Wilkinson
e670a091d7
Start building against Spring Retry 2.0.2 snapshots
...
See gh-35742
3 years ago
Andy Wilkinson
185ca73445
Start building against Spring LDAP 3.0.4 snapshots
...
See gh-35741
3 years ago
Andy Wilkinson
3960f8630d
Start building against Spring Integration 6.0.6 snapshots
...
See gh-35740
3 years ago
Andy Wilkinson
22e8a41efa
Start building against Spring Framework 6.0.10 snapshots
...
This reverts commit 9d56b419 as Framework's previous behavior has
been restored.
See gh-35739
3 years ago
Andy Wilkinson
d8078f1c12
Start building against Spring Data Bom 2022.0.7 snapshots
...
See gh-35738
3 years ago
Andy Wilkinson
225fa6fbb5
Start building against Spring AMQP 3.0.5 snapshots
...
See gh-35737
3 years ago
Andy Wilkinson
31f0a69469
Start building against Reactor Bom 2022.0.8 snapshots
...
See gh-35736
3 years ago