Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Nov 4, 2024
1 parent 7aa827d commit 0e32626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public StaticProcessConfig(JobsService jobService) {
staticUnitOfWorkManager(),
jobService,
null,
new NoOpIdentityProvider());
new NoOpIdentityProvider(),
null);
}

public StaticProcessConfig(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
import io.vertx.ext.web.client.WebClient;
import io.vertx.ext.web.client.WebClientOptions;

import static org.kie.kogito.jobs.service.api.serlialization.SerializationUtils.registerDescriptors;

import jakarta.annotation.PostConstruct;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.enterprise.inject.Instance;
import jakarta.inject.Inject;

import static org.kie.kogito.jobs.service.api.serlialization.SerializationUtils.registerDescriptors;

@ApplicationScoped
public class VertxJobsService extends RestJobsService {

Expand Down

0 comments on commit 0e32626

Please sign in to comment.