Skip to content

Commit

Permalink
bugfix: remove @ConditionalOnMissingBean (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle authored Feb 3, 2025
1 parent bf6b95f commit b8227c0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public WorkerRegistry workerRegistry(final WorkerSubscription subscription) {
}

@Bean
@ConditionalOnMissingBean
public BeanPostProcessor workerAnnotationProcessor(final WorkerRegistry workerRegistry) {
return new WorkerAnnotationBeanPostProcessor(workerRegistry);
}
Expand Down

0 comments on commit b8227c0

Please sign in to comment.