Skip to content

Commit

Permalink
- adding cloud category
Browse files Browse the repository at this point in the history
- Quarkus Extensions it-tests fix
  • Loading branch information
pefernan committed Feb 15, 2024
1 parent 8ed50a4 commit 7683c15
Show file tree
Hide file tree
Showing 23 changed files with 49 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ metadata:
- sonataflow
- camel
- serverless
- workflow
- workflows
# guide: ...
categories:
- "integration"
- "cloud"
status: "preview"
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito.events."
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ metadata:
guide: https://quarkus.io/guides/kogito
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito."
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata:
guide: https://quarkus.io/guides/kogito
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito."
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata:
guide: https://quarkus.io/guides/kogito
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito."
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "org.kie.kogito.addons.knative.eventing"
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito.quarkus.events."
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ metadata:
guide: https://quarkus.io/guides/kogito
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito.persistence"
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito.persistence."
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
config:
- "kogito.persistence."
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: stable
config:
- "kogito.svg."
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ metadata:
guide: https://quarkus.io/guides/kie
categories:
- "business-automation"
- "cloud"
status: stable
13 changes: 13 additions & 0 deletions quarkus/extensions/kogito-quarkus-extension/kogito-quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-processes</artifactId>
</dependency>

<!-- Needed due to https://github.com/quarkusio/quarkus/issues/20777 -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-common-deployment</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ metadata:
guide: "https://quarkus.io/guides/jbpm"
categories:
- "business-automation"
- "cloud"
status: "stable"
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,19 @@
<groupId>io.quarkiverse.asyncapi</groupId>
<artifactId>quarkus-asyncapi</artifactId>
</dependency>

<!-- Needed due to https://github.com/quarkusio/quarkus/issues/20777 -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-common-deployment</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ metadata:
- "SonataFlow"
- "serverless workflow"
- "serverless"
- "workflow"
- "workflows"
- "SW"
- "SWF"
guide: "https://quarkus.io/guides/kogito"
categories:
- "business-automation"
- "cloud"
status: "preview"
config:
- "kogito."
Expand Down

0 comments on commit 7683c15

Please sign in to comment.