Stephane Nicoll
db41aae0e2
Start building against Spring AMQP 3.0.8 snapshots
...
See gh-36832
3 years ago
Stephane Nicoll
c5a4e4e52a
Start building against Reactor Bom 2022.0.10 snapshots
...
See gh-36831
3 years ago
Stephane Nicoll
f6b6b3b460
Start building against Micrometer Tracing 1.0.9 snapshots
...
See gh-36830
3 years ago
Stephane Nicoll
5d11ffbc11
Start building against Micrometer 1.10.10 snapshots
...
See gh-36829
3 years ago
Andy Wilkinson
68baa6e7df
Make section IDs consistent in Maven Plugin docs and enforce it
...
Closes gh-26619
3 years ago
Moritz Halbritter
032d92a9fb
Cleanup remote debug tunnel leftovers from devtools
...
Closes gh-36808
3 years ago
Andy Wilkinson
05244d7a5c
Clarify which NoSQL stores are supported by Spring Data
...
Closes gh-29694
3 years ago
Andy Wilkinson
0ab7129dab
Clarify treatment of nested directories for configtree with wildcards
...
Closes gh-28203
3 years ago
Andy Wilkinson
b978950cb2
Clarify the effect of `@EnableWebMvc`
...
Closes gh-36506
3 years ago
Andy Wilkinson
8dec443e3b
Document default for MVC and WebFlux date and time formatting
...
Closes gh-30041
3 years ago
Andy Wilkinson
e7203e31c8
Correct documentation of default path matching strategy
...
Closes gh-32557
3 years ago
Andy Wilkinson
35d3cdbe74
Fail more helpfully when schema or data location is a directory
...
Previously a schema or data locatio that was a directory would
result in an attempt being made to apply the directory listing as
SQL scripts. This would typically result in a hard to diagnose
failure due to the directory listing not being valid SQL.
This commit updates the initializer to ignore locations for
which the Resources is not readable. This works as Framework's
Resource abstraction does not consider directory resources to be
readable.
Closes gh-36386
3 years ago
Andy Wilkinson
db0ab9f580
Improve documentation for configuration of schema and data scripts
...
Closes gh-36176
3 years ago
Stephane Nicoll
56535d804c
Rename WebDriverContextCustomizerFactory's customizer
...
Closes gh-36416
3 years ago
Stephane Nicoll
5e11bac1da
Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
...
See gh-36767
3 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
3 years ago
Stephane Nicoll
5ed5820f92
Clarify expected jar size in getting started doc
...
Closes gh-34514
3 years ago
Stephane Nicoll
1e5a72f1f8
Provide nested cause if datasource fails to provide DatabaseDriver
...
Closes gh-34728
3 years ago
Stephane Nicoll
97ce95c417
Polish "Upgrade to MariaDB 3.1.4"
...
See gh-36394
3 years ago
Stephane Nicoll
d101004d5f
Document @DataR2dbcTest support
...
Closes gh-35014
3 years ago
Stephane Nicoll
1ca763e5de
Upgrade to MariaDB 3.1.4
...
Closes gh-36394
3 years ago
Stephane Nicoll
747dbc35fe
Warmup connection pool in ConnectionPoolMetricsTests
...
Closes gh-36474
3 years ago
Stephane Nicoll
fd88024402
Add @since for JavaVersion values
...
Closes gh-36608
3 years ago
Andy Wilkinson
80f9d5c9e4
Upgrade to Testcontainers 1.18.3
...
Closes gh-36722
3 years ago
Andy Wilkinson
0ce260fa02
Upgrade to Spock Framework 2.3-groovy-4.0
...
Closes gh-36721
3 years ago
Andy Wilkinson
a642769d73
Upgrade to MockK 1.13.5
...
Closes gh-36720
3 years ago
Andy Wilkinson
14cf2335ee
Upgrade to Maven Resolver 1.9.14
...
Closes gh-36719
3 years ago
Andy Wilkinson
bbe01a89b0
Upgrade to Maven Invoker 3.2.0
...
Closes gh-36718
3 years ago
Andy Wilkinson
0457519fab
Upgrade to Maven 3.9.4
...
Closes gh-36717
3 years ago
Andy Wilkinson
63a94f762a
Upgrade to Janino 3.1.10
...
Closes gh-36716
3 years ago
Andy Wilkinson
de3d39b880
Upgrade to Commons FileUpload 1.5
...
Closes gh-36715
3 years ago
Andy Wilkinson
533168b31b
Upgrade to API Guardian 1.1.2
...
Closes gh-36714
3 years ago
Andy Wilkinson
80a6873a98
Upgrade to Testcontainers 1.18.3
...
Closes gh-36710
3 years ago
Andy Wilkinson
f0d2f6e991
Upgrade to Spock Framework 2.3-groovy-3.0
...
Closes gh-36709
3 years ago
Andy Wilkinson
4b552d5c44
Upgrade to MockK 1.13.5
...
Closes gh-36708
3 years ago
Andy Wilkinson
2c7fe47529
Upgrade to Maven Resolver 1.9.14
...
Closes gh-36707
3 years ago
Andy Wilkinson
7fcf4c7dcf
Upgrade to Maven Invoker 3.2.0
...
Closes gh-36706
3 years ago
Andy Wilkinson
59bd6879a2
Upgrade to Maven 3.9.4
...
Closes gh-36705
3 years ago
Andy Wilkinson
a709625c24
Upgrade to Commons FileUpload 1.5
...
Closes gh-36704
3 years ago
Andy Wilkinson
f24b56b541
Upgrade to API Guardian 1.1.2
...
Closes gh-36703
3 years ago
Andy Wilkinson
c6dc505932
Auto-configure JsonpMapper even with user-defined transport
...
Closes gh-36698
3 years ago
Andy Wilkinson
803c155e69
Order default customizers so that they can be overridden
...
Closes gh-36674
3 years ago
Scott Frederick
e25c267585
Update Paketo builder references in documentation
...
Closes gh-36688
3 years ago
Andy Wilkinson
28b3054a9e
Try to stabilize DataCouchbaseTestIntegrationTests
...
Closes gh-36662
3 years ago
Andy Wilkinson
21ce7a08fc
Polish "Polish"
...
See gh-36620
3 years ago
Johnny Lim
5a205dbfd1
Polish
...
See gh-36620
3 years ago
rob-valor
4bbfc5e630
Correct RestTemplateBuilder#defaultHeader javadoc
...
Replace reactor.netty.http.client.HttpClientRequest with
org.springframework.http.client.ClientHttpRequest
See gh-36614
3 years ago
Andy Wilkinson
c44e7376b4
Upgrade to Spring Asciidoctor Extensions 0.6.2
...
Closes gh-36625
3 years ago
Christoph Dreis
42e89079d3
Enable debug option for Kotlin in Gradle Plugin tests
...
See gh-36617
3 years ago
Stephane Nicoll
87554fb4dc
Add test for RabbitMQ smoke test
...
Closes gh-36610
3 years ago