Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 8dca6b88eed81075d81ed6dae53d838744fc356e
https://github.com/jenkinsci/jenkins/commit/8dca6b88eed81075d81ed6dae53d838744fc356e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
M plugins/pom.xml
Log Message:
-----------
Making it easy to activate the animal-sniffer Java5 check.
I originally attempted to define this in a profile that can be activated
from a child POM, but looking at MNG-3228
<http://jira.codehaus.org/browse/MNG-3228>, it appears that such use of
profiles aren't possible.
So I'm falling back to the <pluginManagement>, which can be activated
via the following fragment in build/plugins/plugin:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<!-- details defined in the parent POM -->
</plugin>
Commit: 5cc2a111fc7fbb609e97d431c158c0958711e977
https://github.com/jenkinsci/jenkins/commit/5cc2a111fc7fbb609e97d431c158c0958711e977
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
M war/pom.xml
Log Message:
-----------
Splitting off LDAP and PAM auth plugin.
Commit: 9b4cd99620ae0eb6af8c98df4356734889ba7844
https://github.com/jenkinsci/jenkins/commit/9b4cd99620ae0eb6af8c98df4356734889ba7844
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
R core/src/main/java/hudson/security/LDAPSecurityRealm.java
R core/src/main/resources/hudson/security/LDAPSecurityRealm/config.jelly
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_da.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_de.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_es.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_fi.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_fr.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ja.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ko.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_nb_NO.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_nl.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_pt_BR.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_ru.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_sv_SE.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_tr.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_CN.properties
R
core/src/main/resources/hudson/security/LDAPSecurityRealm/config_zh_TW.properties
R test/src/test/groovy/hudson/security/LDAPSecurityRealmTest.groovy
Log Message:
-----------
LDAP is now a bundled plugin
Commit: f98c9fb41370e3460367c96d698217bf4f9f86de
https://github.com/jenkinsci/jenkins/commit/f98c9fb41370e3460367c96d698217bf4f9f86de
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
R core/src/main/java/hudson/security/PAMSecurityRealm.java
R core/src/main/resources/hudson/security/PAMSecurityRealm/config.jelly
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_da.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_de.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_es.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_fr.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_ja.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_pt_BR.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_ru.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_sv_SE.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_CN.properties
R
core/src/main/resources/hudson/security/PAMSecurityRealm/config_zh_TW.properties
R core/src/main/resources/hudson/security/PAMSecurityRealm/help.html
R core/src/main/resources/hudson/security/PAMSecurityRealm/help_de.html
R core/src/main/resources/hudson/security/PAMSecurityRealm/help_fr.html
R core/src/main/resources/hudson/security/PAMSecurityRealm/help_ja.html
R test/src/test/java/hudson/security/PAMSecurityRealmTest.java
Log Message:
-----------
PAM authentication is now a bundled plugin
Commit: d42740f6e6fbc4ae65ec3a75bc4773f60efe9eb6
https://github.com/jenkinsci/jenkins/commit/d42740f6e6fbc4ae65ec3a75bc4773f60efe9eb6
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-30 (Wed, 30 May 2012)
Changed paths:
M core/pom.xml
Log Message:
-----------
Core need not bundle libpam4j
... now that the PAM auth is in a plugin. This is technically a
compatibility breaking change, but I'm pretty sure no one else depends
on this library.
Compare: https://github.com/jenkinsci/jenkins/compare/97a51a4...d42740f