Moritz Halbritter
032d92a9fb
Cleanup remote debug tunnel leftovers from devtools
...
Closes gh-36808
2023-08-09 08:45:17 +02:00
Andy Wilkinson
05244d7a5c
Clarify which NoSQL stores are supported by Spring Data
...
Closes gh-29694
2023-08-08 17:06:19 +01:00
Andy Wilkinson
0ab7129dab
Clarify treatment of nested directories for configtree with wildcards
...
Closes gh-28203
2023-08-08 16:49:21 +01:00
Andy Wilkinson
b978950cb2
Clarify the effect of @EnableWebMvc
...
Closes gh-36506
2023-08-08 12:56:24 +01:00
Andy Wilkinson
8dec443e3b
Document default for MVC and WebFlux date and time formatting
...
Closes gh-30041
2023-08-08 12:51:29 +01:00
Andy Wilkinson
e7203e31c8
Correct documentation of default path matching strategy
...
Closes gh-32557
2023-08-08 11:48:04 +01:00
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
2023-08-08 11:20:07 +01:00
Andy Wilkinson
db0ab9f580
Improve documentation for configuration of schema and data scripts
...
Closes gh-36176
2023-08-08 10:58:28 +01:00
Stephane Nicoll
6ccc13f3cd
Merge pull request #36767 from eddumelendez
...
* pr/36767:
Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
Configure ActiveMQConnectionFactory properly without spring-jms
Closes gh-36767
2023-08-07 14:08:42 +02:00
Stephane Nicoll
5e11bac1da
Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
...
See gh-36767
2023-08-07 14:05:31 +02:00
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
2023-08-07 14:03:27 +02:00
Stephane Nicoll
5ed5820f92
Clarify expected jar size in getting started doc
...
Closes gh-34514
2023-08-04 16:23:31 +02:00
Stephane Nicoll
1e5a72f1f8
Provide nested cause if datasource fails to provide DatabaseDriver
...
Closes gh-34728
2023-08-04 16:01:14 +02:00
Stephane Nicoll
97ce95c417
Polish "Upgrade to MariaDB 3.1.4"
...
See gh-36394
2023-08-04 15:58:32 +02:00
Stephane Nicoll
d101004d5f
Document @DataR2dbcTest support
...
Closes gh-35014
2023-08-04 15:25:16 +02:00
Stephane Nicoll
1ca763e5de
Upgrade to MariaDB 3.1.4
...
Closes gh-36394
2023-08-04 14:41:03 +02:00
Stephane Nicoll
747dbc35fe
Warmup connection pool in ConnectionPoolMetricsTests
...
Closes gh-36474
2023-08-04 14:29:59 +02:00
Stephane Nicoll
fd88024402
Add @since for JavaVersion values
...
Closes gh-36608
2023-08-04 14:09:12 +02:00
Andy Wilkinson
80a6873a98
Upgrade to Testcontainers 1.18.3
...
Closes gh-36710
2023-08-04 08:22:57 +01:00
Andy Wilkinson
f0d2f6e991
Upgrade to Spock Framework 2.3-groovy-3.0
...
Closes gh-36709
2023-08-04 08:22:57 +01:00
Andy Wilkinson
4b552d5c44
Upgrade to MockK 1.13.5
...
Closes gh-36708
2023-08-04 08:22:56 +01:00
Andy Wilkinson
2c7fe47529
Upgrade to Maven Resolver 1.9.14
...
Closes gh-36707
2023-08-04 08:22:56 +01:00
Andy Wilkinson
7fcf4c7dcf
Upgrade to Maven Invoker 3.2.0
...
Closes gh-36706
2023-08-04 08:22:56 +01:00
Andy Wilkinson
59bd6879a2
Upgrade to Maven 3.9.4
...
Closes gh-36705
2023-08-04 08:22:55 +01:00
Andy Wilkinson
a709625c24
Upgrade to Commons FileUpload 1.5
...
Closes gh-36704
2023-08-03 14:55:27 +01:00
Andy Wilkinson
f24b56b541
Upgrade to API Guardian 1.1.2
...
Closes gh-36703
2023-08-03 14:55:22 +01:00
Andy Wilkinson
00e46192e4
Fix handling of potential ugrade issues with no space in title
2023-08-03 14:52:14 +01:00
Andy Wilkinson
28b3054a9e
Try to stabilize DataCouchbaseTestIntegrationTests
...
Closes gh-36662
2023-08-01 19:58:28 +01:00
Andy Wilkinson
abf2ae792f
Upgrade Java 20 CI image to 20.0.2+10
...
Closes gh-36596
2023-07-31 09:35:33 +01:00
Andy Wilkinson
3667813af9
Upgrade CI images to Docker 24.0.5
...
Closes gh-36595
2023-07-31 09:31:46 +01:00
Andy Wilkinson
36239df0da
Merge pull request #36620 from izeye
...
* gh-36620:
Polish "Polish"
Polish
Closes gh-36620
2023-07-28 11:40:49 +01:00
Andy Wilkinson
21ce7a08fc
Polish "Polish"
...
See gh-36620
2023-07-28 11:40:34 +01:00
Johnny Lim
5a205dbfd1
Polish
...
See gh-36620
2023-07-28 11:35:33 +01:00
Andy Wilkinson
3f2c583bd7
Merge pull request #36614 from rob-valor
...
* gh-36614:
Correct RestTemplateBuilder#defaultHeader javadoc
Closes gh-36614
2023-07-28 11:31:39 +01:00
rob-valor
4bbfc5e630
Correct RestTemplateBuilder#defaultHeader javadoc
...
Replace reactor.netty.http.client.HttpClientRequest with
org.springframework.http.client.ClientHttpRequest
See gh-36614
2023-07-28 11:30:46 +01:00
Andy Wilkinson
c44e7376b4
Upgrade to Spring Asciidoctor Extensions 0.6.2
...
Closes gh-36625
2023-07-28 10:53:48 +01:00
Andy Wilkinson
a5c3747836
Merge pull request #36617 from dreis2211
...
* gh-36617:
Enable debug option for Kotlin in Gradle Plugin tests
Closes gh-36617
2023-07-28 10:10:20 +01:00
Christoph Dreis
42e89079d3
Enable debug option for Kotlin in Gradle Plugin tests
...
See gh-36617
2023-07-28 10:09:59 +01:00
Stephane Nicoll
87554fb4dc
Add test for RabbitMQ smoke test
...
Closes gh-36610
2023-07-27 14:51:50 +02:00
Moritz Halbritter
2dbc1f4c75
Merge pull request #36572 from chicobento
...
* pr/36572:
Fix Tomcat SSL protocol warn message
Closes gh-36572
2023-07-26 10:22:29 +02:00
Francisco Bento
307d6c0a97
Fix Tomcat SSL protocol warn message
...
See gh-36572
2023-07-26 10:21:43 +02:00
Moritz Halbritter
3a94db480c
Merge pull request #36564 from MahatmaFatalError
...
* pr/36564:
Fix server.forward-headers-strategy documentation
Closes gh-36564
2023-07-26 09:52:17 +02:00
Mahatma_Fatal_Error
98f76698c8
Fix server.forward-headers-strategy documentation
...
See gh-36564
2023-07-26 09:50:33 +02:00
Andy Wilkinson
19e281e373
Merge pull request #36537 from dependabot[bot]
...
* gh-36537:
Upgrade to gradle/gradle-build-action 2.7.0
Closes gh-36537
2023-07-25 15:21:47 +01:00
dependabot[bot]
8f30e27aba
Upgrade to gradle/gradle-build-action 2.7.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](bd57605957...a4cf152f48 )
Signed-off-by: dependabot[bot] <support@github.com >
See gh-36537
2023-07-25 15:20:32 +01:00
Andy Wilkinson
36b29c0fd2
Merge pull request #33743 from msobeck
...
* gh-33743:
Polish "Test Micrometer config to property exposure"
Test Micrometer config to property exposure
Closes gh-33743
2023-07-25 14:53:42 +01:00
Andy Wilkinson
5c6a9122cb
Polish "Test Micrometer config to property exposure"
...
See gh-33743
2023-07-25 14:43:14 +01:00
Mirko Sobeck
19e70055a5
Test Micrometer config to property exposure
...
See gh-33743
2023-07-25 14:37:25 +01:00
Andy Wilkinson
637e190e76
Upload build reports if and only if build has failed
...
Closes gh-36558
2023-07-25 13:11:37 +01:00
Andy Wilkinson
aae8665db1
Add missing management.metrics.export.wavefront properties
...
Closes gh-36498
2023-07-25 12:35:58 +01:00