Fri, 03 May 2024 09:10:55 UTC | login

Information for build xstream-1.4.11.1-2.fc31

ID101551
Package Namexstream
Version1.4.11.1
Release2.fc31
Epoch
SummaryJava XML serialization library
DescriptionXStream is a simple library to serialize objects to XML and back again. A high level facade is supplied that simplifies common use cases. Custom objects can be serialized without need for specifying mappings. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems with high message throughput. No information is duplicated that can be obtained via reflection. This results in XML that is easier to read for humans and more compact than native Java serialization. XStream serializes internal fields, including private and final. Supports non-public and inner classes. Classes are not required to have default constructor. Duplicate references encountered in the object-model will be maintained. Supports circular references. By implementing an interface, XStream can serialize directly to/from any tree structure (not just XML). Strategies can be registered allowing customization of how particular types are represented as XML. When an exception occurs due to malformed XML, detailed diagnostics are provided to help isolate and fix the problem.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 16:24:51 UTC
CompletedWed, 24 Jul 2019 16:24:51 UTC
Tags
f31
RPMs
src
xstream-1.4.11.1-2.fc31.src.rpm (info) (download)
noarch
xstream-1.4.11.1-2.fc31.noarch.rpm (info) (download)
xstream-benchmark-1.4.11.1-2.fc31.noarch.rpm (info) (download)
xstream-hibernate-1.4.11.1-2.fc31.noarch.rpm (info) (download)
xstream-javadoc-1.4.11.1-2.fc31.noarch.rpm (info) (download)
xstream-parent-1.4.11.1-2.fc31.noarch.rpm (info) (download)
Changelog * Tue Mar 05 2019 Mat Booth <mat.booth@redhat.com> - 1.4.11.1-2 - Allow building with reduced dependency set * Thu Feb 14 2019 Mat Booth <mat.booth@redhat.com> - 1.4.11.1-1 - Update to latest upstream release * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Apr 12 2017 Michael Simacek <msimacek@redhat.com> - 1.4.9-5 - Backport fix for void deserialization - Resolves rhbz#1441542 - Update upstream URL