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
4375f44979
Merge pull request #34503 from vy
...
* gh-34503:
Polish "Allow ProblemDetailsExceptionHandlers to be proxied"
Allow ProblemDetailsExceptionHandlers to be proxied
Closes gh-34503
2023-03-23 20:54:46 +00: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
91c5d41094
Add docker compose to CI images
...
Closes gh-34738
2023-03-23 17:25:37 +00:00
Andy Wilkinson
5348e246a5
Provide dependency management for Testcontainers
...
Closes gh-34712
2023-03-23 16:49:08 +00:00
Andy Wilkinson
07cb38bb15
Merge pull request #34677 from bclozel
...
* gh-34677:
Polish "Configure support for GraphQL pagination and sorting"
Configure support for GraphQL pagination and sorting
Closes gh-34677
2023-03-23 13:41:22 +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
8a38723910
Merge branch '3.0.x'
2023-03-23 11:57:44 +00:00
Spring Builds
63f2967c91
Next development version (v3.0.6-SNAPSHOT)
2023-03-23 11:31:57 +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
5e08ee6483
Merge branch '2.7.x' into 3.0.x
2023-03-23 10:02:00 +00:00
Spring Builds
69087badab
Next development version (v2.7.11-SNAPSHOT)
2023-03-23 08:44:57 +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
704e92756f
Merge branch '3.0.x'
2023-03-22 21:33:19 +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
c0741dd326
Merge branch '3.0.x'
2023-03-22 21:29:10 +00:00
Andy Wilkinson
82c0ba9ef8
Merge branch '2.7.x' into 3.0.x
2023-03-22 21:28:55 +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
94b091d311
Merge branch '3.0.x'
2023-03-22 19:24:39 +00:00
Andy Wilkinson
c56b190b6c
Upgrade to GraphQL Java 19.4
...
Closes gh-34718
2023-03-22 19:24:20 +00:00
Andy Wilkinson
9f916c8070
Merge branch '2.7.x' into 3.0.x
2023-03-22 19:22:59 +00:00
Andy Wilkinson
dd8f0c4e98
Upgrade to GraphQL Java 18.4
...
Closes gh-34717
2023-03-22 19:22:33 +00:00
Andy Wilkinson
a401ff87d0
Improve Bomr's upgrade suggestions for milestones and RCs
...
Closes gh-34307
2023-03-22 17:53:53 +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
ff530e7210
Merge pull request #34003 from sjohnr
...
* pr/34003:
Polish "Add Spring Authorization Server support"
Add Spring Authorization Server support
Closes gh-34003
2023-03-21 20:32:58 -07: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
Scott Frederick
b01513b40a
Merge pull request #34646 from swapy
...
* gh-34646:
Fix typo in Spring Batch auto-configuration documentation
Closes gh-34646
2023-03-21 15:19:55 -05:00