[JIRA] (JENKINS-58592) Detecting annotation processors on the compile classpath has been deprecated (Gradle 5.0)

2019-07-30 Thread sghill....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Hill resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58592  
 
 
  Detecting annotation processors on the compile classpath has been deprecated (Gradle 5.0)   
 

  
 
 
 
 

 
Change By: 
 Steve Hill  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 0.28.0  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200749.1563778095000.4419.1564527900243%40Atlassian.JIRA.


[JIRA] (JENKINS-58592) Detecting annotation processors on the compile classpath has been deprecated (Gradle 5.0)

2019-07-30 Thread sghill....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Hill commented on  JENKINS-58592  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Detecting annotation processors on the compile classpath has been deprecated (Gradle 5.0)   
 

  
 
 
 
 

 
 Hi Arno Moonen, this was fixed with version 0.28.0 of the gradle-jpi-plugin on 2018-11-26. The plugin is currently built and consumed on Gradle 5.5.  
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200749.1563778095000.4417.1564527840098%40Atlassian.JIRA.


[JIRA] (JENKINS-58592) Detecting annotation processors on the compile classpath has been deprecated (Gradle 5.0)

2019-07-22 Thread a...@90a.nl (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Arno Moonen created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58592  
 
 
  Detecting annotation processors on the compile classpath has been deprecated (Gradle 5.0)   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Steve Hill  
 
 
Components: 
 gradle-jpi-plugin  
 
 
Created: 
 2019-07-22 06:48  
 
 
Environment: 
 Gradle 4.10  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Arno Moonen  
 

  
 
 
 
 

 
 I'm using Gradle 4.10 with the Jenkins JPI plug-in to build my plugins. Today I noticed the following deprecation warning on my command line: 

 

Detecting annotation processors on the compile classpath has been deprecated.
Gradle 5.0 will ignore annotation processors on the compile classpath.
The following annotation processors were detected on the compile classpath:
'jenkins.PluginSubtypeMarker' and
'org.kohsuke.wpc.ProcessorImpl' and
'org.kohsuke.stapler.jsr269.ConstructorProcessor' and
'org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor' and
'org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor' and
'org.jvnet.hudson.annotation_indexer.AnnotationProcessorImpl' and
'net.java.sezpoz.impl.Indexer'. 

Please add them to the annotation processor path instead.
If you did not intend to use annotation processors, you can use the '-proc:none' compiler argument to ignore them.
 

 I'm not sure what should be done to make sure that Gradle 5.0 can also be used in the future, but I'm opening up this issue and hoping that someone else does know what should be done.