Commit Graph

44888 Commits (3a12a86ea26f30ca0d00aa71c8d6c345c13b8706)
 

Author SHA1 Message Date
Stephane Nicoll 3a12a86ea2 Upgrade to Byte Buddy 1.14.7
Closes gh-37311
1 year ago
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
1 year ago
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
1 year ago
Andy Wilkinson 04c9c166e6 Merge pull request #37119 from zpavloudis
* gh-37119:
  Polish "Support unwrapping in ValidatorAdapter"
  Support unwrapping in ValidatorAdapter

Closes gh-37119
1 year ago
Andy Wilkinson 4085425f91 Polish "Support unwrapping in ValidatorAdapter"
See gh-37119
1 year ago
Zisis Pavloudis eb6b151c41 Support unwrapping in ValidatorAdapter
See gh-37119
1 year ago
Andy Wilkinson 0242ba8a13 Merge branch '3.1.x' 1 year ago
Andy Wilkinson 7754dd290a Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson 994bafdfd9 Merge branch '2.7.x' into 3.0.x 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
Andy Wilkinson 6f7bdb9751 Merge pull request #37272 from eddumelendez
* gh-37272:
  Add pulsar starters into dependency management

Closes gh-37272
1 year ago
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
1 year ago
Stephane Nicoll e22ae279d7 Merge branch '3.1.x' 1 year ago
Stephane Nicoll fcfd7b2655 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 571c8291a2 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 342419edb3 Upgrade to Tomcat 10.1.13
Closes gh-37306
1 year ago
Stephane Nicoll 8a69af94f2 Upgrade to Spring Kafka 3.0.11
Closes gh-37305
1 year ago
Stephane Nicoll f4f18d1d51 Upgrade to SLF4J 2.0.9
Closes gh-37304
1 year ago
Stephane Nicoll 6faff5e311 Upgrade to REST Assured 5.3.2
Closes gh-37303
1 year ago
Stephane Nicoll bb5aa0dbd8 Upgrade to Pooled JMS 3.1.2
Closes gh-37302
1 year ago
Stephane Nicoll b70cee9841 Upgrade to Native Build Tools Plugin 0.9.26
Closes gh-37301
1 year ago
Stephane Nicoll 82768cf500 Upgrade to Jetty 11.0.16
Closes gh-37300
1 year ago
Stephane Nicoll 35dd81ae22 Upgrade to Tomcat 10.1.13
Closes gh-37295
1 year ago
Stephane Nicoll 697f3bb6b4 Upgrade to Spring Kafka 3.0.11
Closes gh-37294
1 year ago
Stephane Nicoll b30ff3c6b2 Upgrade to SLF4J 2.0.9
Closes gh-37293
1 year ago
Stephane Nicoll 873323f36f Upgrade to Native Build Tools Plugin 0.9.26
Closes gh-37292
1 year ago
Stephane Nicoll 902eb2d7fa Upgrade to Jetty 11.0.16
Closes gh-37291
1 year ago
Stephane Nicoll 400a24245a Upgrade to Infinispan 14.0.17.Final
Closes gh-37299
1 year ago
Stephane Nicoll 999a7b159e Upgrade to Hibernate 6.2.8.Final
Closes gh-37298
1 year ago
Stephane Nicoll 0206c30238 Upgrade to Couchbase Client 3.4.10
Closes gh-37297
1 year ago
Stephane Nicoll bb8b31d865 Upgrade to Infinispan 14.0.17.Final
Closes gh-37290
1 year ago
Stephane Nicoll a52d7e255b Upgrade to Couchbase Client 3.4.10
Closes gh-37289
1 year ago
Moritz Halbritter fa42316652 Use spring.application.name for OTel service.name when not set
Closes gh-37285
1 year ago
Stephane Nicoll cf3d5cad2d Upgrade to Byte Buddy 1.14.7
Closes gh-37296
1 year ago
Stephane Nicoll 615d4b83ef Upgrade to Tomcat 9.0.80
Closes gh-37288
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
Moritz Halbritter 11ebe32dcf Remove dependency to opentelemetry-sdk
Closes gh-37284
1 year ago
Stephane Nicoll 262eb5cd25 Merge branch '3.1.x' 1 year ago
Stephane Nicoll def2fe3235 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 31fc124c77 Start building against Spring Retry 2.0.3 snapshots
See gh-37281
1 year ago
Stephane Nicoll ad11c57013 Start building against Spring Retry 2.0.3 snapshots
See gh-37280
1 year ago
Stephane Nicoll a5ed46846f Start building against Spring Retry 2.0.3 snapshots
See gh-37279
1 year ago
Brian Clozel 16940518c1 Polish GraphQL QueryBE and QueryDSL auto-configurations
Closes gh-34974
1 year ago
Andy Wilkinson 8fad26a0b4 Merge branch '3.1.x'
Closes gh-37271
1 year ago
Andy Wilkinson a9f91f87da Merge branch '3.0.x' into 3.1.x
Closes gh-37270
1 year ago
Andy Wilkinson 48c8928d0c Manage ehcache dependencies without their classifiers as well
Closes gh-37243
1 year ago
Andy Wilkinson d8c3902a7e Polish 1 year ago
Andy Wilkinson 3099d360dd Merge branch '3.1.x' 1 year ago
Andy Wilkinson e01b380d21 Start building against Spring Integration 6.1.3 snapshots
See gh-37267
1 year ago