Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 87e2a7e8d5ac995a05b82c1e7839285102c111d0
https://github.com/jenkinsci/jenkins/commit/87e2a7e8d5ac995a05b82c1e7839285102c111d0
Author: ikedam <[email protected]>
Date: 2013-12-10 (Tue, 10 Dec 2013)
Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginStrategy.java
Log Message:
-----------
[FIXED JENKINS-19976] Enable plugins to load classes from optionally
depending plugins even without restarting after depended ones installed.
Commit: 8fde2e18a3a6da843d7719844e1fdd737e652c74
https://github.com/jenkinsci/jenkins/commit/8fde2e18a3a6da843d7719844e1fdd737e652c74
Author: ikedam <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
[JENKINS-19976] Tests for the behavior of loading a depended plugin
dynamically.
Commit: 536bac6425b465ad98650083ba81655265e5508f
https://github.com/jenkinsci/jenkins/commit/536bac6425b465ad98650083ba81655265e5508f
Author: ikedam <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
[JENKINS-19976] Added tests how dynamic load works for @Extension.
Commit: 2c047e0264a03465a3c017abf86c035a011c2479
https://github.com/jenkinsci/jenkins/commit/2c047e0264a03465a3c017abf86c035a011c2479
Author: ikedam <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
A test/src/test/resources/plugins/dependee.hpi
A test/src/test/resources/plugins/depender.hpi
Log Message:
-----------
[JENKINS-19976] Added plugins to test dynamic loading.
Commit: 23873b9ffb578fc297919167ca7142b30c075452
https://github.com/jenkinsci/jenkins/commit/23873b9ffb578fc297919167ca7142b30c075452
Author: ikedam <[email protected]>
Date: 2013-12-12 (Thu, 12 Dec 2013)
Changed paths:
M test/src/test/java/hudson/PluginManagerTest.java
A test/src/test/resources/plugins/dependee.hpi
A test/src/test/resources/plugins/depender.hpi
Log Message:
-----------
Merge branch 'feature/JENKINS-19976_TestForInstallDepended' into
feature/JENKINS-19976_LoadClassFromNewInstalledPlugin
Commit: 38f670cf39224c40752e47e279710afeebc585e7
https://github.com/jenkinsci/jenkins/commit/38f670cf39224c40752e47e279710afeebc585e7
Author: ikedam <[email protected]>
Date: 2013-12-13 (Fri, 13 Dec 2013)
Changed paths:
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
[JENKINS-19976] Fixed confusing comments.
Commit: df8df45c27a229a6e3e2358b98db03a6028d8fc4
https://github.com/jenkinsci/jenkins/commit/df8df45c27a229a6e3e2358b98db03a6028d8fc4
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginStrategy.java
M test/src/test/java/hudson/PluginManagerTest.java
A test/src/test/resources/plugins/dependee.hpi
A test/src/test/resources/plugins/depender.hpi
Log Message:
-----------
[FIXED JENKINS-19976] Merged #1054: fix class loading from dynamically
installed optional dependencies.
Commit: 56b360d6f34a1091a8bf5b73f22baca4072560ef
https://github.com/jenkinsci/jenkins/commit/56b360d6f34a1091a8bf5b73f22baca4072560ef
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M changelog.html
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/PluginStrategy.java
M test/src/test/java/hudson/PluginManagerTest.java
Log Message:
-----------
[JENKINS-19976] Touch-ups to PR #1054.
Commit: f82f0bb9f6cbf682a1b157a80a7d51d40efd4bbc
https://github.com/jenkinsci/jenkins/commit/f82f0bb9f6cbf682a1b157a80a7d51d40efd4bbc
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M test/src/test/java/hudson/tools/JDKInstallerTest.java
Log Message:
-----------
testEnterCredential observed to fail due to offline mirror.
Since downloading tool metadata seems inessential for the test, leaving it
disabled as is the default.
503 Service Unavailable for
http://mirrors.jenkins-ci.org/updates/updates/hudson.tasks.Ant.AntInstaller.json?id=hudson.tasks.Ant.AntInstaller&version=1.557-SNAPSHOT%2520(private-03%252F24%252F2014%252014%253A15%2520GMT-jenkins)
Commit: 8c9430f155f81f4c9ef4a3e6376e9442a8b1ccf6
https://github.com/jenkinsci/jenkins/commit/8c9430f155f81f4c9ef4a3e6376e9442a8b1ccf6
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractBuild.java
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
Cannot call setResult during finalization phase.
>From a random failure of BuildTriggerTest.testMavenBuildTrigger:
java.lang.AssertionError
at hudson.model.Run.setResult(Run.java:425)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:722)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1054)
at hudson.model.Run.execute(Run.java:1733)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Commit: fa496c7bf228ecb243acf0135106f18f27132c6f
https://github.com/jenkinsci/jenkins/commit/fa496c7bf228ecb243acf0135106f18f27132c6f
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M core/src/main/java/hudson/model/BuildStepListener.java
M core/src/main/java/hudson/model/Job.java
M core/src/main/java/jenkins/model/Jenkins.java
Log Message:
-----------
Null safety during failing tests (BuildTriggerTest.testMavenBuildTrigger in
this case).
java.lang.NullPointerException
at hudson.model.Job.getBuildDir(Job.java:790)
at hudson.model.Run.getRootDir(Run.java:993)
at hudson.model.Run.getLogFile(Run.java:1306)
at hudson.model.Run.execute(Run.java:1664)
at hudson.maven.MavenBuild.access$900(MavenBuild.java:94)
at hudson.maven.MavenBuild$ProxyImpl2.close(MavenBuild.java:636)
at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:106)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:839)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:523)
at hudson.model.Run.execute(Run.java:1688)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
java.lang.NullPointerException
at hudson.model.BuildStepListener.all(BuildStepListener.java:31)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:739)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:714)
at
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1054)
at hudson.model.Run.execute(Run.java:1733)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Commit: a01ebae1a4783566e42d74c4edaaf1dc3ed8a43e
https://github.com/jenkinsci/jenkins/commit/a01ebae1a4783566e42d74c4edaaf1dc3ed8a43e
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
Log Message:
-----------
[JENKINS-22326] Calling into foreign code from a toString method, like
Queue.Item.getWhy → QueueTaskDispatcher, is unsafe.
Commit: dd5a3b1465d837436eea94b366524fe13da034d6
https://github.com/jenkinsci/jenkins/commit/dd5a3b1465d837436eea94b366524fe13da034d6
Author: Jesse Glick <[email protected]>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java
Log Message:
-----------
@RandomlyFails
Compare:
https://github.com/jenkinsci/jenkins/compare/8a79519aeb6b...dd5a3b1465d8
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.