1. 10 11月, 2015 1 次提交
    • C
      remove unused import statements · 7efb9090
      Christopher Simons 提交于
      In addition to cluttering the namespace, unused imports generate
      compiler warnings, introducing noise and obscuring more important
      compiler warnings.  This change removes them.
      7efb9090
  2. 19 9月, 2014 1 次提交
  3. 04 3月, 2012 1 次提交
  4. 06 2月, 2012 1 次提交
  5. 29 5月, 2011 2 次提交
  6. 31 1月, 2011 1 次提交
    • K
      Honor $JENKINS_HOME. · 8ea876fa
      Kohsuke Kawaguchi 提交于
      Honor $JENKINS_HOME (just like we used to do $HUDSON_HOME)
      We still fall back to $HUDSON_HOME every step of the way
      for maximum backward compatibility.
      
      I wasn't initially planning to do this for the first version,
      but working on native packages made me think we should deliver this.
      8ea876fa
  7. 01 11月, 2009 1 次提交
  8. 13 8月, 2009 1 次提交
  9. 17 6月, 2009 1 次提交
    • K
      [FIXED HUDSON-3733] · c8937505
      kohsuke 提交于
      I filed a bug in the JNA project to keep track of this. In the mean time, you can set the system property "hudson.os.solaris.ZFSInstaller.disabled=true" in your JVM to prevent Hudson from using ZFS (which leads to this JVM crash.)
      
      This fix will be in 1.311.
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@18998 71c3de6d-444a-0410-be80-ed276b4c234a
      c8937505
  10. 16 6月, 2009 1 次提交
  11. 16 4月, 2009 1 次提交
  12. 10 4月, 2009 1 次提交
  13. 28 3月, 2009 1 次提交
  14. 07 3月, 2009 1 次提交
  15. 05 3月, 2009 1 次提交
  16. 24 2月, 2009 1 次提交
    • K
      added an auto-discovery mechanism for extension points (and most notably Descriptors.) · d4c6a4b0
      kohsuke 提交于
      - extensions are now stored in ExtensionList.
      - discovery is extensible, but by default we use Sezpoz for annotation-based injection. This requires JDK6 for build.
      - a care has been taken to preserve backward compatibility. DescriptorList and manually adding to it continues to work.
      - AdministrativeMonitor is converted to use the new approach entirely, as a guinea pig of this feature.
      - Descriptors for View is partially switched to this new approach, where some classes register automatically while others do manually. This tests the compatibility aspect of this feature.
      
      A pluggable discovery is an attempt to embrace Plexus integration work, although for that to really work we need more coding.
      
      Next stop, more tests.
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15601 71c3de6d-444a-0410-be80-ed276b4c234a
      d4c6a4b0
  17. 19 2月, 2009 1 次提交
  18. 15 2月, 2009 1 次提交
  19. 13 2月, 2009 6 次提交
  20. 12 2月, 2009 3 次提交