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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
19 minutes
Labels
None
Revisions
openmrs-core
3b25f0ea6b5e3fcf19aa3953c51bc583f93e2529 3b25f0ea6b5e3fcf19aa3953c51bc583f93e2529
Release scripts
ced9ff00825ca1cb8c744547be4ba8ff994bd71b ced9ff00825ca1cb8c744547be4ba8ff994bd71b
Successful since
#3727 ()

Code commits

openmrs-core
Author Commit Message Commit date
Ian Bacher Ian Bacher 3b25f0ea6b5e3fcf19aa3953c51bc583f93e2529 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.