Andy Wilkinson
ca50cd8c8a
Stop using an infinite timeout for connecting to Hazelcast
...
Closes gh-35771
1 year ago
Andy Wilkinson
d8078f1c12
Start building against Spring Data Bom 2022.0.7 snapshots
...
See gh-35738
1 year ago
Scott Frederick
6a763f9be4
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35689
1 year ago
Scott Frederick
c847db77e6
Correct precedence in description of MongoDB properties
...
Closes gh-35686
1 year ago
Scott Frederick
72fd94f2b5
Align bean name with Spring Data Elasticsearch requirements
...
Fixes gh-33651
2 years ago
Andy Wilkinson
54e769be3a
Polish
...
See gh-35553
2 years ago
Andy Wilkinson
af9cd8cf0b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35553
2 years ago
Phillip Webb
418dd1ba5b
Return 406 status code if welcome page is not accepted
...
Add `WelcomePageNotAcceptableHandlerMapping` which will return
an HTTP 406 status if a suitable welcome page is found but
cannot be accepted for the request.
An additional mapper is used so that we don't need to change
the order of the `WelcomePageHandlerMapping`. It's possible
that users may have additional root handler mappings
registered to run after the `WelcomePageHandlerMapping`
and we still need to respect those.
Fixes gh-35552
2 years ago
Andy Wilkinson
f5ff8007be
Adapt to deprecation of rejectIllegalHeader
...
Closes gh-35442
2 years ago
Moritz Halbritter
9e963bce58
Add Hibernate runtime hints
...
This adds hints for the two No JtaPlatform candidates as well as for
the naming strategies.
Closes gh-35423
2 years ago
Phillip Webb
92e420a098
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
e9c4a5d663
Polish
2 years ago
Moritz Halbritter
7b4056df7f
Merge branch '2.7.x' into 3.0.x
2 years ago
Moritz Halbritter
700e89097c
Polish
...
See https://stackoverflow.com/questions/28671903/the-hashsett-removeall-method-is-surprisingly-slow
2 years ago
Moritz Halbritter
53d2a9fb34
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35380
2 years ago
Moritz Halbritter
ec4d52e381
Add ReactiveResponseConsumer classpath check to http5 auto-configuration
...
Closes gh-34964
2 years ago
Moritz Halbritter
7e50485b23
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35378
2 years ago
Moritz Halbritter
947ac8df73
Map MinIdle and MaxValidationTime to R2DBC pools
...
Closes gh-34724
2 years ago
Andy Wilkinson
6c1c8fb405
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35361
2 years ago
Andy Wilkinson
7427e2d527
Polish "Fix test for backing off when a TransactionManager is already defined"
...
See gh-35336
2 years ago
davin111
cf5500fc78
Fix test for backing off when a TransactionManager is already defined
...
See gh-35336
2 years ago
Scott Frederick
cf180fa1cc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35243
2 years ago
Scott Frederick
5d91c24f63
Update Couchbase image tag used in tests
...
Closes gh-35228
2 years ago
Phillip Webb
8d1fb3be4f
Fix index error on test
...
See gh-35241
2 years ago
Phillip Webb
0f242ab3f7
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
6b646f6a8e
Update copyright year of changed files
2 years ago
Phillip Webb
722cbc66c6
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35241
2 years ago
Phillip Webb
5ef0ee0ed4
Prevent early initialization of SessionRepository beans
...
Replace `SessionRepositoryFilterConfiguration` filter registration bean
with a `DelegatingFilterProxyRegistrationBean` so that
`SessionRepository` beans are not initialized early.
Fixes gh-35240
2 years ago
Andy Wilkinson
9a39bf284b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35235
2 years ago
Andy Wilkinson
7c2c2ebb1b
Make ApplicationAvailabilityBean receive events with lazy init
...
Fixes gh-35161
2 years ago
Moritz Halbritter
735c43ce9b
Merge branch '2.7.x' into 3.0.x
2 years ago
Moritz Halbritter
312f0c17ed
Set initial ElasticSearch heap size in integration tests
2 years ago
Moritz Halbritter
037cb8c5b0
Merge branch '2.7.x' into 3.0.x
2 years ago
Moritz Halbritter
c1cef099d2
Limit maximum heap of ElasticSearch in tests
2 years ago
Moritz Halbritter
d7a9f87b64
Disable Neo4j tests on aarch64 linux and mac
...
See gh-35228
2 years ago
Moritz Halbritter
9f109fe785
Disable Couchbase integration tests on aarch64 linux and mac
...
See gh-35228
2 years ago
Andy Wilkinson
8f291abc2b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35230
2 years ago
Juhan Aasaru
3b70286747
Correct list of annotations equivalent to @SpringBootApplication
...
See gh-35180
2 years ago
Andy Wilkinson
7ee1622995
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35172
2 years ago
Andy Wilkinson
6b9bc012a5
Check that BPP and BFPP bean methods won't cause eager initialization
...
Closes gh-35164
2 years ago
Andy Wilkinson
598e090e8f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35131
2 years ago
Andy Wilkinson
90952a2dd9
Do not turn a null Flyway-specific password into an empty string
...
It prevents using PGPASS for authentication with Postgres.
Fixes gh-35110
2 years ago
Stephane Nicoll
6933796f2a
Merge branch '2.7.x' into 3.0.x
...
Closes gh-35068
2 years ago
Stephane Nicoll
1b832d82f8
Polish "Back off if a custom ApplicationAvailability bean is present"
...
See gh-34347
2 years ago
Taeik Lim
5e95ba8448
Back off if a custom ApplicationAvailability bean is present
...
See gh-34347
2 years ago
Andy Wilkinson
0e51cd583a
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
e70226b48e
Adapt to breaking changes in Spring Security internals
...
See gh-34948
2 years ago
Stephane Nicoll
9a4a522004
Polish "Start building against Spring Security 6.0.3 snapshots"
...
See gh-34952
2 years ago
Stephane Nicoll
3f022867f4
Polish "Start building against Spring Security 5.7.8 snapshots"
...
See gh-34948
2 years ago
Stephane Nicoll
320db790e7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34938
2 years ago
Stephane Nicoll
4b8829364e
Polish "Use removeIf rather than Iterator-based removal"
...
See gh-34762
2 years ago
SeasonPan
0d13e31827
Use removeIf rather than Iterator-based removal
...
See gh-34762
2 years ago
Stephane Nicoll
55125c7a5c
Update copyright header of changed file
...
See gh-34844
2 years ago
Sanghyuk Jung
d4fe272ce5
Remove outdated reference to JPA in BatchProperties
...
See gh-34844
2 years ago
Stephane Nicoll
03d42deaea
Polish "Fix hint to include all Liquibase resources in default location"
...
See gh-34729
2 years ago
Andrii Bohutskyi
408d5246bc
Fix hint to include all Liquibase resources in default location
...
See gh-34729
2 years ago
Stephane Nicoll
bd0561fc10
Upgrade to Neo4j Java Driver 5.7.0
...
Closes gh-34930
2 years ago
Phillip Webb
d442bfbeff
Polish
2 years ago
Stephane Nicoll
d823d7b0b1
Upgrade to Undertow 2.2.24.Final
...
Closes gh-34910
2 years ago
Andy Wilkinson
16b126a481
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34799
2 years ago
Andy Wilkinson
c9e69b13b1
Resolve placeholders in reference config against all other config
...
Fixes gh-34643
2 years ago
Andy Wilkinson
fa63f6cc9e
Stop using an instance supplier in EntityScanPackages' bean definition
...
Closes gh-34371
2 years ago
Andy Wilkinson
f6add35f8b
Upgrade to Tomcat 10.1.7
...
Closes gh-34674
2 years ago
Scott Frederick
86a1cfff6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34659
2 years ago
Scott Frederick
6dc0f90e00
Polish "Disable embedded web auto-config when not using embedded web server"
...
See gh-34332
2 years ago
Guirong Hu
b2facecb12
Disable embedded web auto-config when not using embedded web server
...
See gh-34332
2 years ago
Andy Wilkinson
4be288f672
Upgrade to Tomcat 9.0.73
...
Closes gh-34655
2 years ago
Andy Wilkinson
d9c5f274c8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34605
2 years ago
1993heqiang
a3bb3b1510
Polish name of JettyServletWebServerFactory bean method
...
See gh-34421
2 years ago
Andy Wilkinson
03865eebd7
Polish "Fix Javadoc in JobLauncherApplicationRunner"
...
See gh-34596
2 years ago
Sanghyuk Jung
03acc0273e
Fix Javadoc in JobLauncherApplicationRunner
...
See gh-34596
2 years ago
Andy Wilkinson
1e5169846f
Fix handling of deprecated identityprovider verification.credentials
...
Fixes gh-34525
2 years ago
Scott Frederick
f28bb221a2
Suppress Spring Kafka deprecation warning
...
See gh-34441
2 years ago
Andy Wilkinson
525cba1b6f
Upgrade to Neo4j Java Driver 5.4.0
...
Closes gh-34344
2 years ago
Phillip Webb
0b15962aca
Merge branch '2.7.x' into 3.0.x
2 years ago
Andy Wilkinson
88de3cc089
Temporarily remove auto-config for Reactor context propagation
...
See gh-34201
2 years ago
Phillip Webb
c4de86c244
Merge branch '2.7.x' into 3.0.x
2 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
2 years ago
Andy Wilkinson
cae8c14ac7
Make Micrometer context-propagation available to test compilation
...
See gh-34201
2 years ago
Andy Wilkinson
6983850a2c
Upgrade to Undertow 2.3.4.Final
...
Closes gh-34273
2 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
2 years ago
Andy Wilkinson
68f97f5361
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34184
2 years ago
Johnny Lim
70d561a929
Polish "Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools"
...
See gh-34140
2 years ago
Andy Wilkinson
eda59f71b0
Start building against Spring Kafka 3.0.3 snapshots
...
See gh-34153
2 years ago
Moritz Halbritter
3af30b0a11
Don't use global ObjectMapper when creating JacksonJsonpMapper
...
See gh-33438
Closes gh-33426
2 years ago
Andy Wilkinson
56a1551c2d
Polish "Configure jOOQ with TransactionProvider bean when available"
...
See gh-33979
2 years ago
ath0s
b2a8c8be1c
Configure jOOQ with TransactionProvider bean when available
...
See gh-33979
2 years ago
Moritz Halbritter
b28369d511
Merge branch '2.7.x' into 3.0.x
...
Closes gh-34036
2 years ago
Moritz Halbritter
2a843d1853
Set Reactor Netty's shutdownQuietPeriod to 0 when using devtools
...
See gh-33855
2 years ago
Krzysztof Krason
0e68cae57f
Use instanceof patterns
...
See gh-33987
2 years ago
Krzysztof Krason
6e46423983
Use diamond operators
...
See gh-33987
2 years ago
Phillip Webb
e05b7e49c6
Polish 'Order SessionRepositoryCustomizer before other customizers'
...
See gh-33514
2 years ago
Michael Weidmann
19ce32dc34
Order SessionRepositoryCustomizer before other customizers
...
Update `JdbcSessionConfiguration` so the `SessionRepositoryCustomizer`
used to map properties is always applied before other customizers.
See gh-33514
2 years ago
Moritz Halbritter
61ad227178
Update copyright
2 years ago
Moritz Halbritter
fe7aeffc0d
Update copyright
2 years ago
Moritz Halbritter
3b58aa6fbd
Add runtime hints for GroovyTemplateAvailabilityProperties
...
Closes gh-33847
2 years ago
Moritz Halbritter
ae79c60619
Remove instance suppliers in bean definitions
...
Remove instance suppliers in bean definitions and depend instead
on reflection. This allows the AOT engine to correctly process
the definitions.
Fixes gh-33763
2 years ago
Phillip Webb
71efc55bf9
Merge branch '2.7.x'
2 years ago
Phillip Webb
7c508fa324
Update copyright year of changed files
2 years ago
Moritz Halbritter
94f4a4396c
Merge branch '2.7.x'
...
Closes gh-33880
2 years ago