See <https://hudson.apache.org/hudson/job/Wink-Trunk-JDK1.5-Deploy/338/changes>
Changes:
[bluk] Add JCDI extension support for Wink
Allows Apache Wink to use JCDI managed beans
as root resources, providers, and
Applciation sub-classes.
See [WINK-287]
[bluk] Smarter interpretation of @Consumes/@Produces
Thanks to Raymond Feng for reporting the issue.
See [WINK-286]
[bluk] Upgrade to SLF4J 1.6.1
Thanks to Jason Dillon for reporting the issue.
See [WINK-295]
[bluk] Fix GenericsUtils.isAssignable() to handle primitives
Thanks to Raymond Feng for the patch.
See [WINK-312]
------------------------------------------
Failed to access build log
hudson.util.IOException2: remote file operation failed:
/home/hudson/hudson-slave/workspace/Wink-Trunk-JDK1.5-Deploy at
hudson.remoting.chan...@39cf1ffa:ubuntu1
at hudson.FilePath.act(FilePath.java:749)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.toURI(FilePath.java:790)
at hudson.tasks.MailSender.createFailureMail(MailSender.java:269)
at hudson.tasks.MailSender.getMail(MailSender.java:144)
at hudson.tasks.MailSender.execute(MailSender.java:92)
at
hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:607)
at hudson.model.Run.run(Run.java:1314)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:291)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: Broken pipe
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:109)
at
java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at
java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at
java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:419)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:557)
at hudson.FilePath.act(FilePath.java:742)
... 10 more