Skip to content

Commit 1d7bd4d

Browse files
Update common files
1 parent 06aef1a commit 1d7bd4d

File tree

9 files changed

+14
-11
lines changed

9 files changed

+14
-11
lines changed

.clinerules/coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The root project MUST NOT contain any code: it is a parent project which coordin
4141

4242
You SHOULD prefer modern Java idioms: records, pattern matching, sealed interfaces/classes, `var` for local variables.
4343
You MUST NOT use fully qualified class names unless there is a conflict between 2 class names in different packages.
44-
You MUST annotate the code with nullability annotations (`io.micronaut.core.annotation.Nullable`, `io.micronaut.core.annotation.NonNull`).
44+
You MUST annotate the code with nullability annotations (`org.jspecify.annotations.Nullable`, `org.jspecify.annotations.NonNull`).
4545
You MUST NOT use reflection: Micronaut is a reflection-free framework tailored for integration with GraalVM.
4646
You MUST use `jakarta.inject` for dependency injection, NOT `javax.inject`.
4747

.github/instructions/coding.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The root project MUST NOT contain any code: it is a parent project which coordin
4141

4242
You SHOULD prefer modern Java idioms: records, pattern matching, sealed interfaces/classes, `var` for local variables.
4343
You MUST NOT use fully qualified class names unless there is a conflict between 2 class names in different packages.
44-
You MUST annotate the code with nullability annotations (`io.micronaut.core.annotation.Nullable`, `io.micronaut.core.annotation.NonNull`).
44+
You MUST annotate the code with nullability annotations (`org.jspecify.annotations.Nullable`, `org.jspecify.annotations.NonNull`).
4545
You MUST NOT use reflection: Micronaut is a reflection-free framework tailored for integration with GraalVM.
4646
You MUST use `jakarta.inject` for dependency injection, NOT `javax.inject`.
4747

.github/workflows/central-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
unset JAVA_HOME
2121
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/usr/lib/jvm' | paste -sd:)
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
ref: v${{ github.event.inputs.release_version }}
2626
- uses: gradle/actions/wrapper-validation@v5

.github/workflows/graalvm-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
matrix: ${{ steps.build-matrix.outputs.matrix }}
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Build Matrix
2323
uses: micronaut-projects/github-actions/graalvm/build-matrix@master
2424
id: build-matrix
@@ -47,7 +47,7 @@ jobs:
4747
sudo rm -rf /usr/lib/jvm/*
4848
unset JAVA_HOME
4949
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/usr/lib/jvm' | paste -sd:)
50-
- uses: actions/checkout@v5
50+
- uses: actions/checkout@v6
5151
- name: Pre-Build Steps
5252
uses: micronaut-projects/github-actions/graalvm/pre-build@master
5353
id: pre-build

.github/workflows/graalvm-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
outputs:
2525
matrix: ${{ steps.build-matrix.outputs.matrix }}
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Build Matrix
2929
uses: micronaut-projects/github-actions/graalvm/build-matrix@master
3030
id: build-matrix
@@ -49,7 +49,7 @@ jobs:
4949
sudo rm -rf /usr/lib/jvm/*
5050
unset JAVA_HOME
5151
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/usr/lib/jvm' | paste -sd:)
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- name: Pre-Build Steps
5454
uses: micronaut-projects/github-actions/graalvm/pre-build@master
5555
id: pre-build

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
df -h
4848
4949
- name: "📥 Checkout repository"
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 0
5353

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo rm -rf /usr/lib/jvm/*
1616
unset JAVA_HOME
1717
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/usr/lib/jvm' | paste -sd:)
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: actions/cache@v4
2020
with:
2121
path: ~/.gradle/caches

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
unset JAVA_HOME
2020
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v '/usr/lib/jvm' | paste -sd:)
2121
- name: Checkout repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
token: ${{ secrets.GH_TOKEN }}
2525
- uses: gradle/actions/wrapper-validation@v5
@@ -156,7 +156,7 @@ jobs:
156156
if: startsWith(github.ref, 'refs/tags/')
157157
steps:
158158
- name: Checkout repository
159-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
159+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
160160
- name: Download artifacts
161161
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
162162
with:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ src/main/docs/resources/img/micronaut-logo-white.svg
3434

3535
# Ignore files generated by test-resources
3636
**/.micronaut/test-resources/
37+
38+
# Ignore gradle.properties generated by micronaut-build
39+
/buildSrc/gradle.properties

0 commit comments

Comments
 (0)