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

Make the remote maven listener a process in the launch #1706

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 4, 2024

  1. Make the remove maven listener a process in the launch

    Currently m2e uses an additional socket connection to receive project
    events from the remote maven project. This is not visible to the user
    and requires some internal maps to maintain state.
    
    This refactors this into a more generic event facility and make it
    visible as a Process in the debug view, this also has the advantage that
    the process itself can be used to maintain the state.
    laeubi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7024d55 View commit details
    Browse the repository at this point in the history