Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: performance-signature-dynatrace-plugin
-
Labels:
-
Similar Issues:
-
Epic Link:
-
Released As:Performance Signature 3.0.3
Description
I recently updated the Plugin to Version 3.0.2 - Now I get the following Error after my Jenkins Restart:
Performance Signature: UI version 3.0.2
You must update Java from version 1.8 to version 8 or later to run this plugin.
Switching back to 3.0.1 solves this problem
Jenkins ver. 2.158.
JDK: 1.8.0_181-b13
Attachments
Issue Links
- relates to
-
JENKINS-55575 Move JavaSpecificationVersion from the Update Center codebase to the Version Number Lib
-
- Resolved
-
-
JENKINS-55980 Make Jenkins tolerant against incorrect minimum Java version specifications in plugin metadata
-
- Resolved
-
- links to
Soo, it comes from https://github.com/jenkinsci/performance-signature-dynatrace-plugin/blob/master/pom.xml#L97 . "minimumJavaVersion=8" is explicitly defined in the plugin.
I consider it as not-a-blocker then, because the default behavior of Plugin POM won't break. We still need to apply fixes in the core though