Andy Wilkinson
04e441f468
Add a config prop for the embedded database connection
...
Previously, the embedded database connection that would be used
could only be controlled via the classpath. If multiple embedded
database dependencies were present, it wasn't possible to control
the one that the auto-configured would use. It also wasn't possible
to disable auto-configuration of an embedded database.
This commit introduces a new configuration property,
spring.datasource.embedded-database-connection. It can be set to
one of the values of the EmbeddedDatabaseConnection enum to control
the auto-configuration of an embedded database. Setting it to none
will disable the auto-configuration and ensure that an external
database is used instead.
Closes gh-23412
4 years ago
Andy Wilkinson
059c4fbd43
Test JettyReactiveWebServerFactory against Jetty 10
...
Closes gh-26039
4 years ago
Andy Wilkinson
252d4e98c5
Test that HTTP/1.1 still works when HTTP/2 is enabled
...
See gh-25856
4 years ago
Andy Wilkinson
74b91b78fe
Temporarily disable h2c tests with Jetty 10
...
Closes gh-26038
4 years ago
Stephane Nicoll
1e059da1e2
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
b779c430e0
Upgrade to Spring Security 5.5.0-RC1
...
Closes gh-25931
4 years ago
Stephane Nicoll
7370afc326
Upgrade to Reactor 2020.0.6
...
Closes gh-25925
4 years ago
Stephane Nicoll
b449764f34
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
65dd408785
Upgrade to Spring Security 5.4.6
...
Closes gh-25911
4 years ago
Stephane Nicoll
3e4ee05aaa
Upgrade to Reactor 2020.0.6
...
Closes gh-25908
4 years ago
Stephane Nicoll
75b65ddf62
Upgrade to Spring Security 5.3.9
...
Closes gh-25906
4 years ago
Stephane Nicoll
a3502accbf
Upgrade to Reactor Dysprosium-SR19
...
Closes gh-25902
4 years ago
Phillip Webb
89213c7d39
Switch default MVC path matching strategy
...
Change the default `spring.mvc.pathmatch.matching-strategy` to
`PATH_PATTERN_PARSER`.
Closes gh-24805
4 years ago
Scott Frederick
b0ee15e7cc
Merge branch '2.4.x'
...
Closes gh-26032
4 years ago
Scott Frederick
91ee590fd4
Remove @Persistent from MongoDB entity scanning
...
This commit removes `org.springframework.data.annotation.Persistent`
from the annotation types used for MongoDB entity scanning to align
with Spring Data MongoDB.
Fixes gh-25797
4 years ago
Andy Wilkinson
713c0fce7c
Auto-configure H2C when HTTP/2 is enabled and SSL is disabled
4 years ago
Andy Wilkinson
288e86d871
Revert "Work around micrometer-metrics/micrometer#2557"
...
This reverts commit 5e03612a53
.
Closes gh-26003
4 years ago
Stephane Nicoll
1f71c8241c
Merge branch '2.4.x'
...
Closes gh-26030
4 years ago
Stephane Nicoll
305bcb10ae
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26029
4 years ago
Stephane Nicoll
d96fcf320c
Harmonize Elasticsearch converter auto-configuration
...
This commit harmonizes our auto-configuration so that default converters
are configured the same way ElasticsearchConfigurationSupport does.
Closes gh-25087
4 years ago
Andy Wilkinson
c4750fd0ff
Support Gradle 7 and raise minimum supported version to 6.8
...
Closes gh-26026
4 years ago
Stephane Nicoll
8506a00071
Merge branch '2.4.x'
...
Closes gh-26025
4 years ago
Stephane Nicoll
fd6ad5b889
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26024
4 years ago
Stephane Nicoll
7286c33f53
Document default behaviour of DataJpaTest#showSql
...
Closes gh-25843
4 years ago
Andy Wilkinson
eda9fe4952
Fix group IDs of HttpCore v4 and v5 dependency management
...
See gh-26004
4 years ago
Andy Wilkinson
ba2583900f
Provide auto-configuration for using Apache HttpClient 5 with WebClient
...
Closes gh-26004
4 years ago
Stephane Nicoll
17b79fb2db
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
613462ac22
Merge pull request #25374 from cdalexndr
...
* pr/25374:
Polish "Add section to update the Reference Documentation"
Add section to update the Reference Documentation
Closes gh-25374
4 years ago
Stephane Nicoll
add6a729d3
Polish "Add section to update the Reference Documentation"
...
See gh-25374
4 years ago
cdalexndr
4a9e3202e1
Add section to update the Reference Documentation
...
See gh-25374
4 years ago
Stephane Nicoll
b9bfc1523f
Merge pull request #25986 from dreis2211
...
* pr/25986:
Update copyright year of changed file
Remove unused method parameters
Closes gh-25986
4 years ago
Stephane Nicoll
b2d167c186
Upgrade to Undertow 2.2.7.Final
...
Closes gh-26020
4 years ago
Stephane Nicoll
c1c843f1d6
Upgrade to Tomcat 9.0.45
...
Closes gh-26019
4 years ago
Stephane Nicoll
d9d051053d
Upgrade to Sun Mail 1.6.7
...
Closes gh-26018
4 years ago
Stephane Nicoll
cddc0b625b
Upgrade to Netty tcNative 2.0.38.Final
...
Closes gh-26017
4 years ago
Stephane Nicoll
df9b17104c
Upgrade to Netty 4.1.63.Final
...
Closes gh-26016
4 years ago
Stephane Nicoll
50922949bd
Upgrade to MIMEPull 1.9.14
...
Closes gh-26015
4 years ago
Stephane Nicoll
8097d22821
Upgrade to Lombok 1.18.20
...
Closes gh-26014
4 years ago
Stephane Nicoll
a2ff5c1585
Upgrade to Kotlin 1.4.32
...
Closes gh-26013
4 years ago
Stephane Nicoll
20f47b3149
Upgrade to Jetty 9.4.39.v20210325
...
Closes gh-26012
4 years ago
Stephane Nicoll
3906719382
Upgrade to Jetty Reactive HTTPClient 1.1.7
...
Closes gh-26011
4 years ago
Stephane Nicoll
1bc2c3658a
Upgrade to Jaybird 3.0.11
...
Closes gh-26010
4 years ago
Stephane Nicoll
6b98be6db9
Upgrade to Jakarta Mail 1.6.7
...
Closes gh-26009
4 years ago
Stephane Nicoll
4d8382b25c
Upgrade to Hibernate 5.4.30.Final
...
Closes gh-26008
4 years ago
Stephane Nicoll
3f2cebd545
Upgrade to Dropwizard Metrics 4.1.19
...
Closes gh-26007
4 years ago
Stephane Nicoll
2d6c6282d9
Upgrade to AppEngine SDK 1.9.88
...
Closes gh-26006
4 years ago
Stephane Nicoll
68046dd748
Update copyright year of changed file
...
See gh-25986
4 years ago
dreis2211
ea55ca9971
Remove unused method parameters
...
See gh-25986
4 years ago
Stephane Nicoll
f6afe417e6
Merge pull request #25980 from izeye
...
* pr/25980:
Polish
Closes gh-25980
4 years ago
izeye
4987880afa
Polish
...
See gh-25980
4 years ago