Tue, 04 Jun 2024 22:25:04 UTC | login

Information for build jenkins-xstream-1.4.7-14.jenkins1.fc29

ID60613
Package Namejenkins-xstream
Version1.4.7
Release14.jenkins1.fc29
Epoch
SummaryJenkins XStream 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. This package contains XStream fork used in Jenkins.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 15:31:10 UTC
CompletedThu, 19 Jul 2018 15:31:10 UTC
Tags
f29
f30
f31
RPMs
src
jenkins-xstream-1.4.7-14.jenkins1.fc29.src.rpm (info) (download)
noarch
jenkins-xstream-1.4.7-14.jenkins1.fc29.noarch.rpm (info) (download)
jenkins-xstream-javadoc-1.4.7-14.jenkins1.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-14.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-13.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-12.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Apr 12 2017 Michael Simacek <msimacek@redhat.com> - 1.4.7-11.jenkins1 - Backport fix for void deserialization - Resolves rhbz#1441541 - Remove OSGi manifest generation to prevent duplicate provides * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-10.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 01 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.7-9.jenkins1 - Add missing build-requires on Maven plugins