diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dfe9c61..84fb5d05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,22 @@ -##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -## (C) Copyright 2018-2023 Modeling Value Group B.V. (http://modelingvalue.org) ~ -## ~ -## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~ -## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~ -## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~ -## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~ -## specific language governing permissions and limitations under the License. ~ -## ~ -## Maintainers: ~ -## Wim Bast, Tom Brus, Ronald Krijgsheld ~ -## Contributors: ~ -## Arjan Kok, Carel Bast ~ -##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +## (C) Copyright 2018-2026 Modeling Value Group B.V. (http://modelingvalue.org) ~ +## ~ +## Licensed under the GNU Lesser General Public License v3.0 (the 'License'). You may not use this file except in ~ +## compliance with the License. You may obtain a copy of the License at: https://choosealicense.com/licenses/lgpl-3.0 ~ +## Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ~ +## an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the ~ +## specific language governing permissions and limitations under the License. ~ +## ~ +## Maintainers: ~ +## Wim Bast, Tom Brus ~ +## ~ +## Contributors: ~ +## Ronald Krijgsheld ✝, Arjan Kok, Carel Bast ~ +## --------------------------------------------------------------------------------------------------------------------- ~ +## In Memory of Ronald Krijgsheld, 1972 - 2023 ~ +## Ronald was suddenly and unexpectedly taken from us. He was not only our long-term colleague and team member ~ +## but also our friend. "He will live on in many of the lines of code you see below." ~ +##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ version: 2 updates: diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8d695821..4622a68e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,22 +19,22 @@ on: [ push, workflow_dispatch ] jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[no-ci]')" env: ALLREP_TOKEN: "${{secrets.ALLREP_TOKEN}}" TOKEN: "${{secrets.ALLREP_TOKEN}}" CI: "true" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v5 with: - java-version: 17 + java-version: 21 distribution: zulu ################################################################################ - name: "build" - run: ./gradlew --info --scan + run: ./gradlew --info diff --git a/.gitignore b/.gitignore index ef8b1b21..9e7dc34d 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,9 @@ tmp/ tmp/** tmp/**/* +#### vscode +.vscode/ + #### java (https://github.com/github/gitignore/blob/master/Java.gitignore) *.class *.ear @@ -90,4 +93,4 @@ gradle-app.setting /TEST-*.xml **/*_gen **/*_gen.caches -.mps/workspace.xml +.mps/workspace.xml \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index b58b603f..7abb13d0 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -3,3 +3,5 @@ /workspace.xml # Editor-based HTTP Client requests /httpRequests/ +# GitHub Copilot persisted chat sessions +/copilot/chatSessions diff --git a/.idea/misc.xml b/.idea/misc.xml index 4f82f21f..0e6a221d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -30,7 +30,7 @@ - +