XStream 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.
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.
1.4.7




Distribution | Version | Since | Package | Installed | Packager | |
---|---|---|---|---|---|---|
![]() | rpm | 1.4.7-13.jenkins1.fc28 | 2019-01-14 | 484 kiB | 580 kiB | Fedora Project |
![]() | rpm | 1.4.7-14.jenkins1.fc29 | 2019-01-14 | 483 kiB | 580 kiB | Fedora Project |
![]() | rpm | 1.4.7-14.jenkins1.fc29 | 2019-01-14 | 483 kiB | 580 kiB | Fedora Project |
![]() | rpm | 1.4.7-15.jenkins1.fc30 | 2019-06-17 | 484 kiB | 580 kiB | Fedora Project |
![]() | rpm | 1.4.7-15.jenkins1.fc30 | 2020-01-07 | 484 kiB | 580 kiB | Fedora Project |
Latest updates

Fedora 31 releases/Everything-os: Version 1.4.7-15.jenkins1.fc30 introduced
2020-01-07

Fedora rawhide development/Everything-os: Version 1.4.7-15.jenkins1.fc30 removed
2019-10-14

Fedora 30 releases/Everything-os: Version 1.4.7-15.jenkins1.fc30 introduced
2019-06-17

Fedora rawhide development/Everything-os: Updated from 1.4.7-14.jenkins1.fc29 to 1.4.7-15.jenkins1.fc30
2019-02-12

Fedora rawhide development/Everything-os: Version 1.4.7-14.jenkins1.fc29 reintroduced
2019-01-16

Fedora rawhide development/Everything-os: Version 1.4.7-14.jenkins1.fc29 removed
2019-01-15

Fedora rawhide development/Everything-os: Updated from 1.4.7-13.jenkins1.fc28 to 1.4.7-14.jenkins1.fc29
2019-01-14

Fedora 29 releases-test/Everything-os: Version 1.4.7-14.jenkins1.fc29 introduced
2019-01-14

Fedora 29 releases/Everything-os: Version 1.4.7-14.jenkins1.fc29 introduced
2019-01-14

Fedora 28 releases/Everything-os: Version 1.4.7-13.jenkins1.fc28 introduced
2019-01-14

Fedora rawhide development/Everything-os: Updated from 1.4.7-12.jenkins1.fc27 to 1.4.7-13.jenkins1.fc28
2018-02-26

Fedora 27 releases/Everything-os: Version 1.4.7-12.jenkins1.fc27 introduced
2017-11-14

Fedora rawhide development/Everything-os: Version 1.4.7-12.jenkins1.fc27 introduced
2017-11-10

Fedora 27 development/Everything-os: Version 1.4.7-12.jenkins1.fc27 introduced
2017-11-10

Fedora 27 releases-test/Everything-os: Version 1.4.7-12.jenkins1.fc27 introduced
2017-11-10

Fedora 26 releases/Everything-os: Version 1.4.7-11.jenkins1.fc26 introduced
2017-11-10
- Backport fix for void deserialization
- Resolves rhbz#1441541
- Remove OSGi manifest generation to prevent duplicate provides
Related packages
jenkins - Extendable continuous integration server (latest)
xstream - Java XML serialization library
jenkins-xstream-javadoc - Javadoc for jenkins-xstream