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
3 years ago
Andy Wilkinson
fa63f6cc9e
Stop using an instance supplier in EntityScanPackages' bean definition
...
Closes gh-34371
3 years ago
Andy Wilkinson
f06536f642
Polish Authorization Server auto-configuration
3 years ago
Madhura Bhave
e6f602cec0
Polish "Add Spring Authorization Server support"
...
See gh-34003
3 years ago
Steve Riesenberg
25d77ee70b
Add Spring Authorization Server support
...
See gh-34003
3 years ago
Scott Frederick
cf5b654f96
Polish "Switch to single topic for same intervals in Spring Kafka retry config"
...
See gh-34504
3 years ago
Abhijeet Mishra
4abf6f95ae
Switch to single topic for same intervals in Spring Kafka retry config
...
See gh-34504
3 years ago
Andy Wilkinson
f6add35f8b
Upgrade to Tomcat 10.1.7
...
Closes gh-34674
3 years ago
Scott Frederick
6dc0f90e00
Polish "Disable embedded web auto-config when not using embedded web server"
...
See gh-34332
3 years ago
Guirong Hu
b2facecb12
Disable embedded web auto-config when not using embedded web server
...
See gh-34332
3 years ago
Andy Wilkinson
4be288f672
Upgrade to Tomcat 9.0.73
...
Closes gh-34655
3 years ago
1993heqiang
a3bb3b1510
Polish name of JettyServletWebServerFactory bean method
...
See gh-34421
3 years ago
Andy Wilkinson
03865eebd7
Polish "Fix Javadoc in JobLauncherApplicationRunner"
...
See gh-34596
3 years ago
Sanghyuk Jung
03acc0273e
Fix Javadoc in JobLauncherApplicationRunner
...
See gh-34596
3 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
3 years ago
Andy Wilkinson
daba3ce52b
Upgrade to Tomcat 10.1.7
...
Closes gh-34582
3 years ago
Andy Wilkinson
1e5169846f
Fix handling of deprecated identityprovider verification.credentials
...
Fixes gh-34525
3 years ago
Scott Frederick
f28bb221a2
Suppress Spring Kafka deprecation warning
...
See gh-34441
3 years ago
Moritz Halbritter
2becf70c2a
Polish "Add RabbitTemplateCustomizer"
...
See gh-34050
3 years ago
dzcr
5f77c1cd77
Add RabbitTemplateCustomizer
...
See gh-34050
3 years ago
Phillip Webb
b20b5edf2a
Polish
3 years ago
Andy Wilkinson
6885c3432e
Upgrade to Spring Kafka 3.0.3
...
Closes gh-34354
3 years ago
Andy Wilkinson
525cba1b6f
Upgrade to Neo4j Java Driver 5.4.0
...
Closes gh-34344
3 years ago
Andy Wilkinson
88de3cc089
Temporarily remove auto-config for Reactor context propagation
...
See gh-34201
3 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
3 years ago
Andy Wilkinson
cae8c14ac7
Make Micrometer context-propagation available to test compilation
...
See gh-34201
3 years ago
Andy Wilkinson
e67efe2674
Make Micrometer context-propagation available to test compilation
...
See gh-34235
3 years ago
Andy Wilkinson
c40e9f437f
Upgrade to Undertow 2.3.4.Final
...
Closes gh-34304
3 years ago
Andy Wilkinson
a73973f5f5
Upgrade to Kafka 3.4.0
...
Closes gh-34284
3 years ago
Andy Wilkinson
6983850a2c
Upgrade to Undertow 2.3.4.Final
...
Closes gh-34273
3 years ago
Brian Clozel
4da42c09a6
Configure automatic context propagation for Reactor
...
This commit adds a new configuration property,
`spring.reactor.context-propagation` that configures the context
propagation mode for Reactor operators. By default the value is set to
"AUTO" for reinstating automatically context values as ThreadLocals
within Reactor operators. The "LIMITED" mode restricts this feature ot
the "tap" and "handle" operators but has a slightly lower footprint.
Closes gh-34201
3 years ago
Johnny Lim
70d561a929
Polish "Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools"
...
See gh-34140
3 years ago
Johnny Lim
f9da3696ff
Add metadata for default for spring.jmx.registration-policy
...
See gh-34122
3 years ago
Andy Wilkinson
eda59f71b0
Start building against Spring Kafka 3.0.3 snapshots
...
See gh-34153
3 years ago
Andy Wilkinson
205018ec8f
Fix HazelcastAutoConfigurationServerTests on Windows
...
See gh-33687
3 years ago
Andy Wilkinson
9cba05da90
Upgrade to Neo4j Java Driver 5.4.0
...
Closes gh-34099
3 years ago
Andy Wilkinson
238b85fabc
Upgrade to Flyway 9.14.1
...
Closes gh-34080
3 years ago
Guirong Hu
b514ea776e
Auto-configure Spring Kafka ContainerCustomizer
...
See gh-34033
3 years ago
Moritz Halbritter
3af30b0a11
Don't use global ObjectMapper when creating JacksonJsonpMapper
...
See gh-33438
Closes gh-33426
3 years ago
Andy Wilkinson
56a1551c2d
Polish "Configure jOOQ with TransactionProvider bean when available"
...
See gh-33979
3 years ago
ath0s
b2a8c8be1c
Configure jOOQ with TransactionProvider bean when available
...
See gh-33979
3 years ago
Moritz Halbritter
2a843d1853
Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools
...
See gh-33855
3 years ago
Marten Deinum
f2950f2d09
Allow JMX Registration Policy to be set
...
See gh-32573
3 years ago
Thomas Kåsene
d1a089ba71
Auto-configure BatchInterceptor on ConcurrentKafkaListenerContainerFactory
...
See gh-32951
3 years ago
Francois Rosiere
eaa7cdf910
Add configuration property to control auto-startup of listener container
...
See gh-33082
3 years ago
Guirong Hu
6e064ed5e0
Support setting more properties of KafkaAdmin
...
See gh-33288
3 years ago
Moritz Halbritter
de699b4d11
Fix HazelcastAutoConfigurationServerTests
...
See gh-33687
3 years ago
Moritz Halbritter
64c2320ce1
Polish "Merge pull request #33553 from michaelweidmann"
...
See gh-33553
3 years ago
Michael Weidmann
93d46d11e9
Add max http response header size configuration for tomcat and jetty
...
See gh-33553
3 years ago
Moritz Halbritter
e955fb5cb6
Polish "Merge pull request #33687 from luben93"
...
See gh-33687
3 years ago