Skip to content

Commit

Permalink
- Removing @lazy injections on RestWorkItemHandler constructors (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
pefernan authored and mariofusco committed Dec 15, 2023
1 parent 7e34b1e commit a83695f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public ClassOrInterfaceDeclaration classDeclaration() {
if (context.hasDI()) {
context.getDependencyInjectionAnnotator().withApplicationComponent(handlerClazz);
context.getDependencyInjectionAnnotator()
.withOptionalInjection(
.withInjection(
handlerClazz
.getConstructors()
.stream()
Expand Down

0 comments on commit a83695f

Please sign in to comment.