Phillip Webb
cc8236f1c4
Upgrade to Netty 4.1.86.Final
...
Closes gh-33603
2 years ago
Phillip Webb
2a77f5fa6e
Upgrade to MSSQL JDBC 11.2.2.jre17
...
Closes gh-33601
2 years ago
Phillip Webb
7e57a100e8
Upgrade to MongoDB 4.8.1
...
Closes gh-33600
2 years ago
Phillip Webb
29c0eb13d7
Upgrade to Lettuce 6.2.2.RELEASE
...
Closes gh-33599
2 years ago
Phillip Webb
b0b20e4e42
Upgrade to jOOQ 3.17.6
...
Closes gh-33597
2 years ago
Phillip Webb
19f19559aa
Upgrade to Jetty 11.0.13
...
Closes gh-33596
2 years ago
Phillip Webb
c98f34ffca
Upgrade to Jaybird 4.0.8.java11
...
Closes gh-33595
2 years ago
Phillip Webb
d732eef8b6
Upgrade to Infinispan 14.0.4.Final
...
Closes gh-33594
2 years ago
Phillip Webb
735f422505
Upgrade to HttpCore 4.4.16
...
Closes gh-33593
2 years ago
Phillip Webb
a6f0fcd8f2
Upgrade to HttpClient 4.5.14
...
Closes gh-33592
2 years ago
Phillip Webb
2eb7f643a8
Upgrade to Hibernate 6.1.6.Final
...
Closes gh-33591
2 years ago
Phillip Webb
a4bcf1bcf0
Upgrade to Elasticsearch Client 8.5.3
...
Closes gh-33590
2 years ago
Phillip Webb
914fbabcda
Upgrade to Dropwizard Metrics 4.2.14
...
Closes gh-33589
2 years ago
Phillip Webb
43d389f7e5
Upgrade to Couchbase Client 3.4.1
...
Closes gh-33588
2 years ago
Phillip Webb
0b3a8c51d2
Upgrade to Byte Buddy 1.12.20
...
Closes gh-33587
2 years ago
Phillip Webb
edd6a3b271
Upgrade to AspectJ 1.9.19
...
Closes gh-33586
2 years ago
Brian Clozel
41dce327a2
Fix Spring Integration failing test
...
Instead of asserting that an observation registry is null, we should
ensure that it's a NOOP instance.
2 years ago
Brian Clozel
63de8bf3ea
Upgrade to Spring Kafka 3.0.1
...
Closes gh-33480
2 years ago
Brian Clozel
49da9b7183
Upgrade to Spring for GraphQL 1.1.1
...
Closes gh-33477
2 years ago
Brian Clozel
28f9f20d39
Declare order for ServerHttpObservationFilter WebFilter
...
This commit declares an `@Order` for the `ServerHttpObservationFilter`
bean declaration in the Observation WebFlux auto-configuration.
This allows developers to consistently order other `WebFilter` instances
relatively to this one. Here, `@Order(Ordered.HIGHEST_PRECEDENCE + 1)`
has been chosen to align with the order of its MVC counterpart.
Fixes gh-33444
2 years ago
Brian Clozel
fcf120783a
Upgrade to Spring Security 6.0.1
...
Closes gh-33479
2 years ago
Brian Clozel
3310b59520
Polish
2 years ago
Brian Clozel
593b5311e9
Configure GraphQL web propagation for tracing
...
As of spring-projects/spring-graphql#547 , Spring GraphQL introduced a
`PropagationWebGraphQlInterceptor` that propagates the incoming tracing
information in HTTP request headers into the GraphQL context.
This commit auto-configures the propagation interceptor if the
application exposes a GraphQL HTTP endpoint and if it is configured for
Tracing support.
Fixes gh-33542
2 years ago
Brian Clozel
5a973b9723
Upgrade to Spring Framework 6.0.3
...
Closes gh-33476
2 years ago
Brian Clozel
6b1aa48c35
Upgrade to Reactor 2022.0.1
...
Closes gh-33475
2 years ago
Moritz Halbritter
b132b5c317
Polish JSON classes
2 years ago
Moritz Halbritter
08659baeba
Polish away public modifier on tests
2 years ago
Moritz Halbritter
1754018a7b
Polish DevToolsDataSourceAutoConfiguration
2 years ago
Moritz Halbritter
f36e2ecb7b
Use AutoClosables with try-with-resources
...
Closes gh-33538
2 years ago
Moritz Halbritter
725337f976
Make fields final
...
Closes gh-33537
2 years ago
Moritz Halbritter
216d15997a
Merge branch '2.7.x'
...
Closes gh-33512
2 years ago
Aakarshit Uppal
2bb8dadeb3
Fix typo in tomcat accesslog checkExists doc
...
See gh-33460
2 years ago
peter-janssen
9a74c862dd
Fix documented Java compiler level
...
See gh-33505
2 years ago
Moritz Halbritter
47eb3b11b9
Upgrade Tomcat to 10.1.4
...
Closes gh-33167
Closes gh-33071
2 years ago
Johnny Lim
d21572a189
Resolve TODOs for observability tests
...
See gh-33481
2 years ago
Brian Clozel
ad63cb8e62
Upgrade to Thymeleaf 3.1.1.RELEASE
...
Closes gh-33486
2 years ago
Brian Clozel
1751df13f1
Start building against Spring Security 6.0.1 SNAPSHOTs
...
See gh-33479
2 years ago
Brian Clozel
5d9e9a443a
Start building against Spring Kafka 3.0.1 SNAPSHOTs
...
See gh-33480
2 years ago
Brian Clozel
64c9ac3aa7
Start building against Spring Integration 6.0.1 SNAPSHOTs
...
See gh-33478
2 years ago
Brian Clozel
9e17af5d6a
Start building against Spring Framework 6.0.3 SNAPSHOTs
...
See gh-33476
2 years ago
Brian Clozel
928df41f61
Start building against Reactor 2022.0.1 SNAPSHOTs
...
See gh-33475
2 years ago
Brian Clozel
ce33ec19cd
Start building against Spring GraphQL 1.1.1-SNAPSHOT
...
See gh-33477
2 years ago
Brian Clozel
50be8cbf91
Fix IllegalArgumentException in WebClient convention adapter
...
Prior to this commit, the `ClientObservationConventionAdapter` would
fail with an `IllegalArgumentException` when the observation is first
started: at this point, the carrier (the request builder here) is
present, but the full request not yet fully built.
This commit ensures that the convention adapter uses the request and, if
not available, the request builder to adapt to the
`WebClientExchangeTagsProvider`.
Fixes gh-33483
2 years ago
Scott Frederick
87fd27c329
Merge branch '2.7.x'
2 years ago
Scott Frederick
3f33fa3f45
Polish documentation
2 years ago
Daniel Oh
f1edd17a42
Fix a typo in docs
...
See gh-33453
2 years ago
Johnny Lim
78b43279a7
Polish
...
See gh-33455
2 years ago
Moritz Halbritter
a4779b7859
Merge branch '2.7.x'
...
Closes gh-33433
2 years ago
Moritz Halbritter
16569099ba
Polish "Fix bug in webserver start when loading PKCS#11 KeyStore"
...
See gh-32179
2 years ago
cdanger
716a839d54
Fix bug in webserver start when loading PKCS#11 KeyStore
...
See gh-32179
2 years ago