Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: explicitely change SDK version #2263

Merged
merged 6 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ jobs:

- name: Cache Maven repository
# https://github.com/actions/cache/releases
# v4.0.2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
# v4.2.0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are getting

Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down

with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('maven-java/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion docs/release-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can see the Kalix Runtime version on prod [on grafana](https://grafana.sre.k

### Cutting the release

- [ ] Update the "Change date" on [the license](../blob/main/LICENSE#L9) to release date plus three years
- [ ] Update the "Change date" on [the license](../blob/main/LICENSE#L9) to release date plus three years and the version of the SDK in "Licensed Work".
- [ ] Use the "Generate release notes" button to create [a new release](https://github.com/lightbend/kalix-jvm-sdk/releases/new) with the appropriate tag.
- Review the generated notes and "Publish release"
- CI will automatically publish to the repository based on the tag
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/java-protobuf/pages/developer-tools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include::partial$attributes.adoc[]
Select your preferred language (Java/Scala) above.

[.group-java]
The Java tooling is published to https://mvnrepository.com/artifact/kalix[Maven Central].
The Java tooling is published to https://mvnrepository.com/artifact/io.kalix[Maven Central].
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was 404


[.group-java]
== Maven archetype
Expand Down
Loading