OpenMRS Core Master

Build: #3733 was successful Changes by Ian Bacher

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually
  5. Release image variants

Code commits

openmrs-core

  • Ian Bacher

    Ian Bacher 3b25f0ea6b5e3fcf19aa3953c51bc583f93e2529

    Restore debugging when using JDKs newer than 8
    With JDK 9, Java's debugging shifted so that it's possible to specify not only the port, but also the IP address that the debugger should listen on. This adapts things to fit the new syntax that reflects this, but only if we're running JDK 9 or newer.

    Theoretically, it would be possible to somehow calculate this at image build time, but this is pretty limited use-case.

    • startup.sh (version 3b25f0ea6b5e3fcf19aa3953c51bc583f93e2529)