Johnny Lim
97956165dc
Polish RabbitTemplateConfigurer allowed-list-patterns
...
See gh-41323
2024-07-08 15:24:30 -05:00
Moritz Halbritter
cf2b08b8a6
Polish "Add SslBundle support to MailSender"
...
See gh-40037
2024-07-04 15:42:24 +02:00
Rui Figueira
e7424eacf8
Add SslBundle support to MailSender
...
See gh-40037
2024-07-04 15:13:15 +02:00
Stéphane Nicoll
156237227c
Migrate MockMvc tests to MockMvcTester
...
See gh-41198
2024-07-03 15:09:10 +02:00
Moritz Halbritter
7c3576bda8
Polish "Add ProxyConnectionFactoryCustomizer"
...
See gh-40555
2024-06-28 14:41:04 +02:00
Andy Wilkinson
1dfb4c9719
Polish "Add a customizer for Lettuce's ClientOptions"
...
See gh-40484
2024-06-27 16:37:44 +01:00
임수현
c517664f08
Add a customizer for Lettuce's ClientOptions
...
See gh-40484
2024-06-27 16:29:36 +01:00
Andy Wilkinson
7e04ac2967
Polish "Make it easier to override RequestToViewNameTranslator bean"
...
See gh-40874
2024-06-27 15:29:37 +01:00
rohit patidar
062ed4ba2b
Make it easier to override RequestToViewNameTranslator bean
...
See gh-40874
2024-06-27 15:17:49 +01:00
Andy Wilkinson
5b7365b63b
Merge branch '3.3.x'
...
Closes gh-41258
2024-06-27 10:25:32 +01:00
Andy Wilkinson
b0d4f1d356
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41257
2024-06-27 10:16:36 +01:00
Andy Wilkinson
654016af7f
Move Docker-related test support into a separate module
...
See gh-41228
2024-06-26 19:47:35 +01:00
Andy Wilkinson
9f166f2c85
Update spring-boot-autoconfigure to use docker-test plugin
...
See gh-41228
2024-06-26 19:46:33 +01:00
Andy Wilkinson
0ad5aa7400
Enable customization of properties used to create JCache CacheManager
...
Closes gh-39350
2024-06-24 15:07:31 +01:00
Andy Wilkinson
5920b27b57
Upgrade to Flyway 10.15.0
...
Closes gh-41217
2024-06-24 14:39:23 +01:00
Andy Wilkinson
6bdba8e69e
Revert "Enable customization of properties used to create JCache CacheManager"
...
This reverts commit 622c9ed882
that was
pushed accidentally.
2024-06-24 12:03:23 +01:00
Andy Wilkinson
94336ab314
Merge branch '3.3.x'
...
Closes gh-41215
2024-06-24 11:52:03 +01:00
Andy Wilkinson
adb9747652
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41214
2024-06-24 11:51:48 +01:00
Andy Wilkinson
b8927ebd90
Create ActiveMQConnectionFactory without using reflection
...
Fixes gh-41212
2024-06-24 11:51:31 +01:00
Andy Wilkinson
622c9ed882
Enable customization of properties used to create JCache CacheManager
2024-06-24 09:32:56 +01:00
Moritz Halbritter
6aeab4461e
Polish "Auto-configure SpringLiquibase with Liquibase Customizer"
...
See gh-40986
2024-06-21 12:57:25 +02:00
Ahmed Ashour
32f509c0c4
Auto-configure SpringLiquibase with Liquibase Customizer
...
See gh-40986
2024-06-21 11:51:24 +02:00
Stéphane Nicoll
fe4c34d226
Adapt test to include MappingJackson2CborHttpMessageConverter
...
See spring-projects/spring-framework#32428
See gh-41177
2024-06-20 20:18:08 +01:00
Stéphane Nicoll
2053e13c09
Adapt to new Placeholder resolution API
...
See gh-41177
2024-06-20 20:18:07 +01:00
Moritz Halbritter
e7ffeb3dc9
Use Tomcat's new setter for max queue size
...
Closes gh-41093
Closes gh-40957
Closes gh-40945
2024-06-20 08:39:03 +02:00
Phillip Webb
9dda006a18
Merge branch '3.2.x'
2024-06-19 22:55:00 -07:00
Phillip Webb
2a4582b084
Update copyright year of changed files
2024-06-19 22:54:40 -07:00
Phillip Webb
905d6b96d0
Merge branch '3.2.x'
...
Closes gh-41166
2024-06-19 22:30:58 -07:00
Andy Wilkinson
491f34d25c
Improve container test code
...
Replace `DockerImageNames` with a enum and relocate it from the
`testcontainers` to `container` package. The enum now also
becomes a common location that we can use to apply container
configuration such as timeouts.
Closes gh-41164
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2024-06-19 20:10:03 -07:00
Phillip Webb
8a9feb0bb6
Merge branch '3.2.x'
...
Closes gh-41141
2024-06-17 16:51:53 -07:00
Phillip Webb
60b7e6cf23
Allow 'status' and 'error' to be excluded from error response
...
Update `ErrorAttributeOptions` to allow the `status` and `error`
fields to be excluded from the response without throwing a
NullPointerException.
Fixes gh-30011
2024-06-17 16:48:28 -07:00
Moritz Halbritter
76e2009bd8
Merge branch '3.2.x'
...
Closes gh-41084
2024-06-12 11:12:07 +02:00
Moritz Halbritter
fed13b0e0c
Back off if DataSource is not on the classpath
...
Closes gh-41082
2024-06-12 11:02:51 +02:00
Phillip Webb
147240aa0c
Merge branch '3.2.x'
...
Closes gh-41080
2024-06-11 13:32:30 -07:00
Phillip Webb
bcbcafaab2
Polish "Use method references when possible in test code"
...
See gh-40974
2024-06-11 12:58:04 -07:00
Ahmed Ashour
207327d97c
Use method references when possible in test code
...
See gh-40974
2024-06-11 12:58:00 -07:00
Phillip Webb
dcccb3b2b1
Polish "Use method references when possible"
...
See gh-40974
2024-06-11 12:57:59 -07:00
Ahmed Ashour
507229eef8
Use method references when possible
...
See gh-40974
2024-06-11 12:57:55 -07:00
Phillip Webb
255bcc28e6
Merge branch '3.2.x'
...
Closes gh-41077
2024-06-11 10:48:52 -07:00
Phillip Webb
ecc9a2352d
Polish "Use constructor rather than Collection.addAll"
...
See gh-41053
2024-06-11 10:02:27 -07:00
Piyal Ahmed
17adcfc180
Use constructor rather than Collection.addAll
...
See gh-41053
2024-06-11 09:39:45 -07:00
Phillip Webb
d37098153c
Polish
2024-06-11 09:35:59 -07:00
Scott Frederick
fa131fa6a0
Merge branch '3.2.x'
...
Closes gh-40959
2024-05-30 15:16:27 -05:00
Ahmed Ashour
f000af6a12
Remove unused parameter and polish javadoc
...
See gh-40955
2024-05-30 14:42:46 -05:00
Andy Wilkinson
087789bda3
Merge branch '3.2.x'
...
Closes gh-40953
2024-05-30 08:05:09 +01:00
Andy Wilkinson
211bf95f45
Revert "Adapt to Spring Data Neo4j now requiring a transaction manager"
...
This reverts commit b6467ed826
. Changes
in Spring Data Neo4j mean that these changes are no longer necessary.
They also caused a problem with multiple transaction managers being
present when mixing Neo4j and, say, Data JPA.
Closes gh-40895
2024-05-30 08:00:11 +01:00
Andy Wilkinson
10e23b8f35
Polish "Fix Flyway 10 in a GraalVM native image"
...
See gh-40821
2024-05-29 14:21:17 +01:00
Maziz
345edb1301
Fix Flyway 10 in a GraalVM native image
...
See gh-40821
2024-05-29 14:18:10 +01:00
Phillip Webb
82d8222f56
Polish
2024-05-24 18:10:03 -07:00
Moritz Halbritter
3858a33162
Merge branch '3.2.x'
...
Closes gh-40869
2024-05-22 13:49:35 +02:00
Chris Bono
7a7bcd07da
Encode JSON string in Pulsar auth params
...
The values in the `spring.pulsar.client.authentication.param`
config props map are not currently JSON encoded. For simple
values this is fine. However, some custom auth modules may
require more complex parameter values that may contain special
characters that results in invalid JSON. This commmit encodes
the parameter values using a very simple hand-rolled escape
function.
See gh-40493
2024-05-22 13:49:05 +02:00
Andy Wilkinson
da4c2db3a7
Ensure default mime mappings are applied
...
Fixes gh-40860
2024-05-22 12:19:31 +01:00
Piyal Ahmed
21df3ff1de
Fix typo in Neo4jReactiveDataAutoConfiguration class
...
See gh-40836
2024-05-22 11:22:46 +02:00
Andy Wilkinson
fa074196d3
Merge branch '3.2.x'
...
Closes gh-40851
2024-05-21 10:44:41 +01:00
Andy Wilkinson
a894879085
Use DefaultDbRefResolver whenever MongoDatabaseFactory is available
...
Fixes gh-39405
2024-05-21 10:29:39 +01:00
Andy Wilkinson
63515012d8
Merge branch '3.2.x'
...
Closes gh-40850
2024-05-21 10:29:12 +01:00
Andy Wilkinson
823cc90b46
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40849
2024-05-21 10:28:59 +01:00
Andy Wilkinson
f692fb1471
Ensure that Hazelcast binds to localhost for client tests
...
Closes gh-40848
2024-05-21 10:28:49 +01:00
Andy Wilkinson
a40ecafe36
Merge branch '3.2.x'
...
Closes gh-40839
2024-05-20 15:55:16 +01:00
Andy Wilkinson
b718e5806f
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40838
2024-05-20 15:55:00 +01:00
Andy Wilkinson
1d91757061
Document that HttpMessageConverters can be used for reordering/removal
...
Closes gh-40767
2024-05-20 15:54:12 +01:00
Andy Wilkinson
e752295dca
Merge branch '3.2.x'
...
Closes gh-40831
2024-05-20 10:15:18 +01:00
Andy Wilkinson
75976713fe
Polish "Fix typo in CertificateMatchingTestSource class"
...
See gh-40822
2024-05-20 10:14:45 +01:00
Piyal Ahmed
092e921433
Fix typo in CertificateMatchingTestSource class
...
See gh-40822
2024-05-20 10:13:39 +01:00
Moritz Halbritter
d98987f11e
Merge branch '3.2.x'
...
Closes gh-40701
2024-05-13 11:31:55 +02:00
Moritz Halbritter
364af04377
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40700
2024-05-13 11:30:42 +02:00
Yanming Zhou
0e450d602d
Use CollectionUtils.isEmpty() and StringUtils.hasLength()
...
See gh-40645
2024-05-13 11:26:56 +02:00
Andy Wilkinson
53e1c7ed7d
Include Kotlin API documentation in the documentation site
...
Closes gh-40692
2024-05-10 14:56:33 +01:00
Moritz Halbritter
d3e49747b0
Merge branch '3.2.x'
2024-05-02 14:48:37 +02:00
Moritz Halbritter
75dac1435f
Merge branch '3.1.x' into 3.2.x
2024-05-02 14:48:04 +02:00
Moritz Halbritter
68a63a7797
Polish
2024-05-02 14:47:53 +02:00
Phillip Webb
ad7ab41742
Merge branch '3.2.x'
...
Closes gh-40601
2024-05-01 22:57:08 -07:00
Phillip Webb
93728cdfb1
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40600
2024-05-01 22:55:30 -07:00
Johnny Lim
f0fcc92b49
Remove reassignments for builders in GraphQL auto-configurations
...
See gh-40590
2024-05-01 22:51:19 -07:00
Scott Frederick
c6c02906ef
Merge branch '3.2.x'
...
Closes gh-40577
2024-04-29 16:43:20 -05:00
Scott Frederick
21a0bc7fee
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40576
2024-04-29 16:42:53 -05:00
Johnny Lim
e2973a90a8
Use ConcurrentHashMap.newKeySet where feasible
...
See gh-40567
2024-04-29 15:41:37 -05:00
Moritz Halbritter
12cfb1fd2f
Merge branch '3.2.x'
...
Closes gh-40560
2024-04-29 10:04:32 +02:00
Moritz Halbritter
8a3b0cd221
Throw dedicated exception if bundle content is not watchable
...
This also adds a FailureAnalyzer which prints a helpful message how to
fix that problem.
Closes gh-38903
2024-04-29 09:46:19 +02:00
Andy Wilkinson
aeb5b1ffe3
Merge branch '3.2.x'
...
Closes gh-40523
2024-04-25 13:45:12 +01:00
Andy Wilkinson
79c3f0335b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40522
2024-04-25 13:43:03 +01:00
Andy Wilkinson
27418edeb0
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
...
Closes gh-40503
2024-04-25 13:39:28 +01:00
Andy Wilkinson
f1d0bcda2f
Revert "Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto"
...
This reverts commit 273f8e20c2
.
2024-04-25 12:44:51 +01:00
Andy Wilkinson
273f8e20c2
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
2024-04-25 12:24:47 +01:00
Scott Frederick
fd010988ef
Merge branch '3.2.x'
...
Closes gh-40479
2024-04-22 14:38:37 -05:00
Scott Frederick
3a9ee9f1a7
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40478
2024-04-22 14:38:28 -05:00
Scott Frederick
362c0c1b4e
Verify alignment of MongoDB UUID representation defaults
...
Closes gh-33532
2024-04-22 14:38:18 -05:00
Moritz Halbritter
9184448054
Merge branch '3.2.x'
...
Closes gh-40471
2024-04-22 14:34:48 +02:00
Moritz Halbritter
4b61ae415b
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40470
2024-04-22 14:34:36 +02:00
Moritz Halbritter
5510c6f61b
Clarify that all named properties must match for @ConditionalOnProperty to match
...
Closes gh-40110
2024-04-22 14:27:54 +02:00
Johnny Lim
3c76f81fe3
Polish
...
See gh-40449
2024-04-22 12:27:49 +01:00
Andy Wilkinson
4118de7f59
Merge branch '3.2.x'
...
Closes gh-40467
2024-04-22 12:11:04 +01:00
Andy Wilkinson
07bb1878cf
Merge branch '3.1.x' into 3.2.x
...
Closes gh-40466
2024-04-22 12:10:52 +01:00
Andy Wilkinson
34f53d48b9
Polish "Fix handling of Redis nodes with IPv6 addresses"
...
See gh-39819
2024-04-22 11:51:31 +01:00
Tobias Laatsch
9b326d59fe
Fix handling of Redis nodes with IPv6 addresses
...
See gh-39819
2024-04-22 11:33:09 +01:00
Phillip Webb
6963bd884b
Merge branch '3.2.x'
2024-04-18 12:53:26 -07:00
Phillip Webb
38af8cd362
Merge branch '3.1.x' into 3.2.x
2024-04-18 12:52:54 -07:00
Yanming Zhou
6226faa9cd
Polishing RabbitAutoConfigurationTests to use kebab-case keys
...
See gh-40422
2024-04-18 12:51:35 -07:00
Phillip Webb
dc76240612
Polish
2024-04-18 12:50:50 -07:00
Phillip Webb
d243d7eb50
Polish 'Add `spring.rabbitmq.template.allowed-list-patterns` property'
...
See gh-40421
2024-04-18 12:48:39 -07:00
Yanming Zhou
c329c5fe5b
Add `spring.rabbitmq.template.allowed-list-patterns` property
...
Update `RabbitProperties` and `RabbitTemplateConfigurer` to support a
`spring.rabbitmq.template.allowed-list-patterns` property.
The can be used to prevent errors of the form:
java.lang.SecurityException: Attempt to deserialize unauthorized
class com.example.domain.Message; add allowed class name patterns
to the message converter or, if you trust the message orginiator,
set environment variable 'SPRING_AMQP_DESERIALIZATION_TRUST_ALL'
or system property 'spring.amqp.deserialization.trust.all' to true
See gh-40421
2024-04-18 12:46:38 -07:00
Yanming Zhou
a52ab774de
Configure JpaBaseConfiguration with custom ManagedClassNameFilter
...
Update `JpaBaseConfiguration` to configure a `ManagedClassNameFilter`
if one is available.
See gh-39813
2024-04-18 12:08:06 -07:00
Chris Bono
08ad7aa444
Add Spring Pulsar transaction support
...
Adds auto-config for Spring for Apache Pulsar transactions.
Introduces a new `spring.pulsar.transaction.enabled` property
which can be used to enable transactions. This feature is
opt-in and remains disabled by default.
See gh-40189
Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2024-04-17 19:30:58 -07:00
Andy Wilkinson
4fd0375eb1
Adapt tests to addition of new JWT validator in Spring Security
...
See gh-40230
2024-04-12 12:14:05 +01:00
Andy Wilkinson
12e004f131
Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
...
This reverts commit 06f5ab162f
. The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.
See gh-40200
2024-04-12 11:19:16 +01:00
Brian Clozel
04faec1d3e
Add spring.graphql.websocket.keep-alive property
...
As of spring-projects/spring-graphql#534 , Spring for GraphQL supports
the configuration of keep-alive PINGs for WebSocket connections.
This commit auto-configures this value in the `GraphQlWebSocketHandler`
WebFlux and MVC implementations if the
`spring.graphql.websocket.keep-alive` property is configured.
Closes gh-40320
2024-04-11 18:52:00 +02:00
Andy Wilkinson
1ea6f2f51f
Revert "Revert "Exclude unwanted javax.inject dependency from Data Couchbase""
...
This reverts commit 3b76165f4e
.
Turns out, the exclude's still needed for now? with Data Couchbase
5.1.x.
See gh-40200
2024-04-11 17:06:03 +01:00
Andy Wilkinson
93c8513a78
Merge branch '3.2.x'
...
See gh-40224
2024-04-11 16:56:41 +01:00
Andy Wilkinson
7d3ea3f06f
Merge branch '3.1.x' into 3.2.x
...
See gh-40212
2024-04-11 16:56:22 +01:00
Andy Wilkinson
3b76165f4e
Revert "Exclude unwanted javax.inject dependency from Data Couchbase"
...
This reverts commit 06f5ab162f
. The
dependency has been removed in Data Couchbase, making the exclude
unnecessary.
See gh-40200
2024-04-11 16:55:24 +01:00
Andy Wilkinson
21bd300e09
Polish "Delay interaction with Lazy CqlSession bean until first usage"
...
See gh-39948
2024-04-10 18:16:31 +01:00
Christoph Strobl
8343942147
Delay interaction with Lazy CqlSession bean until first usage
...
Though the CqlSession provided by the CassandraAutoConfiguration can
be lazy, the configuration for Data Cassandra triggers early bean
instantiation. This commit uses new APIs in Data Cassandra to make
use of the intended lazy bean initialization and therefore prevents
the application from failing to start up when Cassandra might not yet
be ready.
See gh-39948
2024-04-10 17:53:53 +01:00
Andy Wilkinson
5166942ce7
Polish "Upgrade to MongoDB 5.0"
...
See gh-39989
2024-04-09 10:48:53 +01:00
Christoph Strobl
35bc0f9f21
Upgrade to MongoDB 5.0
...
See gh-39989
2024-04-09 10:44:03 +01:00
Andy Wilkinson
3699bcfb87
Merge branch '3.2.x'
...
See gh-40224
2024-04-09 09:09:12 +01:00
Andy Wilkinson
3bb7baf90f
Merge branch '3.1.x' into 3.2.x
...
See gh-40212
2024-04-09 09:07:52 +01:00
Andy Wilkinson
06f5ab162f
Exclude unwanted javax.inject dependency from Data Couchbase
...
See gh-40200
2024-04-09 09:07:13 +01:00
Phillip Webb
3ed77ae5f3
Polish
2024-04-04 23:45:21 -07:00
Phillip Webb
f7397b9557
Merge branch '3.2.x'
2024-04-04 23:45:15 -07:00
Phillip Webb
ea52a44e62
Polish
2024-04-04 20:55:52 -07:00
Phillip Webb
f1018ba38a
Merge branch '3.1.x' into 3.2.x
2024-04-04 20:36:29 -07:00
Phillip Webb
21f5d375b7
Polish
2024-04-04 20:14:01 -07:00
Moritz Halbritter
e9e2bc94f8
Merge branch '3.2.x'
...
Closes gh-40169
2024-04-04 13:05:34 +02:00
Moritz Halbritter
fe7501b292
Use named virtual threads for Jetty
...
Closes gh-40152
2024-04-04 11:44:14 +02:00
Scott Frederick
ad79c373f8
Add SNI support to web server SSL auto-configuration
...
Properties under `server.ssl.server-name-bundles` and
`management.server.ssl.server-name-bundles` can be used to configure
mappings of host names to SSL bundles to support SNI in embedded web
servers.
Closes gh-26022
2024-03-28 14:12:20 -05:00
Johnny Lim
2b5d0b3f4f
Make PropertiesLdapConnectionDetails package-private
...
See gh-40081
2024-03-26 09:01:01 +01:00
Moritz Halbritter
985918b34a
Make configuration properties for Pulsar failover more concise
...
Closes gh-40077
2024-03-22 13:44:24 +01:00
Moritz Halbritter
649d4be51d
Polish "Add property spring.data.jdbc.dialect"
...
See gh-39941
2024-03-22 11:43:09 +01:00
Jens Schauder
7eb9843e1a
Add property spring.data.jdbc.dialect
...
See gh-39941
2024-03-22 11:39:35 +01:00
Johnny Lim
12b4353e28
Polish
...
See gh-40034
2024-03-22 11:06:34 +01:00
Scott Frederick
0962025c4b
Support loading of base64 encoded values as Resources
...
An ApplicationResourceLoader has been introduced to support loading
resources using registered ProtocolResolvers. All usages of
DefaultResourceLoader and ResourceUtils have been changed to use
the ApplicationResourceLoader.
A Base64ProtocolResolver has been added to support resources of type
`base64:` that contain base64 encoded values.
Closes gh-36033
2024-03-20 10:40:14 -05:00
Matt Pavlovich
af18a69d54
Use activemq-client instead of transitional activemq-client-jakarta
...
See gh-40028
2024-03-20 11:02:01 +00:00
Andy Wilkinson
62f922369d
Update metadata to reflect property changes made for Flyway 10
...
See gh-40022
2024-03-19 15:06:04 +00:00
Andy Wilkinson
a65e1018f0
Upgrade to Flyway 10.10
...
Closes gh-40022
2024-03-19 12:24:47 +00:00
Brian Clozel
e3f8c34b9b
Merge branch '3.2.x'
...
Closes gh-40016
2024-03-19 11:52:27 +01:00
Brian Clozel
c27bb77742
Merge branch '3.1.x' into 3.2.x
2024-03-19 11:38:03 +01:00
Brian Clozel
7eb155d76d
Upgrade to GraphQL Java 20.8
...
Closes gh-40020
2024-03-19 11:36:57 +01:00
Andy Wilkinson
c2adcd7be8
Upgrade to Infinispan 15.0.0.Final
...
Closes gh-40017
2024-03-19 10:21:50 +00:00
Moritz Halbritter
5c2f64d677
Merge branch '3.2.x'
...
Closes gh-39961
2024-03-18 11:41:50 +01:00
Moritz Halbritter
09652cb282
Polish "Set virtual thread names for RabbitMQ and Pulsar"
...
See gh-39958
2024-03-18 11:24:17 +01:00
Maziz
ecda754116
Set virtual thread names for RabbitMQ and Pulsar
...
See gh-39958
2024-03-18 11:24:10 +01:00
Moritz Halbritter
52eaa7fb3a
Revert "Merge pull request #39941 from schauder"
...
This reverts commit ab5dee819b
, reversing
changes made to 24223075eb
.
2024-03-15 12:06:27 +01:00
Moritz Halbritter
148c5e8ed5
Polish "Add property spring.data.jdbc.dialect"
...
See gh-39941
2024-03-15 11:47:35 +01:00
Jens Schauder
b3ddb22f75
Add property spring.data.jdbc.dialect
...
The class valued property allows to configure a dialect, without relying
on a database connection to determine it.
See gh-39941
2024-03-15 11:40:47 +01:00
Johnny Lim
412b8dd548
Polish
...
See gh-39910
2024-03-15 11:25:16 +01:00
Chris Bono
ac0d1e0ec6
Re-enable Spring Pulsar interceptor tests
...
The PulsarTemplate recently replaced its list of ProducerInterceptors
with a list of ProducerBuilderCustomizers that customize the builder by
adding each interceptor to the builder. The PulsarAutoConfigurationTests
previosuly relied on the previous field. This commit adjusts the tests
to instead use the Customizers testing utility to verify the
interceptors.
(cherry picked from commit 9c054a021f
)
See gh-39946
2024-03-15 11:00:09 +01:00
Johnny Lim
c5df4e3530
Polish gh-38559
...
See gh-39931
2024-03-14 10:47:34 +01:00
Chris Bono
9c054a021f
Re-enable Spring Pulsar interceptor tests
...
The PulsarTemplate recently replaced its list of ProducerInterceptors
with a list of ProducerBuilderCustomizers that customize the builder by
adding each interceptor to the builder. The PulsarAutoConfigurationTests
previosuly relied on the previous field. This commit adjusts the tests
to instead use the Customizers testing utility to verify the
interceptors.
See gh-39912
2024-03-13 11:34:55 +01:00
Johnny Lim
d9d305ba3d
Delegate getExecutionContextSerializer() to DefaultBatchConfiguration if not provided
...
See gh-39911
2024-03-12 16:40:20 -05:00
Andy Wilkinson
68ac11c1fc
Start building against Spring Pulsar 1.1.0 snapshots
...
See gh-39898
2024-03-12 10:13:22 +00:00
Andy Wilkinson
25ffa09731
Start building against Spring Kafka 3.2.0 snapshots
...
See gh-39897
2024-03-12 09:28:29 +00:00
Brian Clozel
08626d3591
Auto-configure SSE support for GraphQL endpoints
...
This commit auto-configures the newly supported SSE transport for
GraphQL endpoints in both Spring MVC and WebFlux.
Closes gh-39651
2024-03-11 14:55:58 +01:00
Brian Clozel
65ef899400
Use optimized request predicates for GraphQL endpoints
...
Prior to this commit, Spring Boot auto-configurations for GraphQL web
endpoint were implementing their own `RequestPredicate` instances for
HTTP endpoints. Those were composing predicates with the provided DSL.
While this is functionnally right, Spring for GraphQL now provides
predicates in order to:
* host the implementation in spring-graphql directly
* provide optimized predicates for faster matching and lower overhead
This commit switches the auto-configurations to using these new
predicates.
Closes gh-39652
2024-03-11 11:03:39 +01:00
Moritz Halbritter
2f99c19f11
Revert "Configure virtual threads on Undertow if enabled"
...
This reverts commit cff1b33f8e
.
See gh-38819
Closes gh-39812
2024-03-04 09:46:14 +01:00
Scott Frederick
930c9347be
Merge branch '3.2.x'
...
Closes gh-39774
2024-02-27 14:13:21 -06:00
Scott Frederick
460d8a070d
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39773
2024-02-27 14:13:12 -06:00
Stéphane Nicoll
f6e4bede09
Stop throwing BindingException in tests
...
This commit adapts the error controller tests that need the request
to fail with a bind issue, and simulate the behavior of
ModelAttributeMethodProcessor.
As of Spring Framework 6.0.x, this processor no longer throws a
BindingException, but rather a MethodArgumentNotValidException and
the handing of BindException itself is deprecated.
This makes sure that those tests can smoothly be executed against
Spring Framework 6.2.x as throwing a BindingException now results
into an unresolved exception, and an internal server error rather than
the expected bad request.
See gh-39767
2024-02-27 14:12:19 -06:00
Scott Frederick
2594e1c116
Merge branch '3.2.x'
...
Closes gh-39770
2024-02-27 13:01:02 -06:00
Scott Frederick
7efef3141e
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39769
2024-02-27 13:00:50 -06:00
Stéphane Nicoll
c259a673d3
Make resolution algorithm of ConnectionDetailsFactory more explicit
...
This commit moves the resolution check for ConnectionDetailsFactory
to a dedicated method to make it more clear that it is meant to verify
that the implementation is resolved and can be loaded from the
classpath.
The previous algorithm relied on a behavior of ResolvableType that only
resolves the first level generics. Further improvements in Spring
Framework 6.2 make this check invalid as some implementations use a
Container that can hold a nested generic.
See gh-39737
2024-02-27 12:46:51 -06:00
Phillip Webb
f8a1dae835
Merge branch '3.2.x'
2024-02-21 15:27:57 -08:00
Phillip Webb
12de6aa46a
Merge branch '3.1.x' into 3.2.x
2024-02-21 15:27:27 -08:00
Moritz Halbritter
9110b1298c
Polish "Configure suitable TaskExecutor for WebSocket"
...
See gh-39611
2024-02-20 11:07:27 +01:00
BenchmarkingBuffalo
1d820a8994
Configure suitable TaskExecutor for WebSocket
...
For WebSocket support the preconfigured ThreadExecutor is set for
ChannelRegistrations similar to the JpaRepositoriesAutoConfiguration.
See gh-39611
2024-02-20 10:26:23 +01:00
Brian Clozel
8d1e877e55
Merge branch '3.2.x'
...
Closes gh-39625
2024-02-19 14:36:21 +01:00
Patrick Strawderman
057432c87b
Re-order route registration for GraphQL web endpoints
...
Re-order the route registrations for GraphQL requests so that the
most commonly matched path is evaluated first.
Closes gh-39613
2024-02-19 14:36:09 +01:00
Moritz Halbritter
73d3623670
Merge branch '3.2.x'
...
Closes gh-39620
2024-02-19 11:09:44 +01:00
Moritz Halbritter
bb7706fe88
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39619
2024-02-19 11:09:36 +01:00
Stéphane Nicoll
7d73b11239
Fix json path assertion
...
See gh-39605
2024-02-19 11:01:12 +01:00
Brian Clozel
4fd0e29cc8
iRemove TypeDefinitionConfigurer auto-configuration
...
Closes gh-39604
2024-02-16 15:27:23 +01:00
Moritz Halbritter
ba265e54d0
Merge branch '3.2.x'
...
Closes gh-39599
2024-02-16 09:44:43 +01:00
Moritz Halbritter
d6d70828f1
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39598
2024-02-16 09:44:32 +01:00
junhyung
8fee77761d
Change ConcurrentReferenceCachingMetadataReaderFactory to use application's resource loader
...
See gh-39321
2024-02-16 09:32:24 +01:00
Andy Wilkinson
63efdff16a
Merge branch '3.2.x'
...
Closes gh-39542
2024-02-14 09:09:48 +00:00
Andy Wilkinson
256f9fe83a
Only configure WebFlux blocking executor when using virtual threads
...
Fixes gh-39469
2024-02-14 08:19:58 +00:00
Scott Frederick
22952c3057
Polish "Add BatchTransactionManager annotation"
...
See gh-39473
2024-02-13 15:39:22 -06:00
BenchmarkingBuffalo
bb87faf237
Add BatchTransactionManager annotation
...
Add a new @BatchTransactionManager annotation for marking a
PlatformTransactionManager that should be used in batch processing.
See gh-39473
2024-02-13 15:39:21 -06:00
Andy Wilkinson
b98e2f16c7
Merge branch '3.2.x'
...
See gh-39493
2024-02-13 17:33:37 +00:00
Andy Wilkinson
b6467ed826
Adapt to Spring Data Neo4j now requiring a transaction manager
...
See gh-39493
2024-02-13 16:53:18 +00:00
Andy Wilkinson
107dc5338b
Merge branch '3.2.x'
2024-02-12 12:36:32 +00:00
Andy Wilkinson
d597a4d56b
Correct handling of disable-html-escaping
...
See gh-39504
2024-02-12 12:35:47 +00:00
Andy Wilkinson
a27cedc3ef
Merge branch '3.2.x'
...
Closes gh-39525
2024-02-12 10:22:56 +00:00
Andy Wilkinson
5746886e64
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39524
2024-02-12 10:22:37 +00:00
Andy Wilkinson
4319554f8a
Fix mapping of boolean properties to Gson's builder
...
Fixes gh-39504
2024-02-12 10:13:04 +00:00
Moritz Halbritter
7f55cae90f
Merge branch '3.2.x'
2024-02-12 10:19:46 +01:00
Moritz Halbritter
4387b79831
Merge branch '3.1.x' into 3.2.x
2024-02-12 10:18:46 +01:00
Moritz Halbritter
8ffcfc9b77
Harmonize style of igored exceptions across the codebase
2024-02-12 10:14:20 +01:00
Johnny Lim
2b7fcd271c
Add Javadoc for ServerProperties.mimeMappings
...
See gh-39503
2024-02-12 08:24:13 +01:00
Andy Wilkinson
33b48786a8
Start building against Spring GraphQL 1.3.0-M1 snapshots
...
See gh-39495
2024-02-09 14:22:58 +00:00
Andy Wilkinson
dada1378bd
Start building against Spring GraphQL 1.2.5 snapshots
...
See gh-39482
2024-02-09 11:04:12 +00:00
BenchmarkingBuffalo
0a11cdcc33
Add customizer callback for WebHttpHandlerBuilder
...
Add a new interface for customizing the WebHttpHandlerBuilder
before the HttpHandler is built from it.
See gh-39467
2024-02-08 13:59:47 -06:00
Andy Wilkinson
af3ffb209c
Start building against Spring GraphQL 1.2.5 snapshots
...
See gh-39462
Co-authored-by: Brian Clozel <brian.clozel@broadcom.com>
2024-02-08 15:19:32 +00:00
BenchmarkingBuffalo
038ea2cb9a
Add possibility for custom MimeMappings
...
Add a new property called 'mime-mappings' under the 'server' property.
This is a key-value-map, which is added to the default MimeMappings.
See gh-39430
2024-02-08 08:42:22 +01:00
BenchmarkingBuffalo
8e75817d6a
Add nameIdFormat to Properties
...
Add the new property nameIdFormat to the Saml2RelyingPartyProperties and
the corresponding mapping to the
Saml2RelyingPartyRegistrationConfiguration.
See gh-39395
2024-02-06 13:43:47 +01:00
Moritz Halbritter
22de896339
Merge branch '3.2.x'
...
Closes gh-39424
2024-02-06 13:26:04 +01:00
Chris Bono
41ed4d6cf4
Remove use of Pulsar ObjectMapperFactory
...
This commit removes the use of the Pulsar ObjectMapperFactory when
converting the authentication config props map to a JSON string. The
Pulsar factory operates on a shaded returned value of Jackson
ObjectMapper which may not exist when users are using the
non-shaded version of the Pulsar client lib.
See https://github.com/spring-projects/spring-pulsar/issues/562
See gh-39389
2024-02-06 13:12:57 +01:00
Moritz Halbritter
ff97fdc203
Merge branch '3.2.x'
...
Closes gh-39356
2024-01-31 10:00:26 +01:00
Moritz Halbritter
cee249197f
Polish "Use generic wildcard for Pulsar beans"
...
See gh-39308
2024-01-31 09:54:18 +01:00
JonasG
c02dd14c66
Use generic wildcard for Pulsar beans
...
See gh-39308
2024-01-31 09:51:31 +01:00
Wzy19930507
f5c9d34a5d
Unify 'observation-enabled' property defaults
...
Change spring.pulsar.listener.observation-enabled and
spring.pulsar.template.observations-enabled to false
See gh-39276
2024-01-31 09:37:48 +01:00