Skip to content

Commit

Permalink
fixed operator use as message consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed May 31, 2023
1 parent 46ef163 commit d1a2276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public MessageConsumerGenerator(GeneratorContext context, WorkflowProcess proces
this.messageDataEventClassName = messageDataEventClassName;

this.namespaces = (String) trigger.getContext("namespaces",
(String) process.getMetaData().getOrDefault("namespaces", ""));
(String) process.getMetaData().getOrDefault("namespaces", "JOSDK_ALL_NAMESPACES"));
}

public MessageConsumerGenerator withDependencyInjection(DependencyInjectionAnnotator annotator) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<version.org.eclipse.microprofile.config>3.0.3</version.org.eclipse.microprofile.config>
<version.org.eclipse.microprofile.openapi>3.1</version.org.eclipse.microprofile.openapi>

<version.io.javaoperatorsdk>6.0.1</version.io.javaoperatorsdk>
<version.io.javaoperatorsdk>6.1.0</version.io.javaoperatorsdk>
<version.io.quarkiverse.googlecloudservices>2.0.0</version.io.quarkiverse.googlecloudservices>
<version.com.datastax.oss.quarkus>1.2.0</version.com.datastax.oss.quarkus>
<version.com.datastax.oss>4.15.0</version.com.datastax.oss>
Expand Down

0 comments on commit d1a2276

Please sign in to comment.