Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 40c10ff6eb7eb763485b57990f476ff4e6f7e5e3
https://github.com/jenkinsci/jenkins/commit/40c10ff6eb7eb763485b57990f476ff4e6f7e5e3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/security/SecurityRealm.java
Log Message:
-----------
Fixed a regression in 1.468 that broke LDAP
Stack trace:
org.jvnet.hudson.reactor.ReactorException: java.lang.IllegalAccessError: tried
to access method
hudson.security.SecurityRealm.findBean(Ljava/lang/Class;Lorg/springframework/context/ApplicationContext;)Ljava/lang/Object;
from class hudson.security.LDAPSecurityRealm$LDAPUserDetailsService
at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
at jenkins.model.Jenkins.executeReactor(Jenkins.java:885)
at jenkins.model.Jenkins.<init>(Jenkins.java:790)
at hudson.model.Hudson.<init>(Hudson.java:81)
at hudson.model.Hudson.<init>(Hudson.java:77)
at hudson.WebAppMain$2.run(WebAppMain.java:217)
Caused by: java.lang.IllegalAccessError: tried to access method
hudson.security.SecurityRealm.findBean(Ljava/lang/Class;Lorg/springframework/context/ApplicationContext;)Ljava/lang/Object;
from class hudson.security.LDAPSecurityRealm$LDAPUserDetailsService
at
hudson.security.LDAPSecurityRealm$LDAPUserDetailsService.<init>(LDAPSecurityRealm.java:419)
at
hudson.security.LDAPSecurityRealm.createSecurityComponents(LDAPSecurityRealm.java:369)
at hudson.security.SecurityRealm.getSecurityComponents(SecurityRealm.java:398)
at hudson.security.HudsonFilter.reset(HudsonFilter.java:134)
at jenkins.model.Jenkins.setSecurityRealm(Jenkins.java:1960)
at jenkins.model.Jenkins$17.run(Jenkins.java:2524)
at
org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:874)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Commit: a9bf9b26d255dac931083bf1834c1c0f7dacd9aa
https://github.com/jenkinsci/jenkins/commit/a9bf9b26d255dac931083bf1834c1c0f7dacd9aa
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Commit: 6fcc4bac9b26cb015c77b1c8fb4a5be0e3133d65
https://github.com/jenkinsci/jenkins/commit/6fcc4bac9b26cb015c77b1c8fb4a5be0e3133d65
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jenkins-1.469
Commit: 44de58394aea575911f81d71204ba06740636544
https://github.com/jenkinsci/jenkins/commit/44de58394aea575911f81d71204ba06740636544
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 4a9a944121871ffe75ea3c621d223ebca62cac3b
https://github.com/jenkinsci/jenkins/commit/4a9a944121871ffe75ea3c621d223ebca62cac3b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M changelog.html
Log Message:
-----------
updated changelog for release
Commit: 69156e2a980cf7ccf19aa85ed00cb51e94c848e3
https://github.com/jenkinsci/jenkins/commit/69156e2a980cf7ccf19aa85ed00cb51e94c848e3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
releasing a new plugin parent POM
Commit: 8f9f98b74124ecaa9d0cc372ed02c0723dbeb9ea
https://github.com/jenkinsci/jenkins/commit/8f9f98b74124ecaa9d0cc372ed02c0723dbeb9ea
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
toward the next release
Commit: 201bd2f88656803c054f7bc1460d74fb46a897eb
https://github.com/jenkinsci/jenkins/commit/201bd2f88656803c054f7bc1460d74fb46a897eb
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M debian/debian/changelog
Log Message:
-----------
updated changelog as a part of the release
Commit: 368bd249b7cb7f349b0fc1b2864b7d8798783a21
https://github.com/jenkinsci/jenkins/commit/368bd249b7cb7f349b0fc1b2864b7d8798783a21
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/security/SecurityRealm.java
M debian/debian/changelog
M plugins/pom.xml
Log Message:
-----------
merged back the RC branch
Conflicts:
changelog.html
cli/pom.xml
core/pom.xml
maven-plugin/pom.xml
pom.xml
test/pom.xml
ui-samples-plugin/pom.xml
war/pom.xml
Compare:
https://github.com/jenkinsci/jenkins/compare/3445fe19431a...368bd249b7cb