Skip to content

Commit

Permalink
[KOGITO-9614] Changes after CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Aug 8, 2023
1 parent 9240a8a commit 325da9a
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 @@ -25,7 +25,7 @@
/**
* Decorators for Http CloudEvents outgoing messages
*/
public final class CloudEventHttpOutgoingDecorator implements MessageDecorator {
public class CloudEventHttpOutgoingDecorator implements MessageDecorator {

// Note: this constant is also declared in cloudevents-json-jackson.
// However, to avoid importing a library for only one constant that won't likely to change, we opt to have it declared here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class AsyncAPIProcessor {

@BuildStep
void asyncAPIContext(LiveReloadExecutionBuildItem reload, KogitoBuildContextBuildItem context, BuildProducer<KogitoAddonsPreGeneratedSourcesBuildItem> sources) throws ClassNotFoundException {
void asyncAPIContext(LiveReloadExecutionBuildItem reload, KogitoBuildContextBuildItem context, BuildProducer<KogitoAddonsPreGeneratedSourcesBuildItem> sources) {
context.getKogitoBuildContext().addContextAttribute(ParserContext.ASYNC_CONVERTER_KEY, new AsyncAPIInfoConverter(
new MapAsyncAPIRegistry(ServiceLoader.load(AsyncAPISupplier.class, reload.getClassLoader().orElse(Thread.currentThread().getContextClassLoader())))));
}
Expand Down

0 comments on commit 325da9a

Please sign in to comment.