Sonar metrics for OpenMRS Core Master

Build: #4217 was successful Scheduled with changes by Ian Bacher and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Labels
None
Revision
d574c42540d36f44be88e6b34e95e68cae561973 d574c42540d36f44be88e6b34e95e68cae561973
Successful since
#3071 ()

Code commits

Author Commit Message Commit date
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d574c42540d36f44be88e6b34e95e68cae561973 d574c42540d36f44be88e6b34e95e68cae561973 maven(deps): bump net.bytebuddy:byte-buddy-agent from 1.17.4 to 1.17.5 (#4987)
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.4...byte-buddy-1.17.5)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 4dd32fa6dd4f45f0242905a40e35cd6f00ccf0f2 4dd32fa6dd4f45f0242905a40e35cd6f00ccf0f2 maven(deps): bump org.apache.maven.plugins:maven-surefire-plugin (#4986)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 9ef7df51e5ef3332b4f3ae14d3dc9db8f0254c47 9ef7df51e5ef3332b4f3ae14d3dc9db8f0254c47 maven(deps): bump net.bytebuddy:byte-buddy from 1.17.4 to 1.17.5 (#4985)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.4 to 1.17.5.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.4...byte-buddy-1.17.5)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 978ca0bdb1040b646f228a692fc6fd0e7824aaea 978ca0bdb1040b646f228a692fc6fd0e7824aaea maven(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#4984)
Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.13.1...v2.14.0)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.