Package: jenkins-remoting / 2.45-1

Metadata

Package Version Patches format
jenkins-remoting 2.45-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
asm3 upgrade.patch | (download)

src/test/java/hudson/remoting/ClassRemotingTest.java | 2 1 + 1 - 0 !
src/test/java/hudson/remoting/PrefetchTest.java | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 upgrade of jenkins codebase to use asm3 rather than asm2.
 This is required because Ubuntu/Debian builds against later versions
 of libraries which have already transitioned.
sign jar.patch | (download)

pom.xml | 12 12 + 0 - 0 !
1 file changed, 12 insertions(+)

 use maven-jar-plugin to sign jar as maven-jarsigner-plugin
 is not yet packaged for debian.
disable tests.patch | (download)

pom.xml | 26 0 + 26 - 0 !
1 file changed, 26 deletions(-)

 disable use of remote-test-client
 This dependency introduces an awkward circular
 dependency, so disable its use for the time
 being