1. 16 3月, 2013 1 次提交
  2. 14 3月, 2013 1 次提交
  3. 11 3月, 2013 1 次提交
  4. 10 3月, 2013 2 次提交
  5. 09 3月, 2013 8 次提交
  6. 08 3月, 2013 3 次提交
  7. 07 3月, 2013 10 次提交
    • J
      Setting project.build.sourceEncoding=UTF-8 so that future generations of... · a12b96f7
      Jesse Glick 提交于
      Setting project.build.sourceEncoding=UTF-8 so that future generations of plugin authors will not get a warning from Maven.
      (And so that source files can safely use Unicode!)
      Also removing the defaultGoal=package declaration; the only purpose of building this module is to install it.
      a12b96f7
    • K
      [FIXED JENKINS-16606] · f373cd5c
      Kohsuke Kawaguchi 提交于
      Integrated the new version of Stapler that includes the fix.
      f373cd5c
    • J
      Merge branch 'master' of github.com:jenkinsci/jenkins · 841511c2
      Jesse Glick 提交于
      841511c2
    • J
      [FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support... · fa6c9ba3
      Jesse Glick 提交于
      [FIXED JENKINS-16474] Winstone and executable WAR upgraded to actually support --httpKeepAliveTimeout.
      fa6c9ba3
    • K
      [JENKINS-16830] clarified the semantics · 36d2d259
      Kohsuke Kawaguchi 提交于
      (03:21:10 PM) m2spring: kohsuke: BTW, what do you think about this Jira? https://issues.jenkins-ci.org/browse/JENKINS-16830
      (03:21:13 PM) jenkins-admin: JENKINS-16830:RunnerAbortedException no longer workin in RunListener.onStartup() (Resolved) http://jenkins-ci.org/issue/16830
      (03:23:01 PM) m2spring: kohsuke: The question is whether RunListener.onStart() is intended to be allowed to abort a build by throwing Run.RunnerAbortedException, or not.
      (03:23:18 PM) kohsuke: still reading
      (03:25:27 PM) kohsuke: m2spring: I can make it work for you
      (03:25:42 PM) kohsuke: I guess you want RunnerAbortedException to be a pass-through, right?
      (03:25:50 PM) m2spring: I'm using now RunListener.setupEnvironment().
      (03:25:58 PM) m2spring: This works and makes also a lot of sense.
      (03:26:36 PM) m2spring: I can also see that not allowing onStart() to abort a build can make sense.
      (03:26:51 PM) m2spring: I just wanted to hear your take on this.
      (03:27:05 PM) kohsuke: kutzi is right that onStart() wasn't really intended to affect the build
      (03:27:15 PM) kohsuke: it really was meant for just notifying
      (03:27:33 PM) m2spring: Thanks for the clarification.
      (03:27:40 PM) kohsuke: but if this is important for someone, I'm OK with making it work.
      (03:27:53 PM) kohsuke: In this case it sounds like you are OK with the current state, so I'll leave it as WONTFIX
      (03:27:58 PM) m2spring: setupEnvironment() seems to be the right place.
      (03:28:05 PM) m2spring: Yes. Thanks :-)
      (03:28:18 PM) kohsuke: I'll mention that in setupEnvironment javadoc so that we know it's a committed semantics
      (03:28:28 PM) m2spring: Agreed.
      36d2d259
    • K
      fixed all the regressions · 961517a2
      Kohsuke Kawaguchi 提交于
      961517a2
    • S
      e6be820b
    • S
      Minor update of the German localization strings. · ba13905b
      Simon Wiest 提交于
      ba13905b
    • K
      Fixing a test regression. · fba6be7c
      Kohsuke Kawaguchi 提交于
      See 010b47d7307a11f0750fc01a00d99b96bbab9234 in stapler/stapler for the
      actual fix.
      
      I first discovered this on my local desktop yesterday as I was verifying
      the fix for json-lib 2.4. From what I can tell, this has been broken all
      along and it was working only because Facets are discovered in the lucky
      order; JellyFacet got a chance to get at it before GroovyFacet did.
      
      When I rebuilt from clean the problem stopped appearing, so I assumed
      that there are some factors that cause JellyFacet to get loaded before
      GroovyFacet (maybe the order in which Maven iterates dependencies or
      something like that.)
      
      But I'm no longer so sure now that I know J-on-J saw this problem at
      about the same time. That's just too many coincidences.
      
      But let's see if this would make J-on-J happy.
      fba6be7c
    • K
      9514fb1a
  8. 06 3月, 2013 14 次提交