Skip to content

Commit 966f81d

Browse files
authored
Add artifact property for all quarkus-extension.yaml files (#311)
1 parent 2b5babd commit 966f81d

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

durable-kubernetes/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Flow Durable Kubernetes
22
description: Durable Workflows support on Kubernetes
3+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
34
metadata:
45
keywords:
56
- workflow

langchain4j/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Flow LangChain4j
22
description: |
33
LangChain4j Agentic Workflow implementation for Quarkus Flow.
4+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
45
metadata:
56
keywords:
67
- workflow

persistence/jpa/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Flow JPA
22
description: |
33
JPA Persistence Plugin
4+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
45
metadata:
56
keywords:
67
- workflow

persistence/mvstore/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Flow MVStore
22
description: |
33
MVStore Persistence Plugin
4+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
45
metadata:
56
keywords:
67
- workflow

persistence/redis/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Flow Redis
22
description: |
33
Redis Persistence Plugin
4+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
45
metadata:
56
keywords:
67
- workflow

scheduler/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Flow Scheduler
22
description: |
33
Flow scheduler implemetation relying on quarkus scheduler
4+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
45
metadata:
56
keywords:
67
- workflow

0 commit comments

Comments
 (0)