Commit Graph

20343 Commits (f264e3c65ee36a6d0a8ef482599e009ee593d8f2)

Author SHA1 Message Date
Andy Wilkinson de8fb04814 Add ConnectionDetail support to Neo4J auto-configuration
Update Neo4J auto-configuration so that `Neo4jConnectionDetails`
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
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>
2 years ago
Phillip Webb c0f59a1f61 Merge branch '3.0.x' 2 years ago
Phillip Webb d3cdaf9d01 Merge branch '2.7.x' into 3.0.x 2 years ago
Mortitz Halbritter dcb4f3cf97 Polish 2 years ago
Phillip Webb 3dbc3a1943 Merge branch '3.0.x' 2 years ago
Mortitz Halbritter 42187e7bff Polish 2 years ago
Phillip Webb b6777524f7 Merge branch '2.7.x' into 3.0.x 2 years ago
Mortitz Halbritter bece347987 Polish 2 years ago
Andy Wilkinson 1eb5bbe3ea Polish "Allow ProblemDetailsExceptionHandlers to be proxied"
See gh-34503
2 years ago
Volkan Yazıcı b96a8dd370 Allow ProblemDetailsExceptionHandlers to be proxied
See gh-34503
2 years ago
Andy Wilkinson 5348e246a5 Provide dependency management for Testcontainers
Closes gh-34712
2 years ago
Andy Wilkinson 6d5e76e14e Polish "Configure support for GraphQL pagination and sorting"
See gh-34677
2 years ago
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
2 years ago
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
2 years ago
Andy Wilkinson 919c8aa218 Merge branch '3.0.x'
Closes gh-34731
2 years ago
Andy Wilkinson fa63f6cc9e Stop using an instance supplier in EntityScanPackages' bean definition
Closes gh-34371
2 years ago
Andy Wilkinson 35a7669e0e Merge branch '3.0.x'
Closes gh-34727
2 years ago
Andy Wilkinson 26376ffcb1 Merge branch '2.7.x' into 3.0.x
Closes gh-34726
2 years ago
Andy Wilkinson 1fc3c34fa2 Document support for Java 20
Closes gh-34642
2 years ago
Andy Wilkinson 1693f81407 Upgrade to SQLite JDBC 3.41.2.0
Closes gh-34725
2 years ago
Andy Wilkinson c3156a8f50 Upgrade to Spring Integration 6.1.0-M2
Closes gh-34552
2 years ago
Andy Wilkinson 09191b16f0 Upgrade to Selenium HtmlUnit 4.8.1.1
Closes gh-34690
2 years ago
Andy Wilkinson 65fe80cd9f Upgrade to Oracle R2DBC 1.1.1
Closes gh-34723
2 years ago
Andy Wilkinson 14d12da5a4 Upgrade to Spring Integration 6.0.4
Closes gh-34542
2 years ago
Andy Wilkinson 1508e3cec8 Upgrade to Spring Integration 5.5.17
Closes gh-34722
2 years ago
Andy Wilkinson f06536f642 Polish Authorization Server auto-configuration 2 years ago
Andy Wilkinson c56b190b6c Upgrade to GraphQL Java 19.4
Closes gh-34718
2 years ago
Andy Wilkinson dd8f0c4e98 Upgrade to GraphQL Java 18.4
Closes gh-34717
2 years ago
Andy Wilkinson add78d4e8d Upgrade to MariaDB 3.1.3
Closes gh-34716
2 years ago
Andy Wilkinson 71fd42f5ad Upgrade to GraphQL Java 20.1
Closes gh-34715
2 years ago
Andy Wilkinson fa4c8162aa Upgrade to Spring Security 6.1.0-M2
Closes gh-34549
2 years ago
Madhura Bhave e6f602cec0 Polish "Add Spring Authorization Server support"
See gh-34003
2 years ago
Steve Riesenberg 25d77ee70b Add Spring Authorization Server support
See gh-34003
2 years ago
Scott Frederick a27bbbdfff Merge branch '3.0.x'
Closes gh-34707
2 years ago
swapy a450d8582d Fix typo in Spring Batch auto-configuration documentation
See gh-34646
2 years ago
Scott Frederick 80403b2ea8 Merge branch '3.0.x'
Closes gh-34706
2 years ago
Scott Frederick a8016b553e Merge branch '2.7.x' into 3.0.x
Closes gh-34705
2 years ago
Scott Frederick 1c05ad2852 Polish "Clarify conventions for custom error pages in WebFlux"
See gh-34534
2 years ago
Dave Syer f285364f22 Clarify conventions for custom error pages in WebFlux
See gh-34534
2 years ago
Scott Frederick 9fa5aa3649 Merge branch '3.0.x'
Closes gh-
2 years ago
Scott Frederick 6a6f4a3928 Merge branch '2.7.x' into 3.0.x
Closes gh-34704
2 years ago
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
2 years ago
Andy Wilkinson 932c203e06 Upgrade to Spring Session Bom 2021.2.1
Closes gh-34533
2 years ago
Andy Wilkinson 718e001c86 Upgrade to Spring HATEOAS 2.1.0-M1
Closes gh-34703
2 years ago
Andy Wilkinson 13aea50c5b Upgrade to Spring GraphQL 1.2.0-M1
Closes gh-34550
2 years ago
Andy Wilkinson 5652e8c1dd Upgrade to Spring Data Bom 2023.0.0-M3
Closes gh-34548
2 years ago
Andy Wilkinson 77a1aa1139 Upgrade to Spring Session 3.1.0-M1
Closes gh-34551
2 years ago
Andy Wilkinson 8e1819ffbf Upgrade to Spring Kafka 3.0.5
Closes gh-34555
2 years ago
Andy Wilkinson 9c8a68ee9c Upgrade to Spring AMQP 3.0.3
Closes gh-34610
2 years ago
Andy Wilkinson d77a885f12 Upgrade to Rabbit AMQP Client 5.17.0
Closes gh-34702
2 years ago
Andy Wilkinson d316dfce63 Upgrade to jOOQ 3.18.1
Closes gh-34701
2 years ago
Andy Wilkinson 87c28636bd Upgrade to Jedis 4.3.2
Closes gh-34700
2 years ago
Scott Frederick cf5b654f96 Polish "Switch to single topic for same intervals in Spring Kafka retry config"
See gh-34504
2 years ago
Abhijeet Mishra 4abf6f95ae Switch to single topic for same intervals in Spring Kafka retry config
See gh-34504
2 years ago
Scott Frederick ad680ed4ea Polish "Add documentation for publishing images with Maven command line"
See gh-34517
2 years ago
Anthony Dahanne 21978da02a Add documentation for publishing images with Maven command line
See gh-34517
2 years ago
Andy Wilkinson 174103c747 Upgrade to Spring Session 3.0.1
Closes gh-34545
2 years ago
Andy Wilkinson 7f860d20cf Upgrade to Spring Kafka 3.0.5
Closes gh-34543
2 years ago
Andy Wilkinson 11e7df66b9 Upgrade to Spring GraphQL 1.1.3
Closes gh-34541
2 years ago
Andy Wilkinson c5b352bd2e Upgrade to Spring AMQP 3.0.3
Closes gh-34608
2 years ago
Andy Wilkinson dc96511b66 Upgrade to jOOQ 3.17.10
Closes gh-34699
2 years ago
Andy Wilkinson 21bd505c22 Upgrade to Jedis 4.3.2
Closes gh-34698
2 years ago
Andy Wilkinson fbce81fd24 Upgrade to Spring GraphQL 1.0.4
Closes gh-34532
2 years ago
Andy Wilkinson 0f0222b0f8 Upgrade to Spring AMQP 2.4.11
Closes gh-34607
2 years ago
Andy Wilkinson fd01b3d480 Prohibit upgrades to Selenium HtmlUnit Driver 4.8.1
See gh-34690
2 years ago
Andy Wilkinson 72b1035284 Prohibit upgrades to Flyway 9.16
See gh-34682
2 years ago
Andy Wilkinson 439dee4b80 Upgrade to SQLite JDBC 3.41.0.1
Closes gh-34692
2 years ago
Andy Wilkinson 0af4c5507d Upgrade to Spring Retry 2.0.1
Closes gh-34556
2 years ago
Andy Wilkinson 37e6853105 Upgrade to Spring Framework 6.0.7
Closes gh-34554
2 years ago
Andy Wilkinson 08cf632f7f Upgrade to SLF4J 2.0.7
Closes gh-34691
2 years ago
Andy Wilkinson 877b30865e Upgrade to Postgresql 42.6.0
Closes gh-34689
2 years ago
Andy Wilkinson af5f5a0587 Upgrade to Netty 4.1.90.Final
Closes gh-34688
2 years ago
Andy Wilkinson 7283493031 Upgrade to Maven Help Plugin 3.4.0
Closes gh-34687
2 years ago
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
2 years ago
Andy Wilkinson 9622b2b2eb Upgrade to Json-smart 2.4.10
Closes gh-34685
2 years ago
Andy Wilkinson 6d1880083b Upgrade to Infinispan 14.0.7.Final
Closes gh-34684
2 years ago
Andy Wilkinson 6949306e3d Upgrade to Groovy 4.0.10
Closes gh-34683
2 years ago
Andy Wilkinson f8613c7371 Upgrade to Dropwizard Metrics 4.2.18
Closes gh-34681
2 years ago
Andy Wilkinson 1b1b3d7023 Upgrade to Couchbase Client 3.4.4
Closes gh-34680
2 years ago
Andy Wilkinson b51506f16f Upgrade to Byte Buddy 1.14.2
Closes gh-34679
2 years ago
Andy Wilkinson e825a6eb1a Upgrade to UnboundID LDAPSDK 6.0.8
Closes gh-34675
2 years ago
Andy Wilkinson f6add35f8b Upgrade to Tomcat 10.1.7
Closes gh-34674
2 years ago
Andy Wilkinson fe77ddca24 Upgrade to Spring Retry 2.0.1
Closes gh-34544
2 years ago
Andy Wilkinson 3e5ee42f6d Upgrade to Spring HATEOAS 2.0.3
Closes gh-34673
2 years ago
Andy Wilkinson 67deba5c88 Upgrade to Spring Framework 6.0.7
Closes gh-34540
2 years ago
Andy Wilkinson 48a6086f51 Upgrade to Spring Data Bom 2022.0.4
Closes gh-34539
2 years ago
Andy Wilkinson cec029e8c3 Upgrade to SLF4J 2.0.7
Closes gh-34672
2 years ago
Andy Wilkinson 708e01bf6a Upgrade to Netty 4.1.90.Final
Closes gh-34671
2 years ago
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
2 years ago
Andy Wilkinson b60583a073 Upgrade to Json-smart 2.4.10
Closes gh-34669
2 years ago
Andy Wilkinson ac54afe694 Upgrade to jOOQ 3.17.9
Closes gh-34668
2 years ago