Tue, 16 Apr 2024 23:41:34 UTC | login

Information for build xmlstreambuffer-1.5.4-8.module_el8.4.0+595+e59c9af2

ID22439
Package Namexmlstreambuffer
Version1.5.4
Release8.module_el8.4.0+595+e59c9af2
Epoch
DraftFalse
SummaryXML Stream Buffer
DescriptionA stream buffer is a stream-based representation of an XML info-set in Java. Stream buffers are designed to: provide very efficient stream-based memory representations of XML info-sets; and be created and processed using any Java-based XML API. Conceptually a stream buffer is similar to the representation used in the Xerces deferred DOM implementation, with the crucial difference that a stream buffer does not store hierarchical information like parent and sibling information. The deferred DOM implementation reduces memory usage when large XML documents are parsed but only a subset of the document needs to be processed. (Note that using deferred DOM will be more expensive than non-deferred DOM in terms of memory and processing if all the document is traversed.) Stream buffers may be used as an efficient alternative to DOM where: * most or all of an XML info-set will eventually get traversed; and/or * targeted access to certain parts of an XML info-set are required and need to be efficiently processed using stream-based APIs like SAX or StAX.
Built bycentos-stream
State complete
Volume DEFAULT
StartedWed, 08 Jun 2022 17:05:13 UTC
CompletedWed, 08 Jun 2022 17:05:13 UTC
Tags
module-pki-deps-10.6-8050020211109192803-b4937e53
RPMs
src
xmlstreambuffer-1.5.4-8.module_el8.4.0+595+e59c9af2.src.rpm (info) (download)
noarch
xmlstreambuffer-1.5.4-8.module_el8.4.0+595+e59c9af2.noarch.rpm (info) (download)
xmlstreambuffer-javadoc-1.5.4-8.module_el8.4.0+595+e59c9af2.noarch.rpm (info) (download)
Changelog * Tue Aug 07 2018 Fraser Tweedale <ftweedal@redhat.com> - 1.5.4-8 - Avoid test dependencies * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jun 20 2016 gil cattaneo <puntogil@libero.it> 1.5.4-4 - add missing build requires: maven-plugin-bundle * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Feb 04 2015 gil cattaneo <puntogil@libero.it> 1.5.4-1 - update to 1.5.4 - introduce license macro * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.5.1-4 - Use Requires: java-headless rebuild (#1067528) * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jun 29 2013 gil cattaneo <puntogil@libero.it> 1.5.1-2 - switch to XMvn, minor changes to adapt to current guideline * Tue Oct 30 2012 gil cattaneo <puntogil@libero.it> 1.5.1-1 - update to 1.5.1 * Wed Oct 03 2012 gil cattaneo <puntogil@libero.it> 1.5-1 - update to 1.5 * Sat Mar 31 2012 gil cattaneo <puntogil@libero.it> 1.4-1 - initial rpm