Commit Graph

960 Commits

Author SHA1 Message Date
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
Janne Valkealahti
5c7355dfcb Use adopt distribution in ci boot 2023-11-22 09:28:53 +00:00
Janne Valkealahti
967fedb90f Test with boot 3.2.x
- Update boot-ci to use 3.1.5, 3.2.0-RC2
- Relates #1122
2023-11-13 15:43:16 +00:00
Janne Valkealahti
41a340bca3 Migrate to StandardReflectionParameterNameDiscoverer
- This is per deprecation notes in
  LocalVariableTableParameterNameDiscoverer
- Relates #1122
2023-11-13 15:37:16 +00:00
Janne Valkealahti
1c974ac3f9 Configure spring repos conditionally
- Depending on a build, use milestone and/or snapshot repos
- Relates #1122
2023-11-13 13:15:37 +00:00
Janne Valkealahti
27dbddebae Upgrade spring-boot 3.1.5
- Relates #1117
2023-10-30 10:32:45 +00:00
Eric Haag
33d68e7878 Update workflows with Gradle Enterprise credentials
Only workflows that do not build PRs have been configured with
credentials.
2023-10-09 10:12:31 +01:00
Eric Haag
8194d8da45 Connect build to ge.spring.io
This change publishes a build scan to ge.spring.io for every local
build from an authenticated Spring committer and for CI where
appropriate access tokens are available. The build will not fail if
publishing fails.

This change also allows the build to benefit from remote build caching,
providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle
Enterprise such as:

- Dashboards to view all historical build scans, along with performance
   trends over time
- Build failure analytics for enhanced investigation and diagnosis of
   build failures
- Test failure analytics to better understand trends and causes around
   slow, failing, and flaky tests
2023-10-09 10:12:31 +01:00
Janne Valkealahti
e3fead1c7f Update spring-boot 3.1.4
- Relates #1117
2023-10-09 10:00:42 +01:00
Janne Valkealahti
9bb0674cc9 Merge pull request #1104 from egreijus
* pr/1104:
  Polish "Upgrade to Spring Boot 3"
  Upgrade to Spring Boot 3
2023-10-05 12:51:34 +01:00
Janne Valkealahti
2025282e06 Polish "Upgrade to Spring Boot 3" 2023-10-05 12:49:46 +01:00
Janne Valkealahti
7e78d78d05 Next major development version 2023-10-04 14:16:37 +01:00
Erik Greijus
497eebe55c Upgrade to Spring Boot 3 2023-08-29 12:52:50 +02:00
Janne Valkealahti
6bddecd3f2 Fix version discovery 2023-06-19 10:52:03 +01:00
Janne Valkealahti
9b93f3b797 Fix ci-boot.yml 2023-06-12 12:28:47 +01:00
Janne Valkealahti
f6b4464804 Add ci boot workflow 2023-06-12 12:24:21 +01:00