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
:exe is distributed also as maven dependency, but currently it has some dependencies that are required only when it is run as a separate process. I.e. logger implementation there may interfere with the user logging system, and configuration parser is quite heavy overall for no reason.
The idea is to move out the launchers with related dependencies out of the scope of the :exe:
ch.qos.logback:logback-classic
com.uchuhimo:konf
The text was updated successfully, but these errors were encountered:
asubb
changed the title
[EXE] Remove ch.qos.logback:logback-classic dependency
[EXE] Create separate launcher project for distributed execution
Jun 4, 2020
asubb
changed the title
[EXE] Create separate launcher project for distributed execution
Create separate launcher project for distributed execution
Jun 23, 2020
:exe
is distributed also as maven dependency, but currently it has some dependencies that are required only when it is run as a separate process. I.e. logger implementation there may interfere with the user logging system, and configuration parser is quite heavy overall for no reason.The idea is to move out the launchers with related dependencies out of the scope of the
:exe
:ch.qos.logback:logback-classic
com.uchuhimo:konf
The text was updated successfully, but these errors were encountered: