Skip to content

Commit 601df9a

Browse files
Merge branch 'master' into postgresql-protocol-adapter
2 parents 9b28c0a + 03f37cd commit 601df9a

File tree

1,938 files changed

+55249
-14087
lines changed

Some content is hidden

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

1,938 files changed

+55249
-14087
lines changed

.github/actions/setup_node/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
version: 8.4.0
1919
run_install: ${{ inputs.run-install }}
2020

21-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
21+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2222
with:
2323
node-version: 18.16.0
2424
cache: 'pnpm'

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- name: Checkout Extension SDK
1616
run: |
1717
git clone https://github.com/hivemq/hivemq-extension-sdk.git ../hivemq-extension-sdk
@@ -25,7 +25,7 @@ jobs:
2525
git checkout ${GITHUB_REF#refs/heads/} || true
2626
cd ../hivemq-edge
2727
- name: Setup Java
28-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
28+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
2929
with:
3030
distribution: 'adopt'
3131
java-version: '11'

.github/workflows/etherip-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
packages: write
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
repository: 'ornl-epics/etherip'
2020
- name: Setup Java
21-
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
21+
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
2222
with:
2323
distribution: 'adopt'
2424
java-version: '11'

.github/workflows/frontend-cli.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: 👓 Checkout repository
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131

3232
- name: 🏗️ Setup node environment
3333
uses: ./.github/actions/setup_node
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: 👓 Checkout repository
47-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4848

4949
- name: 🏗️ Setup node environment
5050
uses: ./.github/actions/setup_node
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: 👓 Checkout repository
61-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
61+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262

6363
- name: 🏗️ Setup node environment
6464
uses: ./.github/actions/setup_node
@@ -69,7 +69,7 @@ jobs:
6969
run: pnpm run build
7070

7171
- name: Upload artifact
72-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
72+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
7373
with:
7474
name: application
7575
path: hivemq-edge/src/frontend/dist
@@ -80,7 +80,7 @@ jobs:
8080
needs: [ build_production ]
8181
steps:
8282
- name: 👓 Checkout repository
83-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
83+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8484

8585
- name: 🏗️ Setup node environment
8686
uses: ./.github/actions/setup_node
@@ -105,7 +105,7 @@ jobs:
105105
# after the test run completes store videos
106106
- name: 💾 Upload Component videos
107107
if: failure()
108-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
108+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
109109
with:
110110
name: cypress-component-videos
111111
path: hivemq-edge/src/frontend/cypress/videos
@@ -117,7 +117,7 @@ jobs:
117117
needs: [ build_production ]
118118
steps:
119119
- name: 👓 Checkout repository
120-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
120+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121121

122122
- name: 🏗️ Setup node environment
123123
uses: ./.github/actions/setup_node
@@ -139,7 +139,7 @@ jobs:
139139
quiet: false
140140
- name: 💾 Upload E2E videos
141141
if: failure()
142-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
142+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
143143
with:
144144
name: cypress-e2e-videos
145145
path: hivemq-edge/src/frontend/cypress/videos
@@ -151,7 +151,7 @@ jobs:
151151
needs: [ build_production ]
152152
steps:
153153
- name: 👓 Checkout repository
154-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
154+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
155155

156156
- name: Download artifact
157157
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4

.github/workflows/frontend-visual.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323

2424
steps:
2525
- name: 👓 Checkout repository
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727

2828
- name: 🚚 Setup pnpm
2929
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
3030
with:
3131
version: 8.4.0
3232

3333
- name: 🔻 Use Node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
34+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737

edge-plugins/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2024.8-SNAPSHOT
1+
version=2024.9
22

33
# Enable build cache.
44
org.gradle.caching=true
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
jackson = "2.18.0"
2+
jackson = "2.18.2"
33

44
[libraries]
55
jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }

edge-plugins/src/main/kotlin/com/hivemq/licensethirdparty/UpdateThirdPartyLicensesTask.kt

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ abstract class UpdateThirdPartyLicensesTask : DefaultTask() {
135135
url == "http://www.w3.org/Consortium/Legal/copyright-software-19980720" -> KnownLicense.W3C_19980720
136136
// from here license name and url are not enough to determine the exact license, so we checked the specific dependency manually
137137
(name == "BSD") && (coordinates.group == "dk.brics") && (coordinates.name == "automaton") -> KnownLicense.BSD_3_CLAUSE
138+
(coordinates.group == "com.github.saasquatch") && (coordinates.name == "json-schema-inferrer") -> KnownLicense.APACHE_2_0
138139
(name == "BSD") && (coordinates.group == "org.picocontainer") && (coordinates.name == "picocontainer") -> KnownLicense.BSD_3_CLAUSE
139140
(name == "BSD") && (coordinates.group == "org.ow2.asm") && (coordinates.name == "asm") -> KnownLicense.BSD_3_CLAUSE
140141
(name == "BSD licence") && (coordinates.group == "org.antlr") && (coordinates.name == "antlr-runtime") -> KnownLicense.BSD_3_CLAUSE

0 commit comments

Comments
 (0)