Commit Graph

40880 Commits

Author SHA1 Message Date
Phillip Webb
c98f34ffca Upgrade to Jaybird 4.0.8.java11
Closes gh-33595
2022-12-21 08:22:00 -08:00
Phillip Webb
d732eef8b6 Upgrade to Infinispan 14.0.4.Final
Closes gh-33594
2022-12-21 08:21:57 -08:00
Phillip Webb
735f422505 Upgrade to HttpCore 4.4.16
Closes gh-33593
2022-12-21 08:21:55 -08:00
Phillip Webb
a6f0fcd8f2 Upgrade to HttpClient 4.5.14
Closes gh-33592
2022-12-21 08:21:52 -08:00
Phillip Webb
2eb7f643a8 Upgrade to Hibernate 6.1.6.Final
Closes gh-33591
2022-12-21 08:21:50 -08:00
Phillip Webb
a4bcf1bcf0 Upgrade to Elasticsearch Client 8.5.3
Closes gh-33590
2022-12-21 08:21:47 -08:00
Phillip Webb
914fbabcda Upgrade to Dropwizard Metrics 4.2.14
Closes gh-33589
2022-12-21 08:21:45 -08:00
Phillip Webb
43d389f7e5 Upgrade to Couchbase Client 3.4.1
Closes gh-33588
2022-12-21 08:21:42 -08:00
Phillip Webb
0b3a8c51d2 Upgrade to Byte Buddy 1.12.20
Closes gh-33587
2022-12-21 08:21:40 -08:00
Phillip Webb
edd6a3b271 Upgrade to AspectJ 1.9.19
Closes gh-33586
2022-12-21 08:21:37 -08:00
Phillip Webb
487dbf5417 Merge branch '2.7.x' 2022-12-21 08:15:29 -08:00
Phillip Webb
1939d23de3 Upgrade to Undertow 2.2.22.Final
Closes gh-33585
2022-12-21 08:04:32 -08:00
Phillip Webb
8e42dfce55 Upgrade to UnboundID LDAPSDK 6.0.7
Closes gh-33584
2022-12-21 08:04:30 -08:00
Phillip Webb
f9982d15dc Upgrade to Tomcat 9.0.70
Closes gh-33583
2022-12-21 08:04:27 -08:00
Phillip Webb
bec2badec1 Upgrade to Thymeleaf Extras SpringSecurity 3.0.5.RELEASE
Closes gh-33582
2022-12-21 08:04:25 -08:00
Phillip Webb
9dcc49538e Upgrade to Spring Integration 5.5.16
Closes gh-33581
2022-12-21 08:04:22 -08:00
Phillip Webb
5e2e18d577 Upgrade to Netty 4.1.86.Final
Closes gh-33580
2022-12-21 08:04:19 -08:00
Phillip Webb
8c43c213ed Upgrade to Neo4j Java Driver 4.4.11
Closes gh-33579
2022-12-21 08:04:16 -08:00
Phillip Webb
8472d7ecff Upgrade to MSSQL JDBC 10.2.2.jre8
Closes gh-33578
2022-12-21 08:04:13 -08:00
Phillip Webb
7238dddf09 Upgrade to Jetty 9.4.50.v20221201
Closes gh-33577
2022-12-21 08:04:11 -08:00
Phillip Webb
8a376cb27e Upgrade to Jaybird 4.0.8.java8
Closes gh-33576
2022-12-21 08:04:08 -08:00
Phillip Webb
9f72be57ee Upgrade to Infinispan 13.0.14.Final
Closes gh-33575
2022-12-21 08:04:05 -08:00
Phillip Webb
ec2b697684 Upgrade to HttpCore 4.4.16
Closes gh-33574
2022-12-21 08:04:02 -08:00
Phillip Webb
507cfcb4cf Upgrade to HttpClient 4.5.14
Closes gh-33573
2022-12-21 08:04:00 -08:00
Phillip Webb
07ce0c8b90 Upgrade to Elasticsearch 7.17.8
Closes gh-33572
2022-12-21 08:03:57 -08:00
Phillip Webb
fb619cf76f Upgrade to Dropwizard Metrics 4.2.14
Closes gh-33571
2022-12-21 08:03:54 -08:00
Phillip Webb
60b943eeec Upgrade to Byte Buddy 1.12.20
Closes gh-33570
2022-12-21 08:03:35 -08:00
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.
2022-12-21 16:38:32 +01:00
Brian Clozel
a054cb7cd6 Merge branch '2.7.x'
Closes gh-33558
2022-12-21 13:45:09 +01:00
Brian Clozel
8c6526bb19 Upgrade to Reactor 2020.0.26
Closes gh-33543
2022-12-21 13:43:39 +01:00
Brian Clozel
3aca776b5d Upgrade to Spring Security 5.7.6
Closes gh-33544
2022-12-21 13:43:06 +01:00
Brian Clozel
63de8bf3ea Upgrade to Spring Kafka 3.0.1
Closes gh-33480
2022-12-20 17:17:49 +01:00
Brian Clozel
49da9b7183 Upgrade to Spring for GraphQL 1.1.1
Closes gh-33477
2022-12-20 17:17:07 +01:00
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
2022-12-19 18:24:36 +01:00
Brian Clozel
fcf120783a Upgrade to Spring Security 6.0.1
Closes gh-33479
2022-12-19 17:13:13 +01:00
Brian Clozel
3310b59520 Polish 2022-12-19 14:50:47 +01:00
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
2022-12-19 12:13:14 +01:00
Brian Clozel
5a973b9723 Upgrade to Spring Framework 6.0.3
Closes gh-33476
2022-12-18 21:15:05 +01:00
Brian Clozel
6b1aa48c35 Upgrade to Reactor 2022.0.1
Closes gh-33475
2022-12-18 21:14:30 +01:00
Moritz Halbritter
b132b5c317 Polish JSON classes 2022-12-16 16:09:21 +01:00
Moritz Halbritter
08659baeba Polish away public modifier on tests 2022-12-16 16:08:44 +01:00
Moritz Halbritter
1754018a7b Polish DevToolsDataSourceAutoConfiguration 2022-12-16 15:56:45 +01:00
Moritz Halbritter
f36e2ecb7b Use AutoClosables with try-with-resources
Closes gh-33538
2022-12-16 15:43:15 +01:00
Moritz Halbritter
725337f976 Make fields final
Closes gh-33537
2022-12-16 14:28:44 +01:00
Moritz Halbritter
216d15997a Merge branch '2.7.x'
Closes gh-33512
2022-12-12 11:41:09 +01:00
Moritz Halbritter
76858aebc2 Merge pull request #33460 from aksh1618
* pr-33460:
  Fix typo in tomcat accesslog checkExists doc

Closes gh-33460
2022-12-12 11:39:40 +01:00
Aakarshit Uppal
2bb8dadeb3 Fix typo in tomcat accesslog checkExists doc
See gh-33460
2022-12-12 11:38:57 +01:00
Moritz Halbritter
ecbc768aa9 Merge pull request #33505 from peter-janssen
* pr-33505:
  Fix documented Java compiler level

Closes gh-33505
2022-12-12 11:35:34 +01:00
peter-janssen
9a74c862dd Fix documented Java compiler level
See gh-33505
2022-12-12 11:34:25 +01:00
Moritz Halbritter
47eb3b11b9 Upgrade Tomcat to 10.1.4
Closes gh-33167
Closes gh-33071
2022-12-12 11:19:30 +01:00