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 660ac79
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 3 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
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 @@ -121,6 +121,18 @@
</dependency>

<!-- this is used implicitly by quarkus tests so let's make Maven aware of it -->
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-addons-quarkus-common-deployment</artifactId>
<scope>test</scope>
<type>pom</type>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>kogito-quarkus-serverless-workflow-deployment</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ 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 660ac79

Please sign in to comment.