Commit Graph

975 Commits

Author SHA1 Message Date
Matthias Nemeth
4235dcd825 Refer to main branch instead of master 2025-05-28 23:25:51 +02:00
Mahmoud Ben Hassine
50fca01fcd Update Spring Boot version to 3.5.0 2025-05-28 22:58:23 +02:00
Mahmoud Ben Hassine
7b19ac1b6b Update gradle to version 8.14.1 2025-05-28 22:29:20 +02:00
Mahmoud Ben Hassine
a707ff00ea Fix transitive dependency to mongodb-driver-sync 2025-05-28 22:28:56 +02:00
Mahmoud Ben Hassine
db87f877ac Update test dependencies for the latest Spring Boot 3.5 snapshots
Spring Boot 3.5 updated JUnit Jupiter from v5.11 to v5.12.
With this new version, the junit-platform-launcher dependency
must be declared explicitly.
2025-04-23 09:52:18 +02:00
Mahmoud Ben Hassine
1a017dced2 Remove dependency to Spring Shell
This commit updates the samples to use Java's
standard CLI utilities instead of Spring Shell.

Resolves #1184
2025-04-15 14:08:19 +02:00
Mahmoud Ben Hassine
5170c0e2d2 Fix warning about missing "@Deprecated" on a deprecated method 2025-04-11 09:36:57 +02:00
Mahmoud Ben Hassine
7dc5ed851e Upgrade gradle version to 8.13 2025-04-11 09:35:04 +02:00
Wei Xiaopeng
2e8c667749 Fix StateMachineAnnotationPostProcessor warning log
Resolves #1156
2025-03-11 17:38:32 +01:00
Henning Pöttker
83f84fd587 Fix turnstile and showcase sample
Signed-off-by: Henning Pöttker <25299532+hpoettker@users.noreply.github.com>
2025-03-11 17:30:37 +01:00
Mahmoud Ben Hassine
956efa7c3d Update Spring Boot to latest versions in ci-boot.yml 2025-03-10 09:59:58 +01:00
Mahmoud Ben Hassine
299951c2ba Replace Pivotal CLA with DCO 2025-02-28 12:28:34 +01:00
Mahmoud Ben Hassine
bcf39dfc61 Update CI build descriptor
This commit attempts to fix the following build error:

Error: 3 [Error] Server ID 'repo.spring.io' does not exist.
2025-02-07 06:56:46 +01:00
Mahmoud Ben Hassine
f3d582009e Update samples to the latest Spring Shell and Boot versions 2025-02-07 05:21:01 +01:00
Mahmoud Ben Hassine
45350cbdfb Update gradle wrapper version to 8.12.1 2025-02-03 11:45:53 +01:00
Gerlach, Winfried
fc2cea5808 bump some libraries to newer minor releases 2025-02-03 10:43:36 +01:00
Mahmoud Ben Hassine
3db4076503 Update Spring Boot version in CI build 2024-12-07 08:06:26 +01:00
Mahmoud Ben Hassine
658b46f30c Update actions/upload-artifact to version 4.4.3 2024-10-18 18:28:08 +02:00
Mahmoud Ben Hassine
ad09885b73 Update Spring Boot versions in CI build 2024-10-18 17:29:20 +02:00
Mahmoud Ben Hassine
abe7ffc32c Update Spring dependencies to latest snapshots
Remove unused springCloudClusterVersion property
2024-10-18 17:27:48 +02:00
Mahmoud Ben Hassine
a0b4861652 Add milestones repository to the build descriptor 2024-10-18 17:22:33 +02:00
Mahmoud Ben Hassine
b284f92fb3 Disable flaky tests 2024-10-18 17:21:36 +02:00
Janne Valkealahti
26ef2bcdc9 Schedule ci boot 2024-03-23 17:17:14 +00:00
Janne Valkealahti
bca8c5e4ce Update ci boot versions 2024-03-23 17:01:26 +00:00
Matthias Nemeth
1eaf53cd02 Fix typo 2024-03-22 15:07:37 +00:00
Terry Zhou
b5fe5f352b fix typo 2024-03-22 15:06:39 +00:00
Janne Valkealahti
eb3662c625 Upgrade spring-boot 3.1.10
- Fixes #1153
2024-03-22 15:00:41 +00:00
Maksim Sasnouski
400a65990c Use gradle Java configuration block 2024-03-21 09:19:22 +00:00
Maksim Sasnouski
3501c1367c Upgrade com.gradle.enterprise plugin to 3.16.2 2024-03-21 09:19:22 +00:00
Janne Valkealahti
04731dfb19 Update nexus sync steps 2024-03-21 08:55:38 +00:00
Janne Valkealahti
7eda62fe05 Upgrade gradle 8.6
- This is take 2
- In SpringMavenPlugin remove optional feature which
  were copied from boot. It exists in other form and
  caused issues mention in a ticket.
- Fixes #1145
2024-03-20 16:44:11 +00:00
Janne Valkealahti
9cce18b994 Upgrade jfrog cli 2024-03-19 08:22:52 +00:00
Janne Valkealahti
4c40fcbaba Change spec downloading files
- Change cli spec to download files to get
  synced into central.
- Fixes #1149
2024-03-19 08:15:52 +00:00
Janne Valkealahti
4495c7dd77 Update boot ci workflow 2024-03-15 12:39:27 +00:00
Janne Valkealahti
2302fc78fe Upgrade spring-boot 3.1.9
- Fixes #1147
2024-03-15 12:17:35 +00:00
Janne Valkealahti
7de919daf6 Upgrade gradle 7.6.4
- Fixes #1146
2024-03-15 12:16:53 +00:00
Janne Valkealahti
d76f9dc8c6 Property springBootVersion not setting version in buildSrc
- Fixes #1148
2024-03-15 12:16:14 +00:00
Janne Valkealahti
451f12ab14 Revert "Upgrade gradle 8.6"
This reverts commit 362e5f01fd.

Going back to gradle 7.6.x due to signing issue happening
with #1145.
2024-03-15 08:59:47 +00:00
Janne Valkealahti
7a81d6b3f7 Fix publishing
- Breaking change in artifactory plugin with gradle 8.x
  which mean we need to go back to maven publish instead
  of relying archives configuration.
- Relates #1145
2024-03-14 17:38:25 +00:00
Janne Valkealahti
362e5f01fd Upgrade gradle 8.6
- Fixes #1145
2024-03-14 15:38:04 +00:00
Janne Valkealahti
24a3467780 Add junit tag configuration
- Using include/exclude tags was missing so adding
  those into buildSrc.
- Polish it tests workflows
- Relates #1143
2024-03-14 14:48:47 +00:00
Janne Valkealahti
fbb6df4e5d Sign artifacts with ci workflow
- Relates #1143
2024-03-14 13:25:47 +00:00
Janne Valkealahti
86c0b2ad25 Modify ci workflows
- Due to changes in gradle build
- Relates #1143
2024-03-14 13:11:25 +00:00
Janne Valkealahti
4675396335 Modify jfrog gradle config in ci
- We have artifactory plugin in build itself
- Relates #1143
2024-03-14 12:27:44 +00:00
Janne Valkealahti
e62b09d2bb Overhaul gradle build
- Focus of this commit is to have modern gradle build.
- Migrate most of a plugin configurations from dsl
  into buildSrc.
- This fixes issues with existing docs build.
- Allows to sign files so that we have that part
  done for central in a build.
- We can skip publishing samples.
- We're able to share similar logic for modules
  which are meant for publish or just being samples.
- It's easier to upgrade gradle versions without
  getting various build issues.
- Relates #1143
2024-03-14 12:26:47 +00:00
Janne Valkealahti
1b2a868ab5 Next development version 2023-12-04 13:49:41 +00:00
Janne Valkealahti
b3597cdb8b Update central workflow 2023-12-04 13:45:51 +00:00
Janne Valkealahti
b32af171ee Update central workflow 2023-12-04 13:43:15 +00:00
Janne Valkealahti
2446a7f153 Test with boot 3.1.6 and 3.2.0
- Relates #1122
2023-11-24 07:57:28 +00:00
Janne Valkealahti
9bdba51ad4 Upgrade spring-boot 3.1.6
- Fixes #1123
2023-11-24 07:56:24 +00:00