You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Engine has a constructor parameterappName that is only used to create a new instance of DefaultProcessReport if no ProcessReport is given. Since the configuration is now supposed to be handled by ConfigurationProperties and Spring configurations, any creation of a ProcessReport should happen outside of Engine.
Todos:
Remove parameter appName
Remove construction of ProcessReport from Engine and make sure construction happens in FlusswerkConfiguration
Remove extra constructors
The text was updated successfully, but these errors were encountered:
The Engine has a constructor parameter
appName
that is only used to create a new instance ofDefaultProcessReport
if noProcessReport
is given. Since the configuration is now supposed to be handled by ConfigurationProperties and Spring configurations, any creation of aProcessReport
should happen outside ofEngine
.Todos:
appName
FlusswerkConfiguration
The text was updated successfully, but these errors were encountered: