Package: asm / 9.1-1

Metadata

Package Version Patches format
asm 9.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 bnd plugin.patch | (download)

build.gradle | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 resolve the bnd plugin from the maven repository instead of the gradle central plugin repository
02 ignore google java format plugin.patch | (download)

build.gradle | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 ignore the google-java-format plugin
03 ignore jmh plugin.patch | (download)

build.gradle | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 ignore the jmh plugin
04 ignore sonarqube plugin.patch | (download)

build.gradle | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 ignore the sonarqube plugin
05 junit compatibility.patch | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't run the tests with junit 5 (not in debian yet)
06 disable retrofitter.patch | (download)

build.gradle | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 don't retrofit the classes for java 5
07 restore asm all.patch | (download)

build.gradle | 4 4 + 0 - 0 !
settings.gradle | 1 1 + 0 - 0 !
2 files changed, 5 insertions(+)

 keep building the asm-all artifact to preserve the compatibility with older versions of asm
08 ignore sigtest maven plugin.patch | (download)

build.gradle | 21 0 + 21 - 0 !
1 file changed, 21 deletions(-)

 ignore the sigtest plugin
09 ignore test coverage.patch | (download)

build.gradle | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 disables the test coverage report
10 remapping adapters.patch | (download)

asm-commons/src/main/java/org/objectweb/asm/commons/RemappingAnnotationAdapter.java | 85 85 + 0 - 0 !
asm-commons/src/main/java/org/objectweb/asm/commons/RemappingClassAdapter.java | 167 167 + 0 - 0 !
asm-commons/src/main/java/org/objectweb/asm/commons/RemappingFieldAdapter.java | 74 74 + 0 - 0 !
asm-commons/src/main/java/org/objectweb/asm/commons/RemappingMethodAdapter.java | 279 279 + 0 - 0 !
asm-commons/src/main/java/org/objectweb/asm/commons/RemappingSignatureAdapter.java | 157 157 + 0 - 0 !
5 files changed, 762 insertions(+)

 restores the remapping adapters removed from asm 7.1 to preserve the backward compatibility
11 gradle compatibility.patch | (download)

build.gradle | 8 3 + 5 - 0 !
1 file changed, 3 insertions(+), 5 deletions(-)

 fixes the compatibility with the version of gradle in debian