Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create separate launcher project for distributed execution #64

Open
asubb opened this issue Jun 4, 2020 · 0 comments
Open

Create separate launcher project for distributed execution #64

asubb opened this issue Jun 4, 2020 · 0 comments
Labels
bug Something isn't working exe good first issue Good for newcomers

Comments

@asubb
Copy link
Member

asubb commented Jun 4, 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
@asubb asubb added bug Something isn't working exe good first issue Good for newcomers labels Jun 4, 2020
@asubb asubb changed the title [EXE] Remove ch.qos.logback:logback-classic dependency [EXE] Create separate launcher project for distributed execution Jun 4, 2020
@asubb asubb changed the title [EXE] Create separate launcher project for distributed execution Create separate launcher project for distributed execution Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working exe good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant