Drop jackson-module-afterburner
This commit is contained in:
parent
1503bbe2f9
commit
57bd5f5a1e
@ -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 <pki-devel@redhat.com> - 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 <releng@fedoraproject.org> - 2.11.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user