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

Implement detection of redundant launcher execution #89

Commits on Jan 8, 2023

  1. Switch to latest openbase type version v1.4. Implement detection of r…

    …edundant launcher execution. Implement LauncherRemote. Setup launcher as controller again and start controller service.
    DivineThreepwood committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ed13a2e View commit details
    Browse the repository at this point in the history
  2. fix type

    DivineThreepwood committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e08431d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    a9d027e View commit details
    Browse the repository at this point in the history
  2. fix linter issue.

    DivineThreepwood committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9a7a2df View commit details
    Browse the repository at this point in the history
  3. Update module/pattern/launch/src/main/java/org/openbase/jul/pattern/l…

    …aunch/AbstractLauncher.java
    
    Co-authored-by: pLeminoq <[email protected]>
    DivineThreepwood and pLeminoq authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c71318b View commit details
    Browse the repository at this point in the history
  4. Update module/pattern/launch/src/main/java/org/openbase/jul/pattern/l…

    …aunch/AbstractLauncher.java
    
    Co-authored-by: pLeminoq <[email protected]>
    DivineThreepwood and pLeminoq authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    783a19f View commit details
    Browse the repository at this point in the history
  5. apply api changes of AbstractLauncher as requested in the pr by renam…

    …ing isBooting to isLauching and interruptBoot to interruptLaunch.
    DivineThreepwood committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    11c35a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. fix deadlock in shutdown routine. Improve launcher exception handling…

    …. Make sure CloseableReadLockWrapper and CloseableWriteLockWrapper are always following an interruptible locking strategy.
    DivineThreepwood committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6ffa1a3 View commit details
    Browse the repository at this point in the history
  2. fix javadoc build

    DivineThreepwood committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ed92f9f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    b6677c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    534e22f View commit details
    Browse the repository at this point in the history