Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e7b914306709ccb248e0424f6084721c1e198fe1
      
https://github.com/jenkinsci/jenkins/commit/e7b914306709ccb248e0424f6084721c1e198fe1
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M core/src/main/java/hudson/model/ParametersAction.java

  Log Message:
  -----------
  typo


  Commit: 47de54d070f67af95b4fefb6d006a72bb31a5cb8
      
https://github.com/jenkinsci/jenkins/commit/47de54d070f67af95b4fefb6d006a72bb31a5cb8
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-08-02 (Fri, 02 Aug 2013)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M core/src/main/java/hudson/ClassicPluginStrategy.java
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/model/AbstractProject.java
    M pom.xml

  Log Message:
  -----------
  [FIXED JENKINS-18677]

Integrated bytecode-compatibility-transformer that allows core to
do signature changes on properties that plugins might depend on.

The library performs necessary bytecode transformation to achieve this.

The first use of this is to fix plugins that looks for List
AbstractProject.triggers, thereby resolving JENKINS-18677.

For the time being, I'm not loading such compatibility annotations from
plugins, but I did code that in PluginManager. Let's see how this
feature work out for a while in the core, and if it looks stable and
solid, we'll open it up to plugins at that point.


Compare: 
https://github.com/jenkinsci/jenkins/compare/2135a17552fd...47de54d070f6

-- 
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/groups/opt_out.


Reply via email to