Moritz Halbritter
ffa7447a61
Upgrade graalvm-reachability-metadata to 0.3.20
...
Closes gh-264
2025-05-05 09:35:53 +02:00
Andy Wilkinson
cdb01e32d3
Smoke test latest Authorization Server snapshot
2025-04-22 09:16:27 +01:00
Moritz Halbritter
8670aabd80
Upgrade graalvm-reachability-metadata to 0.3.19
...
Closes gh-263
2025-04-15 08:43:49 +02:00
Andy Wilkinson
be9c5607a1
Update contributing steps
2025-04-14 09:31:16 +01:00
Moritz Halbritter
8afb7ce6b7
Upgrade to GraalVM Reachability Metadata 0.3.18
...
Closes gh-262
2025-03-06 13:49:30 +01:00
Moritz Halbritter
569d2aae97
Upgrade to GraalVM Reachability Metadata 0.3.17
...
Closes gh-261
2025-03-03 09:45:31 +01:00
Andy Wilkinson
b6d60e15aa
Move Mockito tests out into a separate module
...
Closes gh-260
2025-02-27 09:55:42 +00:00
Stéphane Nicoll
f2c3e52867
Smoke test Spring Boot 3.0.20 snapshots
2025-02-20 13:27:00 +01:00
Moritz Halbritter
4f466ff816
Upgrade to GraalVM Reachability Metadata 0.3.16
...
Closes gh-259
2025-02-03 09:51:41 +01:00
Andy Wilkinson
bee6e34bc7
Add a task to warm Gradle's caches
...
A new warmCaches task is added to each smoke test. This task downloads
all of the dependencies on the classpaths of the test's main, test,
and appTest source sets. It is intended for us in GitHub Actions to
make more efficient use of its cache and increase the likelihood of
a cache hit when running each individual set of smoke tests.
2025-01-17 11:03:14 +00:00
Moritz Halbritter
5875502ede
Upgrade to reachability metadata 0.3.15
...
Closes gh-256
2024-12-02 09:07:46 +01:00
Andy Wilkinson
dc60971f4b
Allow the tests to use Framework snapshots again
2024-11-25 07:57:53 +00:00
Andy Wilkinson
c5d37829c3
Smoke test Spring Boot 3.0.19 snapshots
2024-11-21 12:45:11 +00:00
Moritz Halbritter
9cbe5297c3
Allow Reactor dependencies to be resolved from the commercial repository
...
Closes gh-255
2024-11-19 10:44:03 +01:00
Moritz Halbritter
b0a7cee999
Upgrade to reachability metadata 0.3.14
...
Closes gh-254
2024-11-18 07:49:42 +01:00
Moritz Halbritter
c471afa6f2
Upgrade to reachability metadata 0.3.12
...
Closes gh-252
2024-11-06 14:13:58 +01:00
Andy Wilkinson
db77a7bf87
Update failure expectations for Flyway
2024-11-06 08:28:50 +00:00
Moritz Halbritter
73a10660d8
Upgrade to reachability metadata 0.3.11
...
Closes gh-251
2024-11-04 08:35:58 +01:00
Andy Wilkinson
ca2f9008d6
Add copyright/license headers to Java and Kotlin source files
...
Closes gh-250
2024-10-21 11:17:51 +01:00
Andy Wilkinson
46b3108797
Create metadata service eagerly so it can be retried
...
See gh-248
2024-10-09 08:55:19 +01:00
Andy Wilkinson
d964f67419
Upgrade to NBT 0.9.28
2024-10-07 10:29:01 +01:00
Andy Wilkinson
cb39802ee4
Add some retry logic to collectReachabilityMetadata
...
Closes gh-248
2024-10-07 10:18:03 +01:00
Andy Wilkinson
df2f3f872a
Upgrade to Gradle 8.10.2
2024-09-25 08:04:40 +01:00
Andy Wilkinson
f9d575f319
Polish repository declarations
2024-09-24 09:37:39 +01:00
Andy Wilkinson
5348b4b32d
Use repo.spring.io's Maven Central mirror
...
Closes gh-246
2024-09-24 09:10:18 +01:00
Andy Wilkinson
e667e3158a
Polish AOT Smoke Test Plugin
2024-09-18 08:04:21 +01:00
Moritz Halbritter
77b503075d
Add test case to test if spring.main properties can be bound
...
See https://github.com/spring-projects/spring-boot/issues/42038
2024-08-28 10:36:31 +02:00
Andy Wilkinson
c8827b9911
Smoke test Spring Boot 3.0.18 snapshots
2024-08-22 15:20:16 +01:00
Andy Wilkinson
06fb118281
Upgrade to reachability metadata 0.3.9
...
Closes gh-243
2024-08-22 10:26:16 +01:00
Andy Wilkinson
d4922ef9f5
Don't force Framework snapshots as 6.0.24-SNAPSHOT is not yet available
2024-08-17 08:41:34 +01:00
Andy Wilkinson
7c723081b0
Smoke test latest Spring Cloud snapshots
2024-07-29 09:47:37 +01:00
Andy Wilkinson
897430b8f0
Don't enabling linting for compilation of AOT-generated code
2024-07-26 09:37:15 +01:00
Andy Wilkinson
7dbb2cbba8
Enable compile linting and treat warnings as errors
...
Closes gh-232
2024-07-25 10:11:40 +01:00
Andy Wilkinson
662fcca552
Run smoke tests using the latest supported version of Gradle
...
Closes gh-231
2024-07-24 09:04:07 +01:00
Andy Wilkinson
309e05843c
Use repo.spring.io to resolve commercial dependencies
...
Closes gh-229
2024-07-11 09:33:36 +01:00
Andy Wilkinson
9c823464bc
Add the use of <include> to Logback smoke test
...
Closes gh-226
2024-06-13 07:49:01 +01:00
Andy Wilkinson
6ca2648afa
Smoke test Spring Boot 3.0.17 snapshots
2024-05-23 12:50:13 +01:00
Andy Wilkinson
318e5d8e8f
Merge pull request #178 from onobc
...
* gh-178:
Enhance cloud-stream-rabbit/kafka tests
Closes gh-178
2024-05-17 12:15:53 +01:00
Chris Bono
33005cc98c
Enhance cloud-stream-rabbit/kafka tests
...
- Add multi-binder with complex property for rabbit
- Add complex property for kafka
See https://github.com/spring-cloud/spring-cloud-stream/issues/2690
See gh-178
2024-05-17 12:15:33 +01:00
Chris Bono
68efb9472e
Enhance cloud-stream-rabbit/kafka tests
...
- Add multi-binder with complex property for rabbit
- Add complex property for kafka
See https://github.com/spring-cloud/spring-cloud-stream/issues/2690
2024-05-17 11:58:32 +01:00
Andy Wilkinson
3b5c4c4bff
Allow a test to specify its required Java version
...
See gh-218
2024-05-16 12:09:11 +01:00
Andy Wilkinson
b1b3431bd6
Migrate to Develocity-branded plugin
2024-05-13 11:00:09 +01:00
Moritz Halbritter
a8a35a7e6e
Upgrade to Reachability Metadata 0.3.8
...
Closes gh-220
2024-05-13 10:33:45 +02:00
Moritz Halbritter
1d524f23d6
Merge pull request #219 from sobychacko
...
* pr/219:
Use KRaft based Kafka Docker images
Closes gh-219
2024-05-08 14:20:56 +02:00
Soby Chacko
be6423f359
Use KRaft based Kafka Docker images
...
* Use KRaft based Kafka Docker image from apache/kafka
See https://hub.docker.com/r/apache/kafka/tags
See gh-219
2024-05-08 14:20:45 +02:00
Andy Wilkinson
35358e1ba3
Update .sdkmanrc to use latest version of Graal for Java 17
2024-05-08 10:03:10 +01:00
Stéphane Nicoll
d2175047bd
Remove cache-cache2k sample
...
There is a request for adding native support that has no made any
progress. We can reintroduce the sample if they end up adding support.
2024-05-03 10:47:59 +02:00
Andy Wilkinson
8223ec0563
Configure repositories to reduce requests that will never be satisfied
2024-04-29 20:51:10 +01:00
Andy Wilkinson
2300d0e785
Make smoke test description more extensible
...
The current format makes things like gh-218 quite difficult. By
reworking the format it will be easier to extend the configuration
options in the future.
2024-04-25 11:35:40 +01:00
Andy Wilkinson
87ea2e2350
Polish
2024-04-25 09:55:57 +01:00