Tue, 04 Jun 2024 17:07:04 UTC | login

Information for build jenkins-xstream-1.4.7-8.jenkins1.fc24

ID5979
Package Namejenkins-xstream
Version1.4.7
Release8.jenkins1.fc24
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:03:18 UTC
CompletedSat, 14 Apr 2018 20:03:18 UTC
Tags
f28
f29
RPMs
src
jenkins-xstream-1.4.7-8.jenkins1.fc24.src.rpm (info) (download)
noarch
jenkins-xstream-1.4.7-8.jenkins1.fc24.noarch.rpm (info) (download)
jenkins-xstream-javadoc-1.4.7-8.jenkins1.fc24.noarch.rpm (info) (download)
Changelog * Mon Feb 15 2016 Michal Srb <msrb@redhat.com> - 1.4.7-8.jenkins1 - Fix FTBFS * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-7.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Michal Srb <msrb@redhat.com> - 1.4.7-6.jenkins1 - Fix FTBFS * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-5.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Mar 11 2015 Michal Srb <msrb@redhat.com> - 1.4.7-4.jenkins1 - Rebuild to remove R on optional dependencies * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.7-3.jenkins1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Mar 31 2014 Michal Srb <msrb@redhat.com> - 1.4.7-2.jenkins1 - Update to upstream version 1.4.7-jenkins1 * Fri Jan 24 2014 Michal Srb <msrb@redhat.com> - 1.4.4-1.jenkins5 - Initial packaging