[JIRA] [run-condition-extras-plugin] (JENKINS-28150) ClassNotFoundException exception happens if a dependent plugin is not installed

2015-04-29 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 created  JENKINS-28150


ClassNotFoundException exception happens if a dependent plugin is not installed















Issue Type:


Bug



Assignee:


Oleg Nenashev



Components:


run-condition-extras-plugin



Created:


29/Apr/15 10:26 AM



Description:


New core versions print warnings if a non-optional extension loading fails. All @Extension specs in the plugin should have an optional attribute




Project:


Jenkins



Priority:


Minor



Reporter:


Oleg Nenashev

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [run-condition-extras-plugin] (JENKINS-28150) ClassNotFoundException exception happens if a dependent plugin is not installed

2015-04-29 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-28150


ClassNotFoundException exception happens if a dependent plugin is not installed















Code changed in jenkins
User: Adrien Lecharpentier
Path:
 src/main/java/com/synopsys/arc/jenkinsci/plugins/run_condition_extras/adapters/build_timeout/ConditionalTimeout.java
 src/main/java/com/synopsys/arc/jenkinsci/plugins/run_condition_extras/adapters/build_timeout/RunConditionTimeoutStrategy.java
 src/main/java/com/synopsys/arc/jenkinsci/plugins/run_condition_extras/adapters/mail_ext/RunConditionEmailTrigger.java
http://jenkins-ci.org/commit/run-condition-extras-plugin/905dccb190e122dd68342f92e8b45f0a0414fea7
Log:
  JENKINS-28150 Fix optional dependency loading

The extensions here that are using an optional dependency's class must
be mark as optional. If not, we can see `ClassNotFoundException` when
Jenkins load this plugin.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.