Skip to content

Commit

Permalink
Release/6.4.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
machacjozef committed Oct 23, 2024
1 parent 429b6a3 commit c884421
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.context.annotation.Lazy;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageImpl;
import org.springframework.data.domain.PageRequest;
Expand Down Expand Up @@ -111,6 +112,7 @@ public class TaskService implements ITaskService {
@Autowired
protected IValidationService validation;

@Lazy
@Autowired
public void setElasticTaskService(IElasticTaskService elasticTaskService) {
this.elasticTaskService = elasticTaskService;
Expand Down

0 comments on commit c884421

Please # to comment.