提交 491dc45c 编写于 作者: M mindless

Update to stapler 1.140 which includes two fixes:

- Catch case in loadParametersFromAsm when not all parameter names were found
  (if a param has type "long" then an index is skipped, so a null is left in
   the array) and simply return null so it can fallback to a .stapler file.
  This fixes calling of Job.doTimelineData()
- Fix /adjuncts handling in some containers that don't like a leading /
  on a path for ClassLoader.getResource() (ok for jetty, bad for SJSWS7)
  This fixes loading of javascript for Timeline display in those containers.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30305 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d6102304
......@@ -346,7 +346,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jelly</artifactId>
<version>1.139</version>
<version>1.140</version>
<exclusions>
<exclusion>
<groupId>commons-jelly</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册