Skip to content

Commit 5fa10d2

Browse files
authored
Merge branch 'develop' into feature/iris/support-internal-stages
2 parents aeaaf9c + 139f44c commit 5fa10d2

File tree

197 files changed

+7753
-2392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+7753
-2392
lines changed

.github/workflows/bean-instantiations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ jobs:
8989
9090
echo "✅ All thresholds match between Java file and GitHub Action"
9191
92-
- name: Set up JDK 21
92+
- name: Set up JDK 25
9393
uses: actions/setup-java@v5
9494
with:
9595
distribution: temurin
96-
java-version: '21'
96+
java-version: '25'
9797

9898
- name: Build application
9999
shell: bash

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ concurrency:
8282
env:
8383
CI: true
8484
node: 24
85-
java: 21
85+
java: 25
8686

8787
jobs:
8888

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,13 @@ jobs:
4343
- name: Checkout repository
4444
uses: actions/checkout@v5
4545

46-
# Install Java 21
4746
- name: Setup Node.js
4847
uses: actions/setup-node@v5
4948
with:
5049
node-version: '${{ env.node }}'
5150
cache: 'npm'
51+
52+
# Install Java
5253
- name: Setup Java
5354
uses: actions/setup-java@v5
5455
with:

.github/workflows/pullrequest-stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- name: Check for stale PRs
1212
uses: actions/stale@v10
1313
with:
14+
operations-per-run: 300
15+
ascending: true
1416
days-before-stale: 7
1517
days-before-close: 14
1618
remove-stale-when-updated: true

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
# TODO these values should become zero in the future
3838
max_large_classes=9
39-
max_complex_beans=10
39+
max_complex_beans=9
4040
4141
echo "=========================================="
4242
echo "CODE QUALITY ANALYSIS SUMMARY"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ concurrency:
5959
env:
6060
CI: true
6161
node: 24
62-
java: 21
62+
java: 25
6363
# Run all tests for non-draft pull-requests or the default branch. Otherwise, only module-affected tests are run.
6464
RUN_ALL_TESTS: ${{ (github.event_name == 'pull_request' && github.event.pull_request.draft == false) || github.event.repository.default_branch == github.ref_name }}
6565

.idea/runConfigurations/Artemis_BuildAgent__Prod_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Artemis_Server__Dev__BuildAgent_LocalCI_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Artemis_Server__Dev__Core__Jenkins_.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Artemis_Server__Dev__LocalCI_BuildAgent__Athena_.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)