Click here to visit the old openkoji buildsystem (Archived)

Information for build xstream-1.4.20-5.fc41

ID26993
Package Namexstream
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.4.20
Release5.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/xstream.git#ad34885095cc0925fe213d53af2e5e27499fb86b
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 bykojiadmin
State failed
Volume DEFAULT
StartedSat, 15 Jun 2024 00:18:45 CST
CompletedSat, 15 Jun 2024 00:31:37 CST
Taskbuild (f41, /rpms/xstream.git:ad34885095cc0925fe213d53af2e5e27499fb86b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/xstream.git#ad34885095cc0925fe213d53af2e5e27499fb86b'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 1.4.20-5 - Rebuilt for java-21-openjdk as system jdk * Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.20-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.20-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Feb 20 2023 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.4.20-2 - Depend on compat versions of activation and XML bind (by @mkoncek) - Re-enable activation * Mon Feb 20 2023 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.4.20-1 - New upstream release 1.4.20 - Disable activation * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.19-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 1.4.19-3 - Rebuilt for Drop i686 JDKs