Fri, 03 May 2024 13:36:19 UTC | login

Information for build xstream-1.4.9-8.fc29

ID62088
Package Namexstream
Version1.4.9
Release8.fc29
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
StartedThu, 19 Jul 2018 23:42:15 UTC
CompletedThu, 19 Jul 2018 23:42:15 UTC
Tags
f29
f30
f31
RPMs
src
xstream-1.4.9-8.fc29.src.rpm (info) (download)
noarch
xstream-1.4.9-8.fc29.noarch.rpm (info) (download)
xstream-benchmark-1.4.9-8.fc29.noarch.rpm (info) (download)
xstream-hibernate-1.4.9-8.fc29.noarch.rpm (info) (download)
xstream-javadoc-1.4.9-8.fc29.noarch.rpm (info) (download)
xstream-parent-1.4.9-8.fc29.noarch.rpm (info) (download)
Changelog * 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 * Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1.4.9-4 - Add conditional for hibernate * Mon Jul 18 2016 Michael Simacek <msimacek@redhat.com> - 1.4.9-3 - Regenerate buildrequires