Andy Wilkinson
4085425f91
Polish "Support unwrapping in ValidatorAdapter"
...
See gh-37119
2 years ago
Zisis Pavloudis
eb6b151c41
Support unwrapping in ValidatorAdapter
...
See gh-37119
2 years ago
Marten Deinum
5141e5c4ac
Fix description of brokerUrl property in ArtemisProperties
...
Update description to refer to url instead of port.
See gh-37260
2 years ago
Stephane Nicoll
0206c30238
Upgrade to Couchbase Client 3.4.10
...
Closes gh-37297
2 years ago
Stephane Nicoll
a52d7e255b
Upgrade to Couchbase Client 3.4.10
...
Closes gh-37289
2 years ago
Brian Clozel
16940518c1
Polish GraphQL QueryBE and QueryDSL auto-configurations
...
Closes gh-34974
2 years ago
Brian Clozel
32b65e85ae
Add config property for GraphQL Schema Mapping Inspection
...
This commit adds a new `spring.graphql.schema.inspection.enabled`
property, which is `true` by default.
This property enables the logging at the INFO level of the GraphQL
Schema inspection report.
During startup, Spring for GraphQL will inspect the schema and report
fields and registrations that are unmapped in the application.
Closes gh-36252
2 years ago
dkswnkk
1d7c0108d0
Capitalize order constant in TomcatWebServerFactoryCustomizer
...
See gh-37211
2 years ago
Andy Wilkinson
ed5d16de84
Upgrade to Jetty 12
...
Closes gh-36073
2 years ago
Phillip Webb
750c597225
Polish 'Add Pulsar ConnectionDetails support'
...
See gh-37197
2 years ago
Chris Bono
089fef0392
Add Pulsar ConnectionDetails support
...
Add `ConnectionDetails` support for Apache Pulsar and provide adapters
for Docker Compose and Testcontainers.
See gh-37197
2 years ago
Moritz Halbritter
d84c81d18f
Reduce logging in WelcomePageHandlerMapping on invalid Accept headers
...
Closes gh-37118
2 years ago
anessi
320dd0e24e
Add virtual host support for Rabbit Stream
...
Add a new property 'spring.rabbitmq.stream.virtual-host' which can be
used to set a custom virtual host for streams.
See gh-37189
2 years ago
Chris Bono
6e7b845bdf
Add support for Apache Pulsar
...
Add support for Apache Pulsar using the Spring for Apache Pulsar
project.
See gh-34763
Co-authored-by: Phillip Webb <pwebb@vmware.com>
2 years ago
Moritz Halbritter
76e51bc92f
Only enable needed Couchbase services in integration tests
2 years ago
Andy Wilkinson
67e1ee5dcf
Fix ordering of Jetty's WebSocketUpgradeFilter
...
Closes gh-37115
2 years ago
Moritz Halbritter
f1f4e9c008
Implement RestClientBuilderConfigurer
...
Closes gh-36265
2 years ago
Johnny Lim
30eacd553d
Add Javadoc since for new setTaskExecutor method
...
See gh-37117
2 years ago
Stephane Nicoll
19df3934c6
Upgrade to Flyway 9.21.2
...
Closes gh-37076
2 years ago
Stephane Nicoll
e8d329d99f
Polish
2 years ago
Moritz Halbritter
dc62e5fbc3
Polish "Set max request header size on Netty when using HTTP/2"
...
See gh-36766
2 years ago
Nerses Aznauryan
ee5b23bb02
Set max request header size on Netty when using HTTP/2
...
Fix an issue that server.max-http-request-header-size doesn't have an
effect on Netty server with http2 enabled.
See gh-36766
2 years ago
Stephane Nicoll
37467c79d0
Polish "Reuse JOOQ helper to determine the dialect to use"
...
See gh-36991
2 years ago
Ramil Sayetov
36b5500ad0
Reuse JOOQ helper to determine the dialect to use
...
See gh-36991
2 years ago
Scott Frederick
73874911ad
Adapt to changes in Spring Data snapshots
...
See gh-36680
2 years ago
Stephane Nicoll
85b4362ec6
Adapt to change in Spring Framework snapshots
2 years ago
Phillip Webb
2ef2529c93
Refine Flyway extension mapping
...
Change `ConfigurationExtensionMapper` to a helper class that can
create a `Consumer` to use with the `PropertyMapper`.
See gh-36364
2 years ago
Phillip Webb
8edec21a6f
Update copyright year of changed files
2 years ago
Phillip Webb
407fa780c8
Polish
2 years ago
Phillip Webb
155300525e
Polish
2 years ago
Phillip Webb
9805723415
Update copyright year of changed files
2 years ago
Phillip Webb
46773dd5df
Update copyright year of changed files
2 years ago
Phillip Webb
527b2f2cac
Polish
2 years ago
Andy Wilkinson
b581ab0d3a
Upgrade to Flyway 9.21.1
...
Closes gh-36887
2 years ago
Andy Wilkinson
6c3c8398d0
Upgrade to Elasticsearch Client 8.9.0
...
Closes gh-36886
2 years ago
Andy Wilkinson
c1f2efe00c
Document that spring.security.filter properties are Servlet-only
...
Closes gh-33551
2 years ago
Moritz Halbritter
5b00d5f89b
Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled
...
This auto-configures a new SimpleAsyncTaskSchedulerBuilder bean in the
context. This bean is configured to use virtual threads, if enabled.
SimpleAsyncTaskSchedulerCustomizers can be used to customize the built
SimpleAsyncTaskScheduler.
If virtual threads are enabled, the application task scheduler is
configured to be a SimpleAsyncTaskScheduler.
Adds a new configuration property spring.task.scheduling.simple
.concurrency-limit
Closes gh-36609
2 years ago
Stephane Nicoll
38dbc644ae
Add auto-configuration for JdbcClient
...
Closes gh-36579
2 years ago
Moritz Halbritter
b5a48e926d
Handle timeout of latch await in tests
2 years ago
Moritz Halbritter
62fb45f75f
Replace contains/put/get pattern with computeIfAbsent
2 years ago
Moritz Halbritter
7bb337aeb1
Polish tests
2 years ago
Moritz Halbritter
ed9169501e
Polish
2 years ago
Stephane Nicoll
5e11bac1da
Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
...
See gh-36767
2 years ago
Eddú Meléndez
bcfaad2cb8
Configure ActiveMQConnectionFactory properly without spring-jms
...
Previously, if spring-jms is not available and a non-pool connection
factory is requested (the default), no `CachingConnectionFactory` is
created. This commit makes sure to separate the two conditions, so
that a connection factory can be obtained even if spring-jms is not
on the classpath.
See gh-36767
2 years ago
Moritz Halbritter
1a8b8ce26e
Revert "Revise synchronized blocks"
...
This reverts commit 497bbf9c2d .
2 years ago
Moritz Halbritter
d93d05ade2
Revert "Use virtual threads in BackgroundPreinitializer if enabled"
...
This reverts commit 4bbc336321 .
2 years ago
Marc Becker
36e31c0612
Add resource hints for MessageSource
...
This only registers the default locations, not the one users can provide
via 'spring.messages.basename'.
This is similar to the approach taken for schema.sql and data.sql
in class SqlInitializationScriptsRuntimeHints.
See gh-36682
2 years ago
Andy Wilkinson
c6dc505932
Auto-configure JsonpMapper even with user-defined transport
...
Closes gh-36698
2 years ago
Moritz Halbritter
4bbc336321
Use virtual threads in BackgroundPreinitializer if enabled
...
Closes gh-36695
2 years ago
Andy Wilkinson
803c155e69
Order default customizers so that they can be overridden
...
Closes gh-36674
2 years ago