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

Issue #9309 - Better jetty.sh integration for start.jar with eye on supporting odd properties #9313

Merged
merged 17 commits into from
Mar 24, 2023

Commits on Feb 3, 2023

  1. Issue #9309 - More comprehensive escaping of command line options

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    45fdebc View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Report bad format string on error

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5ca878f View commit details
    Browse the repository at this point in the history
  2. CommandLineBuilder doesn't escape, and only quotes with single-quote …

    …tick when arg has space.
    
    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8c992b9 View commit details
    Browse the repository at this point in the history
  3. Use xargs to split --dry-run args properly for RUN_CMD execution

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3b61926 View commit details
    Browse the repository at this point in the history
  4. Fixing checkstyle

    joakime committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a238c50 View commit details
    Browse the repository at this point in the history
  5. Deprecating quote(String args)

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3ac7af0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Improve action/start and start-stop-daemon usage

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2227620 View commit details
    Browse the repository at this point in the history
  2. Updating action/supervise|run|demo

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    8523437 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Disable broken JDK19 test

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d81941a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge remote-tracking branch 'origin/jetty-10.0.x' into fix/jetty-10.…

    …0.x/jetty-sh-start-properties
    joakime committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    9060adb View commit details
    Browse the repository at this point in the history
  2. Disable broken JDK19 test

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cc408b7 View commit details
    Browse the repository at this point in the history
  3. Disable broken JDK19 test

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4a761f4 View commit details
    Browse the repository at this point in the history
  4. Use latest node.jar to run stCarlos/setup-maven

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6cbdb0c View commit details
    Browse the repository at this point in the history
  5. Correct usages of matrix.languages

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2e936fe View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Rename RUN_CMD to RUN_ARGS

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    515b1a8 View commit details
    Browse the repository at this point in the history
  2. toQuotedString() simplified

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    054d11e View commit details
    Browse the repository at this point in the history
  3. Fix broken javadoc

    Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
    joakime committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    20c9b02 View commit details
    Browse the repository at this point in the history