Skip to content

Commit

Permalink
Prevent circular dependency from happening in APA (Activiti#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelruizdev authored Apr 23, 2021
1 parent 680178c commit a40648d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public class ProcessModelAutoConfiguration {

@Autowired(required = false)
@ProcessVariableTypeConverter
@Lazy
private Set<Converter<?, ?>> converters = Collections.emptySet();


Expand Down

0 comments on commit a40648d

Please sign in to comment.