Andy Wilkinson
6bdba8e69e
Revert "Enable customization of properties used to create JCache CacheManager"
...
This reverts commit 622c9ed882 that was
pushed accidentally.
2 years ago
Andy Wilkinson
b8927ebd90
Create ActiveMQConnectionFactory without using reflection
...
Fixes gh-41212
2 years ago
Andy Wilkinson
622c9ed882
Enable customization of properties used to create JCache CacheManager
2 years ago
Moritz Halbritter
6aeab4461e
Polish "Auto-configure SpringLiquibase with Liquibase Customizer"
...
See gh-40986
2 years ago
Ahmed Ashour
32f509c0c4
Auto-configure SpringLiquibase with Liquibase Customizer
...
See gh-40986
2 years ago
Stéphane Nicoll
fe4c34d226
Adapt test to include MappingJackson2CborHttpMessageConverter
...
See spring-projects/spring-framework#32428
See gh-41177
2 years ago
Stéphane Nicoll
2053e13c09
Adapt to new Placeholder resolution API
...
See gh-41177
2 years ago
Moritz Halbritter
e7ffeb3dc9
Use Tomcat's new setter for max queue size
...
Closes gh-41093
Closes gh-40957
Closes gh-40945
2 years ago
Phillip Webb
2a4582b084
Update copyright year of changed files
2 years ago
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>
2 years ago
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
2 years ago
Moritz Halbritter
fed13b0e0c
Back off if DataSource is not on the classpath
...
Closes gh-41082
2 years ago
Phillip Webb
bcbcafaab2
Polish "Use method references when possible in test code"
...
See gh-40974
2 years ago
Ahmed Ashour
207327d97c
Use method references when possible in test code
...
See gh-40974
2 years ago
Phillip Webb
dcccb3b2b1
Polish "Use method references when possible"
...
See gh-40974
2 years ago
Ahmed Ashour
507229eef8
Use method references when possible
...
See gh-40974
2 years ago
Phillip Webb
ecc9a2352d
Polish "Use constructor rather than Collection.addAll"
...
See gh-41053
2 years ago
Piyal Ahmed
17adcfc180
Use constructor rather than Collection.addAll
...
See gh-41053
2 years ago
Phillip Webb
d37098153c
Polish
2 years ago
Ahmed Ashour
f000af6a12
Remove unused parameter and polish javadoc
...
See gh-40955
2 years ago
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
2 years ago
Andy Wilkinson
10e23b8f35
Polish "Fix Flyway 10 in a GraalVM native image"
...
See gh-40821
2 years ago
Maziz
345edb1301
Fix Flyway 10 in a GraalVM native image
...
See gh-40821
2 years ago
Phillip Webb
82d8222f56
Polish
2 years ago
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
2 years ago
Andy Wilkinson
da4c2db3a7
Ensure default mime mappings are applied
...
Fixes gh-40860
2 years ago
Piyal Ahmed
21df3ff1de
Fix typo in Neo4jReactiveDataAutoConfiguration class
...
See gh-40836
2 years ago
Andy Wilkinson
a894879085
Use DefaultDbRefResolver whenever MongoDatabaseFactory is available
...
Fixes gh-39405
2 years ago
Andy Wilkinson
f692fb1471
Ensure that Hazelcast binds to localhost for client tests
...
Closes gh-40848
2 years ago
Andy Wilkinson
1d91757061
Document that HttpMessageConverters can be used for reordering/removal
...
Closes gh-40767
2 years ago
Andy Wilkinson
75976713fe
Polish "Fix typo in CertificateMatchingTestSource class"
...
See gh-40822
2 years ago
Piyal Ahmed
092e921433
Fix typo in CertificateMatchingTestSource class
...
See gh-40822
2 years ago
Yanming Zhou
0e450d602d
Use CollectionUtils.isEmpty() and StringUtils.hasLength()
...
See gh-40645
2 years ago
Andy Wilkinson
53e1c7ed7d
Include Kotlin API documentation in the documentation site
...
Closes gh-40692
2 years ago
Moritz Halbritter
68a63a7797
Polish
2 years ago
Johnny Lim
f0fcc92b49
Remove reassignments for builders in GraphQL auto-configurations
...
See gh-40590
2 years ago
Johnny Lim
e2973a90a8
Use ConcurrentHashMap.newKeySet where feasible
...
See gh-40567
2 years ago
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
2 years ago
Andy Wilkinson
27418edeb0
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
...
Closes gh-40503
2 years ago
Andy Wilkinson
f1d0bcda2f
Revert "Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto"
...
This reverts commit 273f8e20c2 .
2 years ago
Andy Wilkinson
273f8e20c2
Remove references to s.j.generate-ddl in favor of s.j.hibernate.ddl-auto
2 years ago
Scott Frederick
362c0c1b4e
Verify alignment of MongoDB UUID representation defaults
...
Closes gh-33532
2 years ago
Moritz Halbritter
5510c6f61b
Clarify that all named properties must match for @ConditionalOnProperty to match
...
Closes gh-40110
2 years ago
Johnny Lim
3c76f81fe3
Polish
...
See gh-40449
2 years ago
Andy Wilkinson
34f53d48b9
Polish "Fix handling of Redis nodes with IPv6 addresses"
...
See gh-39819
2 years ago
Tobias Laatsch
9b326d59fe
Fix handling of Redis nodes with IPv6 addresses
...
See gh-39819
2 years ago
Yanming Zhou
6226faa9cd
Polishing RabbitAutoConfigurationTests to use kebab-case keys
...
See gh-40422
2 years ago
Phillip Webb
dc76240612
Polish
2 years ago
Phillip Webb
d243d7eb50
Polish 'Add `spring.rabbitmq.template.allowed-list-patterns` property'
...
See gh-40421
2 years ago
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
2 years ago