Commit Graph

22372 Commits

Author SHA1 Message Date
Stephane Nicoll 172b4c846a Upgrade to H2 2.2.222
Closes gh-37316
2023-09-11 15:15:57 +02:00
Stephane Nicoll 0b07c24bbd Upgrade to Flyway 9.22.0
Closes gh-37315
2023-09-11 15:15:57 +02:00
Stephane Nicoll 8283db3005 Upgrade to Elasticsearch Client 8.9.2
Closes gh-37314
2023-09-11 15:15:57 +02:00
Stephane Nicoll 18177451a9 Upgrade to Couchbase Client 3.4.10
Closes gh-37313
2023-09-11 15:15:57 +02:00
Stephane Nicoll 1ffb580d6f Upgrade to Commons DBCP2 2.10.0
Closes gh-37312
2023-09-11 15:15:57 +02:00
Stephane Nicoll 3a12a86ea2 Upgrade to Byte Buddy 1.14.7
Closes gh-37311
2023-09-11 15:15:56 +02:00
Brian Clozel 0d902c1323 Document Welcome Page support ordering
This commit documents the relative ordering of `HandlerMapping` support
in Spring MVC and WebFlux applications.
As of Spring Framework 6.1.0, the Welcome Page support acts as a
fallback in case no index route has been defined by the application as a
`RouterFunction` or within an annotated `@Controller`.

Closes gh-34846
2023-09-11 15:04:43 +02:00
Brian Clozel c951c4c212 Polish GraphQL auto-configuration changes
This commit fixes build issues, as the recent changes surfaced an
existing problem: QueryDsl auto-configurations were not guarded by
classpath conditions for QueryDsl Core.

See gh-34974
2023-09-11 12:55:27 +02:00
Andy Wilkinson 4085425f91 Polish "Support unwrapping in ValidatorAdapter"
See gh-37119
2023-09-11 11:03:33 +01:00
Zisis Pavloudis eb6b151c41 Support unwrapping in ValidatorAdapter
See gh-37119
2023-09-11 10:42:32 +01:00
Andy Wilkinson 0242ba8a13 Merge branch '3.1.x' 2023-09-11 10:32:34 +01:00
Andy Wilkinson 7754dd290a Merge branch '3.0.x' into 3.1.x 2023-09-11 10:32:24 +01:00
Andy Wilkinson 994bafdfd9 Merge branch '2.7.x' into 3.0.x 2023-09-11 10:32:13 +01:00
Marten Deinum 5141e5c4ac Fix description of brokerUrl property in ArtemisProperties
Update description to refer to url instead of port.

See gh-37260
2023-09-11 10:31:19 +01:00
Eddú Meléndez 10f9f29b2b Add pulsar starters into dependency management
Spring for Apache Pulsar was added, introducing two new starters.
Those starters should be listed in dependency management.

See gh-37272
2023-09-11 10:27:54 +01:00
Stephane Nicoll 8a69af94f2 Upgrade to Spring Kafka 3.0.11
Closes gh-37305
2023-09-11 11:00:15 +02:00
Stephane Nicoll f4f18d1d51 Upgrade to SLF4J 2.0.9
Closes gh-37304
2023-09-11 11:00:15 +02:00
Stephane Nicoll 6faff5e311 Upgrade to REST Assured 5.3.2
Closes gh-37303
2023-09-11 11:00:15 +02:00
Stephane Nicoll bb5aa0dbd8 Upgrade to Pooled JMS 3.1.2
Closes gh-37302
2023-09-11 11:00:14 +02:00
Stephane Nicoll 82768cf500 Upgrade to Jetty 11.0.16
Closes gh-37300
2023-09-11 11:00:14 +02:00
Stephane Nicoll 697f3bb6b4 Upgrade to Spring Kafka 3.0.11
Closes gh-37294
2023-09-11 10:59:51 +02:00
Stephane Nicoll b30ff3c6b2 Upgrade to SLF4J 2.0.9
Closes gh-37293
2023-09-11 10:59:51 +02:00
Stephane Nicoll 902eb2d7fa Upgrade to Jetty 11.0.16
Closes gh-37291
2023-09-11 10:59:50 +02:00
Stephane Nicoll 400a24245a Upgrade to Infinispan 14.0.17.Final
Closes gh-37299
2023-09-11 10:53:53 +02:00
Stephane Nicoll 999a7b159e Upgrade to Hibernate 6.2.8.Final
Closes gh-37298
2023-09-11 10:53:53 +02:00
Stephane Nicoll 0206c30238 Upgrade to Couchbase Client 3.4.10
Closes gh-37297
2023-09-11 10:53:53 +02:00
Stephane Nicoll bb8b31d865 Upgrade to Infinispan 14.0.17.Final
Closes gh-37290
2023-09-11 10:51:59 +02:00
Stephane Nicoll a52d7e255b Upgrade to Couchbase Client 3.4.10
Closes gh-37289
2023-09-11 10:51:59 +02:00
Moritz Halbritter fa42316652 Use spring.application.name for OTel service.name when not set
Closes gh-37285
2023-09-11 10:45:40 +02:00
Stephane Nicoll cf3d5cad2d Upgrade to Byte Buddy 1.14.7
Closes gh-37296
2023-09-11 10:28:57 +02:00
Stephane Nicoll 0b2f22be59 Upgrade to Jetty 9.4.52.v20230823
Closes gh-37287
2023-09-11 10:13:38 +02:00
Stephane Nicoll c8178b21b7 Upgrade to Elasticsearch 7.17.13
Closes gh-37286
2023-09-11 10:13:33 +02:00
Moritz Halbritter 11ebe32dcf Remove dependency to opentelemetry-sdk
Closes gh-37284
2023-09-11 09:49:28 +02:00
Stephane Nicoll 31fc124c77 Start building against Spring Retry 2.0.3 snapshots
See gh-37281
2023-09-11 08:57:55 +02:00
Stephane Nicoll ad11c57013 Start building against Spring Retry 2.0.3 snapshots
See gh-37280
2023-09-11 08:56:41 +02:00
Stephane Nicoll a5ed46846f Start building against Spring Retry 2.0.3 snapshots
See gh-37279
2023-09-11 08:54:24 +02:00
Brian Clozel 16940518c1 Polish GraphQL QueryBE and QueryDSL auto-configurations
Closes gh-34974
2023-09-08 17:52:42 +02:00
Andy Wilkinson 8fad26a0b4 Merge branch '3.1.x'
Closes gh-37271
2023-09-08 15:45:37 +01:00
Andy Wilkinson a9f91f87da Merge branch '3.0.x' into 3.1.x
Closes gh-37270
2023-09-08 15:45:25 +01:00
Andy Wilkinson 48c8928d0c Manage ehcache dependencies without their classifiers as well
Closes gh-37243
2023-09-08 15:44:12 +01:00
Andy Wilkinson d8c3902a7e Polish 2023-09-08 14:56:18 +01:00
Andy Wilkinson e01b380d21 Start building against Spring Integration 6.1.3 snapshots
See gh-37267
2023-09-08 14:14:07 +01:00
Andy Wilkinson 83a920a28f Start building against Spring GraphQL 1.2.3 snapshots
See gh-37266
2023-09-08 14:14:06 +01:00
Andy Wilkinson 4bd8c350f2 Start building against Spring Framework 6.0.12 snapshots
See gh-37265
2023-09-08 14:14:06 +01:00
Andy Wilkinson af72bf1671 Start building against Spring AMQP 3.0.9 snapshots
See gh-37264
2023-09-08 14:13:15 +01:00
Andy Wilkinson 04f55ada44 Start building against Reactor Bom 2022.0.11 snapshots
See gh-37263
2023-09-08 14:13:08 +01:00
Andy Wilkinson f4e731bdbb Start building against Micrometer Tracing 1.1.5 snapshots
See gh-37262
2023-09-08 14:13:03 +01:00
Andy Wilkinson 8ecb7d33c9 Start building against Micrometer 1.11.4 snapshots
See gh-37261
2023-09-08 14:12:59 +01:00
Brian Clozel 32b65e85ae Add config property for GraphQL Schema Mapping Inspection
This commit adds a new `spring.graphql.schema.inspection.enabled`
property, which is `true` by default.
This property enables the logging at the INFO level of the GraphQL
Schema inspection report.
During startup, Spring for GraphQL will inspect the schema and report
fields and registrations that are unmapped in the application.

Closes gh-36252
2023-09-08 14:58:24 +02:00
Andy Wilkinson 5de5331102 Start building against Spring GraphQL 1.1.6 snapshots
See gh-37259
2023-09-08 12:07:43 +01:00