From 57bd5f5a1e22460d5d00041e72556ced46d98c03 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 20 May 2021 15:14:50 -0500 Subject: [PATCH] Drop jackson-module-afterburner --- jackson-modules-base.spec | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/jackson-modules-base.spec b/jackson-modules-base.spec index 28133a2..eb0a0be 100644 --- a/jackson-modules-base.spec +++ b/jackson-modules-base.spec @@ -30,14 +30,6 @@ BuildArch: noarch Jackson "base" modules: modules that build directly on databind, and are not data-type, data format, or JAX-RS provider modules. -%package -n jackson-module-afterburner -Summary: Jackson module that uses byte-code generation to further speed up data binding - -%description -n jackson-module-afterburner -Module that will add dynamic bytecode generation for standard Jackson POJO -serializers and deserializers, eliminating majority of remaining data binding -overhead. - %package -n jackson-module-jaxb-annotations Summary: Support for using JAXB annotations as an alternative to "native" Jackson annotations @@ -78,6 +70,7 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} . # NoClassDefFoundError: net/sf/cglib/core/CodeGenerationException %pom_add_dep cglib:cglib:3.2.4:test guice +%pom_disable_module afterburner %pom_disable_module guice %pom_disable_module mrbean %pom_disable_module osgi @@ -106,10 +99,6 @@ rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.ja %doc README.md release-notes %license LICENSE NOTICE -%files -n jackson-module-afterburner -f .mfiles-jackson-module-afterburner -%doc afterburner/README.md afterburner/release-notes -%license LICENSE NOTICE - %files -n jackson-module-jaxb-annotations -f .mfiles-jackson-module-jaxb-annotations %doc jaxb/README.md jaxb/release-notes %license LICENSE NOTICE @@ -119,8 +108,8 @@ rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.ja %changelog * Thu May 20 2021 Dogtag PKI Team - 2.11.4-3 -- Drop jackson-module-guice, jackson-module-mrbean, jackson-module-osgi, - and jackson-module-paranamer +- Drop jackson-module-afterburner, jackson-module-guice, jackson-module-mrbean, + jackson-module-osgi, and jackson-module-paranamer * Tue Jan 26 2021 Fedora Release Engineering - 2.11.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild