[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2020-01-16 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 released as 3.1.5  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196272.154479528.625.1579193821278%40Atlassian.JIRA.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2020-01-10 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PR with a proper fix: https://github.com/jenkinsci/performance-signature-dynatrace-plugin/pull/81  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Status: 
 Reopened Fixed but Unreleased  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 

[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-23 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 [~alecharp] i created a new branch and added the needed classes, but with no luck. the unit tests are passing but my test instance displays the same error: {noformat}Apr 23, 2019 12:37:33 PM FINE javax.xml.bindSearching jaxb.propertiesApr 23, 2019 12:37:33 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextFactoryApr 23, 2019 12:37:33 PM FINE javax.xml.bind  not foundApr 23, 2019 12:37:33 PM FINE javax.xml.bindChecking system property javax.xml.bind.context.factoryApr 23, 2019 12:37:33 PM FINE javax.xml.bind  not foundApr 23, 2019 12:37:33 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextApr 23, 2019 12:37:33 PM FINE javax.xml.bind  not foundApr 23, 2019 12:37:33 PM FINE javax.xml.bindSearching META-INF/servicesApr 23, 2019 12:37:33 PM FINE javax.xml.bindUnable to load:META-INF/services/javax.xml.bind.JAXBContextApr 23, 2019 12:37:33 PM FINE javax.xml.bindTrying to create the platform default providerApr 23, 2019 12:37:33 PM FINE javax.xml.bindUnable to find from OSGi: [javax.xml.bind.JAXBContext]java.lang.ClassNotFoundException: org.glassfish.hk2.osgiresourcelocator.ServiceLoader at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1373) at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1326) at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1079) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at javax.xml.bind.ServiceLoaderUtil.lookupUsingOSGiServiceLoader(ServiceLoaderUtil.java:86) at javax.xml.bind.ContextFinder.find(ContextFinder.java:413) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) at jaxb.JaxbConverterFactory.contextForType(JaxbConverterFactory.java:85) at jaxb.JaxbConverterFactory.responseBodyConverter(JaxbConverterFactory.java:78) at retrofit2.Retrofit.nextResponseBodyConverter(Retrofit.java:328) at retrofit2.Retrofit.responseBodyConverter(Retrofit.java:311) at retrofit2.HttpServiceMethod.createResponseConverter(HttpServiceMethod.java:68) at retrofit2.HttpServiceMethod.parseAnnotations(HttpServiceMethod.java:46) at retrofit2.ServiceMethod.parseAnnotations(ServiceMethod.java:36) at retrofit2.Retrofit.loadServiceMethod(Retrofit.java:168) at retrofit2.Retrofit$1.invoke(Retrofit.java:147) at com.sun.proxy.$Proxy110.getServerLicense(Unknown Source) at de.tsystems.mms.apm.performancesignature.dynatrace.rest.DTServerConnection.getServerLicense(DTServerConnection.java:255) at de.tsystems.mms.apm.performancesignature.dynatrace.PerfSigStartRecording.perform(PerfSigStartRecording.java:83) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)Apr 23, 2019 12:37:33 PM FINE javax.xml.bindTrying to create the platform default provider{noformat} Here is the diff: 

[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-23 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Adrien Lecharpentier i created a new branch and added the needed classes, but with no luck. the unit tests are passing but my test instance displays the same error:  

 
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindSearching jaxb.properties
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextFactory
Apr 23, 2019 12:37:33 PM FINE javax.xml.bind  not found
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindChecking system property javax.xml.bind.context.factory
Apr 23, 2019 12:37:33 PM FINE javax.xml.bind  not found
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContext
Apr 23, 2019 12:37:33 PM FINE javax.xml.bind  not found
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindSearching META-INF/services
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindUnable to load:META-INF/services/javax.xml.bind.JAXBContext
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindTrying to create the platform default provider
Apr 23, 2019 12:37:33 PM FINE javax.xml.bindUnable to find from OSGi: [javax.xml.bind.JAXBContext]
java.lang.ClassNotFoundException: org.glassfish.hk2.osgiresourcelocator.ServiceLoader
	at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1373)
	at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1326)
	at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1079)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at javax.xml.bind.ServiceLoaderUtil.lookupUsingOSGiServiceLoader(ServiceLoaderUtil.java:86)
	at javax.xml.bind.ContextFinder.find(ContextFinder.java:413)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662)
	at jaxb.JaxbConverterFactory.contextForType(JaxbConverterFactory.java:85)
	at jaxb.JaxbConverterFactory.responseBodyConverter(JaxbConverterFactory.java:78)
	at retrofit2.Retrofit.nextResponseBodyConverter(Retrofit.java:328)
	at retrofit2.Retrofit.responseBodyConverter(Retrofit.java:311)
	at retrofit2.HttpServiceMethod.createResponseConverter(HttpServiceMethod.java:68)
	at retrofit2.HttpServiceMethod.parseAnnotations(HttpServiceMethod.java:46)
	at retrofit2.ServiceMethod.parseAnnotations(ServiceMethod.java:36)
	at retrofit2.Retrofit.loadServiceMethod(Retrofit.java:168)
	at retrofit2.Retrofit$1.invoke(Retrofit.java:147)
	at com.sun.proxy.$Proxy110.getServerLicense(Unknown Source)
	at de.tsystems.mms.apm.performancesignature.dynatrace.rest.DTServerConnection.getServerLicense(DTServerConnection.java:255)
	at de.tsystems.mms.apm.performancesignature.dynatrace.PerfSigStartRecording.perform(PerfSigStartRecording.java:83)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at 

[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-23 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Raphael Pionke at this moment, I trully believe that getting ride on this dependency is the better solution. You could still be using another converter.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-23 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Adrien Lecharpentier do you think, i might help to just get rid of the com.squareup.retrofit2:converter-jaxb dependency and copy those 4 classes into the dynatrace-appmon module?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-17 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Raphael Pionke I don't know what change in the classpath or how the class are loaded, but in step-by-step debug of the test you added, I'm going through methods of Retrofit lib that I didn't see in the "real case" usage.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 I created a java 11 unit tests with a mock server but i passes. I don't know why ... https://github.com/jenkinsci/performance-signature-dynatrace-plugin/blob/master/dynatrace-appmon/src/test/java/de/tsystems/mms/apm/performancesignature/dynatrace/Java11Test.java  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 I created a java 11 unit  tests  test  with a mock server but i passes. I don't know why ...[https://github.com/jenkinsci/performance-signature-dynatrace-plugin/blob/master/dynatrace-appmon/src/test/java/de/tsystems/mms/apm/performancesignature/dynatrace/Java11Test.java]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 I tried to use the moxy implementation of jaxb by using the org.eclipse.persistence:eclipselink:2.7.4 maven dependency in the dynatrace-appmon maven module and a jaxb.properties file with the following content:{noformat}javax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory{noformat}Same result, i get the following exception:{noformat}javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath. - with linked exception:[java.lang.ClassNotFoundException: org.eclipse.persistence.jaxb.JAXBContextFactory]{noformat}So, it has to be something to do with the transitive dependency i think, cause the direct calls from the [Unit tests| [ https://github.com/jenkinsci/performance-signature-dynatrace-plugin/blob/master/dynatrace-appmon/src/test/java/de/tsystems/mms/apm/performancesignature/dynatrace/rest/xml/DashboardXMLHandlerTest.java] ]  are working in a java 11 environment.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 I tried to use the moxy implementation of jaxb by using the org.eclipse.persistence:eclipselink:2.7.4 maven dependency in the dynatrace-appmon maven module and a jaxb.properties file with the following content: 

 
javax.xml.bind.context.factory=org.eclipse.persistence.jaxb.JAXBContextFactory
 

 Same result, i get the following exception: 

 
javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
 - with linked exception:
[java.lang.ClassNotFoundException: org.eclipse.persistence.jaxb.JAXBContextFactory] 

 So, it has to be something to do with the transitive dependency i think, cause the direct calls from the [Unit tests|https://github.com/jenkinsci/performance-signature-dynatrace-plugin/blob/master/dynatrace-appmon/src/test/java/de/tsystems/mms/apm/performancesignature/dynatrace/rest/xml/DashboardXMLHandlerTest.java] are working in a java 11 environment.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 I'm that the retrofit library is creating the problem: https://github.com/square/retrofit/blob/fc14b32026a5a7b487f27483c18b2263d84bcf60/retrofit/src/main/java/retrofit2/Retrofit.java#L134.  As mentioned in java9.wft/class-loading, this could be prevented by using ClassLoader.getPlatformClassLoader which is only available in Java 9+.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 I am about the same, just that I used the system property over the jaxb.properties file. Result is the same. I'm afraid this is because of the fact that the JAXB requirement is not in the plugin but in th Retrofit2 library used by the plugin. I tested the same configuration on the Sloccount plugin and it's working fine on this plugin. I run in both case mvnDebug -Djenkins.version=2.164.1 -Djavax.xml.bind.context.factory=com.sun.xml.bind.v2.ContextFactory hpi:run (with -pl dynatrace-appmon here) and for sloccount I could get it to work fine (not going into the catch here) and in Performace Signature Dynatrace I still have the same exception. The "only" difference between the two plugins is that JAXB is a transitive dependency here but not in Sloccount plugin. It makes no sense. I can see in both case the JAXB plugin installed on the instance. I can even run import com.sun.xml.bind.v2.ContextFactory; in the script console of both instances and it's working fine.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-16 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Hi Adrien Lecharpentier, i seems to be that the class com.sun.xml.internal.bind.v2.ContextFactory is not found by the ContextFinder.find method. To test this i created a jaxb.properties file with the following content:  

 
javax.xml.bind.context.factory=com.sun.xml.bind.v2.ContextFactory
 

 The class should be in the class path, cause the jaxb-plugin is providing the class via the jaxb-impl maven dependency. So the real question is why is this class not found, but provided?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-12 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Raphael Pionke I finally found out what is happening here. The retrofit2 library, using JAXB, is not providing a context to JAXB to parse the response. Because of this, JAXB tries to find a context (see here). As it is failing to find one, it falls back to a platform default one: the com.sun.xml.internal.bind.v2.ContextFactory, which doesn't exist in Java 11. Know that I see what is happening, I'm trying to find a solution.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-08 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Ok, I manage the face the issue. Building the job is not producing the problem, trying to add a test case is. Thanks.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-08 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Adrien Lecharpentier yeah i know. The JAXB Plugin is installed and loaded correctly. I don't understand that either. I created a reproducer in this ticket: https://issues.jenkins-ci.org/browse/JENKINS-56265    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-08 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Raphael Pionke I'm trying to find a solution on this but it seems that I'm failing to reproduce the problem.  When I try to install the plugin on Jenkins running on Java 8 and on Java 11, the JAXB plugin is installed automatically. The only difference is that I'm using Jenkins 2.164.1 version, not 2.163.  Do you have any update on the subject?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-06 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 The same log for java 8: 

 
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindTrying to locate de/tsystems/mms/apm/performancesignature/dynatrace/rest/xml/model/jaxb.properties
Apr 06, 2019 2:09:16 PM FINE javax.xml.bind  not found
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindChecking system property javax.xml.bind.context.factory
Apr 06, 2019 2:09:16 PM FINE javax.xml.bind  not found
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContext
Apr 06, 2019 2:09:16 PM FINE javax.xml.bind  not found
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindUnable to find from OSGi: javax.xml.bind.JAXBContext
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindChecking META-INF/services
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindUnable to find: META-INF/services/javax.xml.bind.JAXBContext
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindTrying to create the platform default provider
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindTrying to load com.sun.xml.internal.bind.v2.ContextFactory
Apr 06, 2019 2:09:16 PM FINE javax.xml.bindloaded com.sun.xml.internal.bind.v2.ContextFactory from jar:file:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.201.b09-2.el7_6.x86_64/jre/lib/rt.jar!/com/sun/xml/internal/bind/v2/ContextFactory.class 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-05 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 [~batmat] I forgot to answer ...But i tested all configurations to get this plugin working, with no success. I created a log recorder to get some logs from the javax.xml.bind package:{noformat}Apr 05, 2019 5:24:47 PM FINE javax.xml.bindApr 05, 2019 5:24:47 PM FINE javax.xml.bindSearching jaxb.propertiesApr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextFactoryApr 05, 2019 5:24:47 PM FINE javax.xml.bind  not foundApr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.context.factoryApr 05, 2019 5:24:47 PM FINE javax.xml.bind  not foundApr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextApr 05, 2019 5:24:47 PM FINE javax.xml.bind  not foundApr 05, 2019 5:24:47 PM FINE javax.xml.bindSearching META-INF/servicesApr 05, 2019 5:24:47 PM FINE javax.xml.bindUnable to load:META-INF/services/javax.xml.bind.JAXBContextApr 05, 2019 5:24:47 PM FINE javax.xml.bindTrying to create the platform default providerApr 05, 2019 5:24:47 PM FINE javax.xml.bindUnable to find from OSGi: [javax.xml.bind.JAXBContext]java.lang.ClassNotFoundException:org.glassfish.hk2.osgiresourcelocator.ServiceLoader atjenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1373) atjenkins.util.AntClassLoader.findClass(AntClassLoader.java:1326) atjenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1079) atjava.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) atjava.base/java.lang.Class.forName0(Native Method) atjava.base/java.lang.Class.forName(Class.java:315) atjavax.xml.bind.ServiceLoaderUtil.lookupUsingOSGiServiceLoader(ServiceLoaderUtil.java:86) atjavax.xml.bind.ContextFinder.find(ContextFinder.java:413) atjavax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) atjavax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) atretrofit2.converter.jaxb.JaxbConverterFactory.contextForType(JaxbConverterFactory.java:74) atretrofit2.converter.jaxb.JaxbConverterFactory.responseBodyConverter(JaxbConverterFactory.java:67) atretrofit2.Retrofit.nextResponseBodyConverter(Retrofit.java:328) atretrofit2.Retrofit.responseBodyConverter(Retrofit.java:311) atretrofit2.HttpServiceMethod.createResponseConverter(HttpServiceMethod.java:68) atretrofit2.HttpServiceMethod.parseAnnotations(HttpServiceMethod.java:46) atretrofit2.ServiceMethod.parseAnnotations(ServiceMethod.java:36) atretrofit2.Retrofit.loadServiceMethod(Retrofit.java:168) atretrofit2.Retrofit$1.invoke(Retrofit.java:147) atcom.sun.proxy.$Proxy117.getServerLicense(Unknown Source) atde.tsystems.mms.apm.performancesignature.dynatrace.rest.DTServerConnection.getServerLicense(DTServerConnection.java:255) atde.tsystems.mms.apm.performancesignature.dynatrace.PerfSigStartRecording.perform(PerfSigStartRecording.java:83) atorg.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80) atorg.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67) atorg.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) atjava.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) atjava.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) atjava.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at   

[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-04-05 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Baptiste Mathus I forgot to answer ... But i tested all configurations to get this plugin working, with no success. I created a log recorder to get some logs from the javax.xml.bind package: 

 
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindSearching jaxb.properties
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextFactory
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind  not found
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.context.factory
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind  not found
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContext
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind  not found
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindSearching META-INF/services
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindUnable to load:META-INF/services/javax.xml.bind.JAXBContext
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindTrying to create the platform default provider
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindUnable to find from OSGi: [javax.xml.bind.JAXBContext]java.lang.ClassNotFoundException: org.glassfish.hk2.osgiresourcelocator.ServiceLoader at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1373) at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1326) at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1079) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at javax.xml.bind.ServiceLoaderUtil.lookupUsingOSGiServiceLoader(ServiceLoaderUtil.java:86) at javax.xml.bind.ContextFinder.find(ContextFinder.java:413) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) at retrofit2.converter.jaxb.JaxbConverterFactory.contextForType(JaxbConverterFactory.java:74) at retrofit2.converter.jaxb.JaxbConverterFactory.responseBodyConverter(JaxbConverterFactory.java:67) at retrofit2.Retrofit.nextResponseBodyConverter(Retrofit.java:328) at retrofit2.Retrofit.responseBodyConverter(Retrofit.java:311) at retrofit2.HttpServiceMethod.createResponseConverter(HttpServiceMethod.java:68) at retrofit2.HttpServiceMethod.parseAnnotations(HttpServiceMethod.java:46) at retrofit2.ServiceMethod.parseAnnotations(ServiceMethod.java:36) at retrofit2.Retrofit.loadServiceMethod(Retrofit.java:168) at retrofit2.Retrofit$1.invoke(Retrofit.java:147) at com.sun.proxy.$Proxy117.getServerLicense(Unknown Source) at de.tsystems.mms.apm.performancesignature.dynatrace.rest.DTServerConnection.getServerLicense(DTServerConnection.java:255) at de.tsystems.mms.apm.performancesignature.dynatrace.PerfSigStartRecording.perform(PerfSigStartRecording.java:83) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 

[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-03-04 Thread adrien.lecharpent...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Adrien Lecharpentier updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Adrien Lecharpentier  
 
 
Labels: 
 java11 java11-compatibility  scrub  triaged  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-02-26 Thread m.vilaci...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Isa Vilacides updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Isa Vilacides  
 
 
Labels: 
 java11 java11-compatibility  triaged  scrub  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-02-25 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Fixed but Unreleased Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-02-05 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Raphael Pionke Jenkins 2.163 has been released with the core JAXB patch, see https://jenkins.io/changelog/#v2.163 It would be great if you can test the current last 3.1.0 release of your plugin on Jenkins 2.163 on a Java 11 runtime, and report here the outcome.  This should work without issue. Thanks!    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I tested the new release of the JAXB Plugin and it works with and without a container. I will release the plugin in the next few days. Thanks a lot for your effort!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Status: 
 Open Fixed but Unreleased  
 
 
Assignee: 
 Raphael Pionke  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus stopped work on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Status: 
 In  Review  Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Assignee: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus stopped work on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Status: 
 In Progress Open  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Status: 
 In  Review  Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Raphael Pionke can you please retest with https://github.com/jenkinsci/performance-signature-dynatrace-plugin/pull/7 ? Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-31 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus started work on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2019-01-30 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Baptiste Mathus  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Baptiste Mathus  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-22 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Baptiste Mathus  
 
 
Labels: 
 java11 java11-compatibility  triaged  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-17 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 [~oleg_nenashev] [~batmat] i got the following from docker top:{code:java}{  "Titles" : [ "PID", "USER", "TIME", "COMMAND" ],  "Processes" : [ [ "7189", "1000", "0:00", "/sbin/tini -- /usr/local/bin/jenkins.sh" ], [ "7227", "1000", "1:47", "java -p /usr/share/jenkins/ref/java_cp/jaxb-api.jar:/usr/share/jenkins/ref/java_cp/javax.activation.jar: --add-modules java.xml.bind,java.activation -cp /usr/share/jenkins/ref/java_cp/jaxb-impl.jar:/usr/share/jenkins/ref/java_cp/jaxb-core.jar -Duser.home=/var/jenkins_home -jar /usr/share/jenkins/jenkins.war --enable-future-java" ] ]}{code} I uploaded sample plugin code based on the hello-world-plugin: [https://github.com/rpionke/jaxb-test]The unit tests and the builder  are failing  inside hpi:run with the jenkins/jenkins:jdk11 image  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-17 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 [~oleg_nenashev] [~batmat] i got the following from docker top:{code:java}{  "Titles" : [ "PID", "USER", "TIME", "COMMAND" ],  "Processes" : [ [ "7189", "1000", "0:00", "/sbin/tini -- /usr/local/bin/jenkins.sh" ], [ "7227", "1000", "1:47", "java -p /usr/share/jenkins/ref/java_cp/jaxb-api.jar:/usr/share/jenkins/ref/java_cp/javax.activation.jar: --add-modules java.xml.bind,java.activation -cp /usr/share/jenkins/ref/java_cp/jaxb-impl.jar:/usr/share/jenkins/ref/java_cp/jaxb-core.jar -Duser.home=/var/jenkins_home -jar /usr/share/jenkins/jenkins.war --enable-future-java" ] ]}{code} I uploaded sample plugin code based on the hello-world-plugin: [https://github.com/rpionke/jaxb-test]The unit tests  fail  and the builder inside hpi:run with the jenkins/jenkins:jdk11 image  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-17 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 [~oleg_nenashev] [~batmat] i got the following from docker top:{code :java }{  "Titles" : [ "PID", "USER", "TIME", "COMMAND" ],  "Processes" : [ [ "7189", "1000", "0:00", "/sbin/tini -- /usr/local/bin/jenkins.sh" ], [ "7227", "1000", "1:47", "java -p /usr/share/jenkins/ref/java_cp/jaxb-api.jar:/usr/share/jenkins/ref/java_cp/javax.activation.jar: --add-modules java.xml.bind,java.activation -cp /usr/share/jenkins/ref/java_cp/jaxb-impl.jar:/usr/share/jenkins/ref/java_cp/jaxb-core.jar -Duser.home=/var/jenkins_home -jar /usr/share/jenkins/jenkins.war --enable-future-java" ] ]} {code}    I uploaded sample plugin code based on the hello-world-plugin:  [  https://github.com/rpionke/jaxb-test {code} ]The unit tests fail and the builder inside hpi:run with the jenkins/jenkins:jdk11 image  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-17 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke edited a comment on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 [~oleg_nenashev] [~batmat] i got the following from docker top:{code :json }{  "Titles" : [ "PID", "USER", "TIME", "COMMAND" ],  "Processes" : [ [ "7189", "1000", "0:00", "/sbin/tini -- /usr/local/bin/jenkins.sh" ], [ "7227", "1000", "1:47", "java -p /usr/share/jenkins/ref/java_cp/jaxb-api.jar:/usr/share/jenkins/ref/java_cp/javax.activation.jar: --add-modules java.xml.bind,java.activation -cp /usr/share/jenkins/ref/java_cp/jaxb-impl.jar:/usr/share/jenkins/ref/java_cp/jaxb-core.jar -Duser.home=/var/jenkins_home -jar /usr/share/jenkins/jenkins.war --enable-future-java" ] ]} I uploaded sample plugin code based on the hello-world-plugin: https://github.com/rpionke/jaxb-test {code}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-17 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 Oleg Nenashev Baptiste Mathus i got the following from docker top: 

 

{
  "Titles" : [ "PID", "USER", "TIME", "COMMAND" ],
  "Processes" : [ [ "7189", "1000", "0:00", "/sbin/tini -- /usr/local/bin/jenkins.sh" ], [ "7227", "1000", "1:47", "java -p /usr/share/jenkins/ref/java_cp/jaxb-api.jar:/usr/share/jenkins/ref/java_cp/javax.activation.jar: --add-modules java.xml.bind,java.activation -cp /usr/share/jenkins/ref/java_cp/jaxb-impl.jar:/usr/share/jenkins/ref/java_cp/jaxb-core.jar -Duser.home=/var/jenkins_home -jar /usr/share/jenkins/jenkins.war --enable-future-java" ] ]
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-17 Thread bat...@batmat.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Baptiste Mathus commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 FTR, I just started a fresh container using jenkins/jenkins:jdk11 image, and docker exec shows the following: 

 
ps aux | grep java
jenkins  9  131 14.2 9939268 2280448 ? Sl   11:25   0:59 java -p /usr/share/jenkins/ref/java_cp/jaxb-api.jar:/usr/share/jenkins/ref/java_cp/javax.activation.jar: --add-modules java.xml.bind,java.activation -cp /usr/share/jenkins/ref/java_cp/jaxb-impl.jar:/usr/share/jenkins/ref/java_cp/jaxb-core.jar -Duser.home=/var/jenkins_home -jar /usr/share/jenkins/jenkins.war --enable-future-java
 

 Raphael Pionke in addition to Oleg's question, could you please do the same inside your container and show us what your ps aux | grep java looks like? Thank you!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-16 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-55202  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
 That's strange. JAXB should be bundled in Docker. Raphael Pionke any chance you are passing custom JAVA_OPTS?    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-14 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Assignee: 
 Raphael Pionke  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-14 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Labels: 
 java-11  java11  java11 -compatibility  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-14 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Labels: 
 java-11 java11-compatibility  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-55202) Performance Signature Plugin: JAXB API is missing with Java 11

2018-12-14 Thread raphael.pio...@t-systems.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Raphael Pionke updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-55202  
 
 
  Performance Signature Plugin: JAXB API is missing with Java 11   
 

  
 
 
 
 

 
Change By: 
 Raphael Pionke  
 
 
Summary: 
 javax.xml.bind.JAXBException Performance Signature Plugin :  Implementation of  JAXB - API  has not been found on module path or classpath  is missing with Java 11  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.