Andy Wilkinson
2ef33dc81f
Add ConnectionDetail support to Mongo auto-configuration
...
Update Mongo auto-configuration so that `MongoConnectionDetails`
beans may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:25 +00:00
Andy Wilkinson
042f0c8520
Add ConnectionDetail support to Kafka auto-configuration
...
Update Kafka auto-configuration so that `KafkaConnectionDetails`
beans may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:25 +00:00
Andy Wilkinson
d860d875b9
Add ConnectionDetail support to Influx auto-configuration
...
Update Influx auto-configuration so that `InfluxDbConnectionDetails`
beans may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:24 +00:00
Andy Wilkinson
4cc7958c0b
Add ConnectionDetail support to Elasticsearch auto-configuration
...
Update Elasticsearch auto-configuration so that
`ElasticsearchConnectionDetails` beans may be optionally used to
provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:24 +00:00
Andy Wilkinson
9f187bb13a
Add ConnectionDetail support to Couchbase auto-configuration
...
Update Couchbase auto-configuration so that
`CouchbaseConnectionDetails` beans may be optionally used to provide
connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:24 +00:00
Andy Wilkinson
4307fdc0a0
Add ConnectionDetail support to Cassandra auto-configuration
...
Update Cassandra auto-configuration so that `CassandraConnectionDetails`
beans may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:23 +00:00
Andy Wilkinson
61e9fe8cd4
Add ConnectionDetail support to R2DBC auto-configuration
...
Update R2DBC auto-configuration so that `R2dbcConnectionDetails` beans
may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 09:25:23 +00:00
Andy Wilkinson
d09ac00824
Add ConnectionDetail support to JDBC auto-configuration
...
Update JDBC auto-configuration so that `JdbcConnectionDetails` beans
may be optionally used to provide connection details.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 01:22:44 -07:00
Andy Wilkinson
aa91f2b8b6
Introduce ConnectionDetails interface
...
Add a `ConnectionDetails` tagging interface which will be used
to mark beans that are a source of configuration settings for
connection to a remove service. When such beans are available,
they will take precedence over any connection-related
configuration properties. Configuration properties that are not
related to the connection itself, such as properties that control
the size and behavior of a connection pool, will still used.
See gh-34657
Co-Authored-By: Mortitz Halbritter <mkammerer@vmware.com>
Co-Authored-By: Phillip Webb <pwebb@vmware.com>
2023-03-24 01:14:31 -07:00
Phillip Webb
c0f59a1f61
Merge branch '3.0.x'
2023-03-23 23:04:35 -07:00
Phillip Webb
d3cdaf9d01
Merge branch '2.7.x' into 3.0.x
2023-03-23 23:04:01 -07:00
Mortitz Halbritter
dcb4f3cf97
Polish
2023-03-23 23:03:46 -07:00
Phillip Webb
3dbc3a1943
Merge branch '3.0.x'
2023-03-23 23:01:32 -07:00
Mortitz Halbritter
42187e7bff
Polish
2023-03-23 23:00:58 -07:00
Phillip Webb
b6777524f7
Merge branch '2.7.x' into 3.0.x
2023-03-23 23:00:50 -07:00
Mortitz Halbritter
bece347987
Polish
2023-03-23 22:59:26 -07:00
Andy Wilkinson
1eb5bbe3ea
Polish "Allow ProblemDetailsExceptionHandlers to be proxied"
...
See gh-34503
2023-03-23 20:38:41 +00:00
Volkan Yazıcı
b96a8dd370
Allow ProblemDetailsExceptionHandlers to be proxied
...
See gh-34503
2023-03-23 20:08:43 +00:00
Andy Wilkinson
5348e246a5
Provide dependency management for Testcontainers
...
Closes gh-34712
2023-03-23 16:49:08 +00:00
Andy Wilkinson
6d5e76e14e
Polish "Configure support for GraphQL pagination and sorting"
...
See gh-34677
2023-03-23 13:41:05 +00:00
Brian Clozel
7109542e3f
Configure support for GraphQL pagination and sorting
...
This commit auto-configures the new pagination and sorting support for
Spring for GraphQL, if Spring Data is available.
The `GraphQlAutoConfiguration` now contributes a `CursorStrategy` bean
that is used to set up the pagination and sorting data fetching
infrastructure.
This commit also configures by default a
`ConnectionTypeDefinitionConfigurer` that automatically detects
`*Connection` types and contributes the relevant schema definitions
according to the Relay spec.
See gh-34677
2023-03-23 13:40:24 +00:00
Andy Wilkinson
f13d6e6862
Revert "Merge pull request #33643 from libetl"
...
This reverts commit 25e8f2d575
, reversing
changes made to e5bc9a2fcb
.
Unfortunately, upon additional review we realised that these changes
should not have been accepted. They're a partial implementation of
support for programmatically configuring Logback, implemented in a way
that only works during AOT processing and also potentially makes it
harder for us to implement full support in the future.
Closes gh-34361
2023-03-23 13:39:54 +00:00
Andy Wilkinson
919c8aa218
Merge branch '3.0.x'
...
Closes gh-34731
2023-03-23 10:02:27 +00:00
Andy Wilkinson
fa63f6cc9e
Stop using an instance supplier in EntityScanPackages' bean definition
...
Closes gh-34371
2023-03-23 10:02:14 +00:00
Andy Wilkinson
35a7669e0e
Merge branch '3.0.x'
...
Closes gh-34727
2023-03-23 07:47:34 +00:00
Andy Wilkinson
26376ffcb1
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34726
2023-03-23 07:47:16 +00:00
Andy Wilkinson
1fc3c34fa2
Document support for Java 20
...
Closes gh-34642
2023-03-23 07:45:46 +00:00
Andy Wilkinson
1693f81407
Upgrade to SQLite JDBC 3.41.2.0
...
Closes gh-34725
2023-03-23 07:39:53 +00:00
Andy Wilkinson
c3156a8f50
Upgrade to Spring Integration 6.1.0-M2
...
Closes gh-34552
2023-03-23 07:39:46 +00:00
Andy Wilkinson
09191b16f0
Upgrade to Selenium HtmlUnit 4.8.1.1
...
Closes gh-34690
2023-03-22 21:37:22 +00:00
Andy Wilkinson
65fe80cd9f
Upgrade to Oracle R2DBC 1.1.1
...
Closes gh-34723
2023-03-22 21:36:41 +00:00
Andy Wilkinson
14d12da5a4
Upgrade to Spring Integration 6.0.4
...
Closes gh-34542
2023-03-22 21:33:01 +00:00
Andy Wilkinson
1508e3cec8
Upgrade to Spring Integration 5.5.17
...
Closes gh-34722
2023-03-22 21:16:25 +00:00
Andy Wilkinson
f06536f642
Polish Authorization Server auto-configuration
2023-03-22 19:26:38 +00:00
Andy Wilkinson
c56b190b6c
Upgrade to GraphQL Java 19.4
...
Closes gh-34718
2023-03-22 19:24:20 +00:00
Andy Wilkinson
dd8f0c4e98
Upgrade to GraphQL Java 18.4
...
Closes gh-34717
2023-03-22 19:22:33 +00:00
Andy Wilkinson
add78d4e8d
Upgrade to MariaDB 3.1.3
...
Closes gh-34716
2023-03-22 17:52:45 +00:00
Andy Wilkinson
71fd42f5ad
Upgrade to GraphQL Java 20.1
...
Closes gh-34715
2023-03-22 17:52:32 +00:00
Andy Wilkinson
fa4c8162aa
Upgrade to Spring Security 6.1.0-M2
...
Closes gh-34549
2023-03-22 17:43:56 +00:00
Madhura Bhave
e6f602cec0
Polish "Add Spring Authorization Server support"
...
See gh-34003
2023-03-21 17:00:35 -07:00
Steve Riesenberg
25d77ee70b
Add Spring Authorization Server support
...
See gh-34003
2023-03-21 17:00:35 -07:00
Scott Frederick
a27bbbdfff
Merge branch '3.0.x'
...
Closes gh-34707
2023-03-21 15:20:10 -05:00
swapy
a450d8582d
Fix typo in Spring Batch auto-configuration documentation
...
See gh-34646
2023-03-21 15:16:09 -05:00
Scott Frederick
80403b2ea8
Merge branch '3.0.x'
...
Closes gh-34706
2023-03-21 15:06:58 -05:00
Scott Frederick
a8016b553e
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34705
2023-03-21 15:06:48 -05:00
Scott Frederick
1c05ad2852
Polish "Clarify conventions for custom error pages in WebFlux"
...
See gh-34534
2023-03-21 14:59:07 -05:00
Dave Syer
f285364f22
Clarify conventions for custom error pages in WebFlux
...
See gh-34534
2023-03-21 14:59:07 -05:00
Scott Frederick
9fa5aa3649
Merge branch '3.0.x'
...
Closes gh-
2023-03-21 14:56:16 -05:00
Scott Frederick
6a6f4a3928
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34704
2023-03-21 14:56:02 -05:00
Scott Frederick
bf48c6c7f3
Merge pull request #34517 from anthonydahanne
...
* gh-34517:
Polish "Add documentation for publishing images with Maven command line"
Add documentation for publishing images with Maven command line
Closes gh-34517
2023-03-21 14:52:21 -05:00
Andy Wilkinson
932c203e06
Upgrade to Spring Session Bom 2021.2.1
...
Closes gh-34533
2023-03-21 19:20:04 +00:00
Andy Wilkinson
718e001c86
Upgrade to Spring HATEOAS 2.1.0-M1
...
Closes gh-34703
2023-03-21 19:18:00 +00:00
Andy Wilkinson
13aea50c5b
Upgrade to Spring GraphQL 1.2.0-M1
...
Closes gh-34550
2023-03-21 19:15:42 +00:00
Andy Wilkinson
5652e8c1dd
Upgrade to Spring Data Bom 2023.0.0-M3
...
Closes gh-34548
2023-03-21 19:14:45 +00:00
Andy Wilkinson
77a1aa1139
Upgrade to Spring Session 3.1.0-M1
...
Closes gh-34551
2023-03-21 19:13:52 +00:00
Andy Wilkinson
8e1819ffbf
Upgrade to Spring Kafka 3.0.5
...
Closes gh-34555
2023-03-21 18:58:13 +00:00
Andy Wilkinson
9c8a68ee9c
Upgrade to Spring AMQP 3.0.3
...
Closes gh-34610
2023-03-21 18:58:13 +00:00
Andy Wilkinson
d77a885f12
Upgrade to Rabbit AMQP Client 5.17.0
...
Closes gh-34702
2023-03-21 18:58:12 +00:00
Andy Wilkinson
d316dfce63
Upgrade to jOOQ 3.18.1
...
Closes gh-34701
2023-03-21 18:58:07 +00:00
Andy Wilkinson
87c28636bd
Upgrade to Jedis 4.3.2
...
Closes gh-34700
2023-03-21 18:58:01 +00:00
Scott Frederick
cf5b654f96
Polish "Switch to single topic for same intervals in Spring Kafka retry config"
...
See gh-34504
2023-03-21 13:48:20 -05:00
Abhijeet Mishra
4abf6f95ae
Switch to single topic for same intervals in Spring Kafka retry config
...
See gh-34504
2023-03-21 13:48:20 -05:00
Scott Frederick
ad680ed4ea
Polish "Add documentation for publishing images with Maven command line"
...
See gh-34517
2023-03-21 13:30:50 -05:00
Anthony Dahanne
21978da02a
Add documentation for publishing images with Maven command line
...
See gh-34517
2023-03-21 13:30:50 -05:00
Andy Wilkinson
174103c747
Upgrade to Spring Session 3.0.1
...
Closes gh-34545
2023-03-21 18:14:24 +00:00
Andy Wilkinson
7f860d20cf
Upgrade to Spring Kafka 3.0.5
...
Closes gh-34543
2023-03-21 18:14:24 +00:00
Andy Wilkinson
11e7df66b9
Upgrade to Spring GraphQL 1.1.3
...
Closes gh-34541
2023-03-21 18:14:23 +00:00
Andy Wilkinson
c5b352bd2e
Upgrade to Spring AMQP 3.0.3
...
Closes gh-34608
2023-03-21 18:14:22 +00:00
Andy Wilkinson
dc96511b66
Upgrade to jOOQ 3.17.10
...
Closes gh-34699
2023-03-21 18:14:22 +00:00
Andy Wilkinson
21bd505c22
Upgrade to Jedis 4.3.2
...
Closes gh-34698
2023-03-21 18:14:15 +00:00
Andy Wilkinson
fbce81fd24
Upgrade to Spring GraphQL 1.0.4
...
Closes gh-34532
2023-03-21 18:11:18 +00:00
Andy Wilkinson
0f0222b0f8
Upgrade to Spring AMQP 2.4.11
...
Closes gh-34607
2023-03-21 18:11:18 +00:00
Andy Wilkinson
fd01b3d480
Prohibit upgrades to Selenium HtmlUnit Driver 4.8.1
...
See gh-34690
2023-03-21 12:09:27 +00:00
Andy Wilkinson
72b1035284
Prohibit upgrades to Flyway 9.16
...
See gh-34682
2023-03-21 12:05:16 +00:00
Andy Wilkinson
439dee4b80
Upgrade to SQLite JDBC 3.41.0.1
...
Closes gh-34692
2023-03-21 12:04:38 +00:00
Andy Wilkinson
0af4c5507d
Upgrade to Spring Retry 2.0.1
...
Closes gh-34556
2023-03-21 12:04:38 +00:00
Andy Wilkinson
37e6853105
Upgrade to Spring Framework 6.0.7
...
Closes gh-34554
2023-03-21 12:04:37 +00:00
Andy Wilkinson
08cf632f7f
Upgrade to SLF4J 2.0.7
...
Closes gh-34691
2023-03-21 12:04:37 +00:00
Andy Wilkinson
877b30865e
Upgrade to Postgresql 42.6.0
...
Closes gh-34689
2023-03-21 12:04:37 +00:00
Andy Wilkinson
af5f5a0587
Upgrade to Netty 4.1.90.Final
...
Closes gh-34688
2023-03-21 12:04:36 +00:00
Andy Wilkinson
7283493031
Upgrade to Maven Help Plugin 3.4.0
...
Closes gh-34687
2023-03-21 12:04:36 +00:00
Andy Wilkinson
73ee97b095
Upgrade to Logback 1.4.6
...
This commit includes a change to stop using an API in Logback that
has been deprecated without replacement. As Logback now only supports
.xml configuration files, it would only ever have thrown an
exception. The call to the API has been replaced with thrown an
exception directly.
Closes gh-34686
2023-03-21 12:04:35 +00:00
Andy Wilkinson
9622b2b2eb
Upgrade to Json-smart 2.4.10
...
Closes gh-34685
2023-03-21 12:04:35 +00:00
Andy Wilkinson
6d1880083b
Upgrade to Infinispan 14.0.7.Final
...
Closes gh-34684
2023-03-21 12:04:35 +00:00
Andy Wilkinson
6949306e3d
Upgrade to Groovy 4.0.10
...
Closes gh-34683
2023-03-21 12:04:34 +00:00
Andy Wilkinson
f8613c7371
Upgrade to Dropwizard Metrics 4.2.18
...
Closes gh-34681
2023-03-21 10:41:06 +00:00
Andy Wilkinson
1b1b3d7023
Upgrade to Couchbase Client 3.4.4
...
Closes gh-34680
2023-03-21 10:40:59 +00:00
Andy Wilkinson
b51506f16f
Upgrade to Byte Buddy 1.14.2
...
Closes gh-34679
2023-03-21 10:40:54 +00:00
Andy Wilkinson
e825a6eb1a
Upgrade to UnboundID LDAPSDK 6.0.8
...
Closes gh-34675
2023-03-21 10:07:21 +00:00
Andy Wilkinson
f6add35f8b
Upgrade to Tomcat 10.1.7
...
Closes gh-34674
2023-03-21 10:07:21 +00:00
Andy Wilkinson
fe77ddca24
Upgrade to Spring Retry 2.0.1
...
Closes gh-34544
2023-03-21 09:37:35 +00:00
Andy Wilkinson
3e5ee42f6d
Upgrade to Spring HATEOAS 2.0.3
...
Closes gh-34673
2023-03-21 09:37:35 +00:00
Andy Wilkinson
67deba5c88
Upgrade to Spring Framework 6.0.7
...
Closes gh-34540
2023-03-21 09:37:34 +00:00
Andy Wilkinson
48a6086f51
Upgrade to Spring Data Bom 2022.0.4
...
Closes gh-34539
2023-03-21 09:37:34 +00:00
Andy Wilkinson
cec029e8c3
Upgrade to SLF4J 2.0.7
...
Closes gh-34672
2023-03-21 09:37:34 +00:00
Andy Wilkinson
708e01bf6a
Upgrade to Netty 4.1.90.Final
...
Closes gh-34671
2023-03-21 09:37:34 +00:00
Andy Wilkinson
6fdc6fa619
Upgrade to Logback 1.4.6
...
This commit includes a change to stop using an API in Logback that
has been deprecated without replacement. As Logback now only supports
.xml configuration files, it would only ever have thrown an
exception. The call to the API has been replaced with thrown an
exception directly.
Closes gh-34670
2023-03-21 09:36:31 +00:00
Andy Wilkinson
b60583a073
Upgrade to Json-smart 2.4.10
...
Closes gh-34669
2023-03-21 08:32:47 +00:00
Andy Wilkinson
ac54afe694
Upgrade to jOOQ 3.17.9
...
Closes gh-34668
2023-03-21 08:32:42 +00:00
Andy Wilkinson
7c5291185e
Upgrade to Jetty Reactive HTTPClient 3.0.8
...
Closes gh-34667
2023-03-21 08:32:36 +00:00
Andy Wilkinson
22b350583a
Upgrade to Infinispan 14.0.7.Final
...
Closes gh-34666
2023-03-21 08:32:31 +00:00
Andy Wilkinson
876d45b91a
Upgrade to Groovy 4.0.10
...
Closes gh-34665
2023-03-21 08:32:26 +00:00
Andy Wilkinson
d6c38b30d7
Upgrade to Dropwizard Metrics 4.2.18
...
Closes gh-34664
2023-03-21 08:32:21 +00:00
Andy Wilkinson
dcef19b6a6
Upgrade to Couchbase Client 3.4.4
...
Closes gh-34663
2023-03-21 08:32:15 +00:00
Andy Wilkinson
e1d3743da6
Upgrade to Caffeine 3.1.5
...
Closes gh-34662
2023-03-21 08:32:08 +00:00
Scott Frederick
3d65be0e1c
Merge branch '3.0.x'
...
Closes gh-34660
2023-03-20 18:39:26 -05:00
Scott Frederick
86a1cfff6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34659
2023-03-20 18:39:11 -05:00
Scott Frederick
6dc0f90e00
Polish "Disable embedded web auto-config when not using embedded web server"
...
See gh-34332
2023-03-20 18:38:04 -05:00
Guirong Hu
b2facecb12
Disable embedded web auto-config when not using embedded web server
...
See gh-34332
2023-03-20 18:14:58 -05:00
Andy Wilkinson
fe39ee671d
Upgrade to UnboundID LDAPSDK 6.0.8
...
Closes gh-34656
2023-03-20 21:07:57 +00:00
Andy Wilkinson
4be288f672
Upgrade to Tomcat 9.0.73
...
Closes gh-34655
2023-03-20 21:07:57 +00:00
Andy Wilkinson
676cac99b7
Upgrade to Spring HATEOAS 1.5.4
...
Closes gh-34654
2023-03-20 19:39:47 +00:00
Andy Wilkinson
078c5f5c2c
Upgrade to Spring Framework 5.3.26
...
Closes gh-34531
2023-03-20 19:39:42 +00:00
Andy Wilkinson
97dab185dd
Upgrade to Spring Data Bom 2021.2.10
...
Closes gh-34530
2023-03-20 19:39:41 +00:00
Andy Wilkinson
71c7194af7
Upgrade to Netty 4.1.90.Final
...
Closes gh-34653
2023-03-20 19:39:41 +00:00
Andy Wilkinson
20558bf072
Upgrade to Json-smart 2.4.10
...
Closes gh-34652
2023-03-20 19:39:36 +00:00
Andy Wilkinson
bfba7fdee3
Upgrade to Jetty 9.4.51.v20230217
...
Closes gh-34651
2023-03-20 19:39:31 +00:00
Andy Wilkinson
7fa5dab8ac
Upgrade to Jetty Reactive HTTPClient 1.1.14
...
Closes gh-34650
2023-03-20 19:39:26 +00:00
Andy Wilkinson
419428842e
Upgrade to Groovy 3.0.16
...
Closes gh-34649
2023-03-20 19:39:21 +00:00
Andy Wilkinson
3744532dec
Upgrade to Dropwizard Metrics 4.2.18
...
Closes gh-34648
2023-03-20 19:39:16 +00:00
Andy Wilkinson
4d78125bcc
Rename Git Commit ID Plugin to match its renamed artifact
...
This commit renames the library from Git Commit ID Plugin to Git
Commit ID Maven Plugin. This will result in the name of the version
property that can be used to override Boot's plugin management
changing from git-commit-id-plugin.version to
git-commit-id-maven-plugin.version
Closes gh-34397
2023-03-16 10:08:26 +00:00
Phillip Webb
da925242f3
Polish 'Add SanitizableData.withSanitizedValue method'
...
See gh-34615
2023-03-15 15:17:52 -07:00
Rohan Goyal
f789c9a56e
Add SanitizableData.withSanitizedValue method
...
See gh-34615
2023-03-15 15:10:51 -07:00
Phillip Webb
7f5dc1cde5
Merge branch '3.0.x'
...
Closes gh-34618
2023-03-15 15:10:01 -07:00
Phillip Webb
dcb41b03a0
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34617
2023-03-15 15:09:44 -07:00
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
2023-03-15 13:52:10 -07:00
Phillip Webb
837ea04cd1
Merge branch '3.0.x'
...
Closes gh-34611
2023-03-14 18:04:39 -07:00
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
2023-03-14 18:03:15 -07:00
Andy Wilkinson
65cbcb95b6
Start building against Spring AMQP 3.0.3 snapshots
...
See gh-34610
2023-03-14 21:26:07 +00:00
Andy Wilkinson
e3dd11460f
Upgrade to Reactor Bom 2022.0.5
...
Closes gh-34553
2023-03-14 21:22:46 +00:00
Andy Wilkinson
d070ee284d
Start building against Spring AMQP 3.0.3 snapshots
...
See gh-34608
2023-03-14 20:31:09 +00:00
Andy Wilkinson
837ac85f3b
Start building against Spring AMQP 2.4.11 snapshots
...
See gh-34607
2023-03-14 20:15:41 +00:00
Andy Wilkinson
1a79cced6a
Upgrade to Reactor Bom 2022.0.5
...
Closes gh-34538
2023-03-14 20:12:55 +00:00
Andy Wilkinson
027ae9c026
Upgrade to Micrometer Tracing 1.1.0-M2
...
Closes gh-34547
2023-03-14 15:16:11 +00:00
Andy Wilkinson
589775985d
Upgrade to Micrometer 1.11.0-M2
...
Closes gh-34546
2023-03-14 15:15:26 +00:00
Andy Wilkinson
8521afcee7
Upgrade to Micrometer Tracing 1.0.3
...
Closes gh-34537
2023-03-14 15:11:53 +00:00
Andy Wilkinson
6f946407bc
Upgrade to Micrometer 1.10.5
...
Closes gh-34536
2023-03-14 15:11:52 +00:00
Andy Wilkinson
7022d9abbb
Upgrade to Reactor Bom 2020.0.30
...
Closes gh-34529
2023-03-14 15:09:09 +00:00
Andy Wilkinson
7f2002fe44
Upgrade to Micrometer 1.9.9
...
Closes gh-34528
2023-03-14 15:08:30 +00:00
Andy Wilkinson
59921d823c
Merge branch '3.0.x'
...
Closes gh-34606
2023-03-14 15:04:36 +00:00
Andy Wilkinson
d9c5f274c8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34605
2023-03-14 15:03:53 +00:00
1993heqiang
a3bb3b1510
Polish name of JettyServletWebServerFactory bean method
...
See gh-34421
2023-03-14 15:02:12 +00:00
Andy Wilkinson
ef6c9853e9
Merge branch '3.0.x'
...
Closes gh-34604
2023-03-14 14:58:49 +00:00
Andy Wilkinson
03865eebd7
Polish "Fix Javadoc in JobLauncherApplicationRunner"
...
See gh-34596
2023-03-14 14:58:01 +00:00
Sanghyuk Jung
03acc0273e
Fix Javadoc in JobLauncherApplicationRunner
...
See gh-34596
2023-03-14 14:55:27 +00:00
Andy Wilkinson
d51a042cb2
Merge branch '3.0.x'
...
Closes gh-34603
2023-03-14 14:52:57 +00:00
Andy Wilkinson
7f807dccb7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34602
2023-03-14 14:52:27 +00:00
Andy Wilkinson
da156224aa
Polish "Update two references to old APIs in the docs"
...
See gh-34567
2023-03-14 14:50:51 +00:00
1993heqiang
e447c49f3b
Update two references to old APIs in the docs
...
See gh-34567
2023-03-14 14:48:19 +00:00
Andy Wilkinson
bfeeda6fbc
Merge branch '3.0.x'
...
Closes gh-34601
2023-03-14 14:40:50 +00:00
Andy Wilkinson
220c4b671b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34600
2023-03-14 14:40:26 +00:00
Johnny Lim
00f388fa6f
Polish Javadoc since tags for gh-34324
...
See gh-34587
2023-03-14 14:39:10 +00:00
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
2023-03-14 12:10:34 +00:00
Andy Wilkinson
45d36a5f42
Upgrade to UnboundID LDAPSDK 6.0.8
...
Closes gh-34583
2023-03-10 19:32:15 +00:00
Andy Wilkinson
daba3ce52b
Upgrade to Tomcat 10.1.7
...
Closes gh-34582
2023-03-10 19:32:15 +00:00
Andy Wilkinson
d9e8629ed4
Upgrade to OpenTelemetry 1.24.0
...
Closes gh-34581
2023-03-10 19:32:15 +00:00
Andy Wilkinson
3d88961581
Upgrade to Maven Compiler Plugin 3.11.0
...
Closes gh-34579
2023-03-10 19:32:14 +00:00
Andy Wilkinson
a878e6c91c
Upgrade to Liquibase 4.20.0
...
Closes gh-34578
2023-03-10 19:32:14 +00:00
Andy Wilkinson
b26803d7a8
Upgrade to Json-smart 2.4.9
...
Closes gh-34577
2023-03-10 16:27:53 +00:00
Andy Wilkinson
b16518f7fc
Upgrade to jOOQ 3.18.0
...
Closes gh-34576
2023-03-10 16:27:48 +00:00
Andy Wilkinson
6a159e982f
Upgrade to Jetty 11.0.14
...
Closes gh-34575
2023-03-10 16:27:43 +00:00
Andy Wilkinson
87957f1ad8
Upgrade to Jetty Reactive HTTPClient 3.0.8
...
Closes gh-34574
2023-03-10 16:27:38 +00:00
Andy Wilkinson
ca9ecab979
Upgrade to Flyway 9.15.2
...
Closes gh-34573
2023-03-10 16:27:33 +00:00
Andy Wilkinson
46e56085dc
Upgrade to Dropwizard Metrics 4.2.17
...
Closes gh-34572
2023-03-10 16:27:28 +00:00
Andy Wilkinson
07a13199f8
Upgrade to Caffeine 3.1.5
...
Closes gh-34571
2023-03-10 16:27:23 +00:00
Andy Wilkinson
ccc9518e41
Upgrade to Byte Buddy 1.14.1
...
Closes gh-34570
2023-03-10 16:27:17 +00:00
Andy Wilkinson
4a78457e86
Upgrade to OpenTelemetry 1.23.1
...
Closes gh-34100
2023-03-10 15:23:14 +00:00
Andy Wilkinson
1acdc8c9de
Start building against Spring Retry 2.0.1 snapshots
...
See gh-34556
2023-03-10 15:23:13 +00:00
Andy Wilkinson
feceaad8f2
Start building against Spring Kafka 3.0.5 snapshots
...
See gh-34555
2023-03-10 15:23:13 +00:00
Andy Wilkinson
7ec75ed9e1
Start building against Spring Framework 6.0.7 snapshots
...
See gh-34554
2023-03-10 15:23:13 +00:00
Andy Wilkinson
5a80b29adf
Start building against Reactor Bom 2022.0.5 snapshots
...
See gh-34553
2023-03-10 15:23:13 +00:00
Andy Wilkinson
d8d16031f3
Start building against Spring Integration 6.1.0-M2 snapshots
...
See gh-34552
2023-03-10 15:23:13 +00:00
Andy Wilkinson
96c2055d78
Start building against Spring Session 3.1.0-M1 snapshots
...
See gh-34551
2023-03-10 15:23:12 +00:00
Andy Wilkinson
f837e5fbf9
Upgrade to GraphQL Java 20.0
...
Closes gh-34557
2023-03-10 15:23:12 +00:00
Andy Wilkinson
628483298d
Start building against Spring GraphQL 1.2.0-M1 snapshots
...
See gh-34550
2023-03-10 15:23:12 +00:00
Andy Wilkinson
3fa30e2a47
Start building against Spring Security 6.1.0-M2 snapshots
...
See gh-34549
2023-03-10 15:23:12 +00:00
Andy Wilkinson
eeababb104
Upgrade to Couchbase Client 3.4.3
...
Closes gh-34558
2023-03-10 15:23:11 +00:00
Andy Wilkinson
e67894536e
Start building against Spring Data Bom 2023.0.0-M3 snapshots
...
See gh-34548
2023-03-10 15:23:11 +00:00
Andy Wilkinson
04339ee35d
Start building against Spring HATEOAS 2.1.0-M1 snapshots
...
See gh-
2023-03-10 15:23:11 +00:00
Andy Wilkinson
eef4919a33
Start building against Micrometer Tracing 1.1.0-M2 snapshots
...
See gh-34547
Co-Authored-By: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2023-03-10 15:23:10 +00:00
Andy Wilkinson
e0439d7c38
Start building against Micrometer 1.11.0-M2 snapshots
...
See gh-34546
2023-03-09 17:42:00 +00:00
Andy Wilkinson
367ec46d34
Start building against Spring Session 3.0.1 snapshots
...
See gh-34545
2023-03-09 14:55:22 +00:00
Andy Wilkinson
d7d89c2d7e
Start building against Spring Retry 2.0.1 snapshots
...
See gh-34544
2023-03-09 14:55:16 +00:00
Andy Wilkinson
cf22fcd0d1
Start building against Spring Kafka 3.0.5 snapshots
...
See gh-34543
2023-03-09 14:55:12 +00:00
Andy Wilkinson
bd259953b6
Start building against Spring Integration 6.0.4 snapshots
...
See gh-34542
2023-03-09 14:55:06 +00:00
Andy Wilkinson
30b6203748
Start building against Spring GraphQL 1.1.3 snapshots
...
See gh-34541
2023-03-09 14:55:00 +00:00
Andy Wilkinson
7e6d984c7f
Start building against Spring Framework 6.0.7 snapshots
...
See gh-34540
2023-03-09 14:54:56 +00:00
Andy Wilkinson
0aa0e098b5
Start building against Spring Data Bom 2022.0.4 snapshots
...
See gh-34539
2023-03-09 14:54:50 +00:00
Andy Wilkinson
79add16af9
Start building against Reactor Bom 2022.0.5 snapshots
...
See gh-34538
2023-03-09 14:54:45 +00:00
Andy Wilkinson
b9f0107519
Start building against Micrometer Tracing 1.0.3 snapshots
...
See gh-34537
2023-03-09 14:54:40 +00:00
Andy Wilkinson
950d8dfd38
Start building against Micrometer 1.10.5 snapshots
...
See gh-34536
2023-03-09 14:54:35 +00:00
Andy Wilkinson
2c09c311f5
Start building against Spring Session Bom 2021.2.1 snapshots
...
See gh-34533
2023-03-09 11:29:39 +00:00
Andy Wilkinson
783db48cf4
Start building against Spring GraphQL 1.0.4 snapshots
...
See gh-34532
2023-03-09 11:29:34 +00:00
Andy Wilkinson
5fdd124bc3
Start building against Spring Framework 5.3.26 snapshots
...
See gh-34531
2023-03-09 11:29:29 +00:00
Andy Wilkinson
8112273b22
Start building against Spring Data Bom 2021.2.10 snapshots
...
See gh-34530
2023-03-09 11:29:24 +00:00
Andy Wilkinson
5daef7cda1
Start building against Reactor Bom 2020.0.30 snapshots
...
See gh-34529
2023-03-09 11:29:18 +00:00
Andy Wilkinson
b03984735c
Start building against Micrometer 1.9.9 snapshots
...
See gh-34528
2023-03-09 11:29:12 +00:00
Andy Wilkinson
1e5169846f
Fix handling of deprecated identityprovider verification.credentials
...
Fixes gh-34525
2023-03-09 10:36:16 +00:00
Andy Wilkinson
656a309ea0
Merge branch '3.0.x'
...
Closes gh-34516
2023-03-08 17:42:12 +00:00
Andy Wilkinson
3945c48290
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34515
2023-03-08 17:28:10 +00:00