Commit Graph

41799 Commits (6d1880083be84815e6914c636b0b389d026de240)
 

Author SHA1 Message Date
Phillip Webb 7f5dc1cde5 Merge branch '3.0.x'
Closes gh-34618
2 years ago
Phillip Webb dcb41b03a0 Merge branch '2.7.x' into 3.0.x
Closes gh-34617
2 years ago
Phillip Webb aea57fbd41 Consider the underling file in equals/hashcode
Update `StandardConfigDataResource` so that the underlying file is
considered in equals/hashcode. Prior to this commit, if the classpath
included `.` then the same resource could be loaded twice. Once via
a `ClassPathResource` and once via a `FileSystemResource`.

Fixes gh-34212
2 years ago
Phillip Webb 837ea04cd1 Merge branch '3.0.x'
Closes gh-34611
2 years ago
Phillip Webb 5d21c3616f Don't treat Kotlin data classes as immutable
Unlike records, Kotlin data classes are mutable and so we can't apply
the same constructor detection logic.

Fixes gh-34500
2 years ago
Andy Wilkinson 65cbcb95b6 Start building against Spring AMQP 3.0.3 snapshots
See gh-34610
2 years ago
Andy Wilkinson e3dd11460f Upgrade to Reactor Bom 2022.0.5
Closes gh-34553
2 years ago
Andy Wilkinson 11e55d56ce Merge branch '3.0.x' 2 years ago
Andy Wilkinson d070ee284d Start building against Spring AMQP 3.0.3 snapshots
See gh-34608
2 years ago
Andy Wilkinson 1dbf335e5a Merge branch '3.0.x' 2 years ago
Andy Wilkinson 916851abb3 Merge branch '2.7.x' into 3.0.x 2 years ago
Andy Wilkinson 837ac85f3b Start building against Spring AMQP 2.4.11 snapshots
See gh-34607
2 years ago
Andy Wilkinson df3ed90b50 Merge branch '3.0.x' 2 years ago
Andy Wilkinson 1a79cced6a Upgrade to Reactor Bom 2022.0.5
Closes gh-34538
2 years ago
Andy Wilkinson 027ae9c026 Upgrade to Micrometer Tracing 1.1.0-M2
Closes gh-34547
2 years ago
Andy Wilkinson 589775985d Upgrade to Micrometer 1.11.0-M2
Closes gh-34546
2 years ago
Andy Wilkinson fade92cc75 Merge branch '3.0.x' 2 years ago
Andy Wilkinson 8521afcee7 Upgrade to Micrometer Tracing 1.0.3
Closes gh-34537
2 years ago
Andy Wilkinson 6f946407bc Upgrade to Micrometer 1.10.5
Closes gh-34536
2 years ago
Andy Wilkinson 8272a95af8 Merge branch '3.0.x' 2 years ago
Andy Wilkinson 938809464a Merge branch '2.7.x' into 3.0.x 2 years ago
Andy Wilkinson 7022d9abbb Upgrade to Reactor Bom 2020.0.30
Closes gh-34529
2 years ago
Andy Wilkinson 7f2002fe44 Upgrade to Micrometer 1.9.9
Closes gh-34528
2 years ago
Andy Wilkinson 59921d823c Merge branch '3.0.x'
Closes gh-34606
2 years ago
Andy Wilkinson d9c5f274c8 Merge branch '2.7.x' into 3.0.x
Closes gh-34605
2 years ago
Andy Wilkinson 61d92523bd Merge pull request #34421 from 1993heqiang
* gh-34421:
  Polish name of JettyServletWebServerFactory bean method

Closes gh-34421
2 years ago
1993heqiang a3bb3b1510 Polish name of JettyServletWebServerFactory bean method
See gh-34421
2 years ago
Andy Wilkinson ef6c9853e9 Merge branch '3.0.x'
Closes gh-34604
2 years ago
Andy Wilkinson f59c23c3d9 Merge pull request #34596 from benelog
* gh-34596:
  Polish "Fix Javadoc in JobLauncherApplicationRunner"
  Fix Javadoc in JobLauncherApplicationRunner

Closes gh-34596
2 years ago
Andy Wilkinson 03865eebd7 Polish "Fix Javadoc in JobLauncherApplicationRunner"
See gh-34596
2 years ago
Sanghyuk Jung 03acc0273e Fix Javadoc in JobLauncherApplicationRunner
See gh-34596
2 years ago
Andy Wilkinson d51a042cb2 Merge branch '3.0.x'
Closes gh-34603
2 years ago
Andy Wilkinson 7f807dccb7 Merge branch '2.7.x' into 3.0.x
Closes gh-34602
2 years ago
Andy Wilkinson dee145d873 Merge pull request #34567 from 1993heqiang
* gh-34567:
  Polish "Update two references to old APIs in the docs"
  Update two references to old APIs in the docs

Closes gh-34567
2 years ago
Andy Wilkinson da156224aa Polish "Update two references to old APIs in the docs"
See gh-34567
2 years ago
1993heqiang e447c49f3b Update two references to old APIs in the docs
See gh-34567
2 years ago
Andy Wilkinson bfeeda6fbc Merge branch '3.0.x'
Closes gh-34601
2 years ago
Andy Wilkinson 220c4b671b Merge branch '2.7.x' into 3.0.x
Closes gh-34600
2 years ago
Andy Wilkinson cfd4341a8e Merge pull request #34587 from izeye
* gh-34587:
  Polish Javadoc since tags for gh-34324

Closes gh-34587
2 years ago
Johnny Lim 00f388fa6f Polish Javadoc since tags for gh-34324
See gh-34587
2 years ago
Andy Wilkinson eda299df90 Configure exception resolver for `@GraphQlExceptionHandler` methods
To apply `@ControllerAdvice` exception handling to non-controller
DataFetcher implementations like QueryDslDataFetcher,
QueryByExampleDataFetcher, and others, this commit exposes the
DataFetcherExceptionResolver from AnnotatedControllerConfigurer as a
bean. The existing auto-configured for DataFetcherExceptionResolver
then picks this up and passes it into the builder used to create the
GraphQlSource.

Closes gh-34526
2 years ago
Andy Wilkinson 45d36a5f42 Upgrade to UnboundID LDAPSDK 6.0.8
Closes gh-34583
2 years ago
Andy Wilkinson daba3ce52b Upgrade to Tomcat 10.1.7
Closes gh-34582
2 years ago
Andy Wilkinson d9e8629ed4 Upgrade to OpenTelemetry 1.24.0
Closes gh-34581
2 years ago
Andy Wilkinson 3d88961581 Upgrade to Maven Compiler Plugin 3.11.0
Closes gh-34579
2 years ago
Andy Wilkinson a878e6c91c Upgrade to Liquibase 4.20.0
Closes gh-34578
2 years ago
Andy Wilkinson b26803d7a8 Upgrade to Json-smart 2.4.9
Closes gh-34577
2 years ago
Andy Wilkinson b16518f7fc Upgrade to jOOQ 3.18.0
Closes gh-34576
2 years ago
Andy Wilkinson 6a159e982f Upgrade to Jetty 11.0.14
Closes gh-34575
2 years ago
Andy Wilkinson 87957f1ad8 Upgrade to Jetty Reactive HTTPClient 3.0.8
Closes gh-34574
2 years ago