Fri, 03 May 2024 19:52:52 UTC | login

Information for build objenesis-2.6-4.fc30

ID93984
Package Nameobjenesis
Version2.6
Release4.fc30
Epoch
SummaryA library for instantiating Java objects
DescriptionObjenesis is a small Java library that serves one purpose: to instantiate a new object of a particular class. Java supports dynamic instantiation of classes using Class.newInstance(); however, this only works if the class has an appropriate constructor. There are many times when a class cannot be instantiated this way, such as when the class contains constructors that require arguments, that have side effects, and/or that throw exceptions. As a result, it is common to see restrictions in libraries stating that classes must require a default constructor. Objenesis aims to overcome these restrictions by bypassing the constructor on object instantiation. Needing to instantiate an object without calling the constructor is a fairly specialized task, however there are certain cases when this is useful: * Serialization, Remoting and Persistence - Objects need to be instantiated and restored to a specific state, without invoking code. * Proxies, AOP Libraries and Mock Objects - Classes can be sub-classed without needing to worry about the super() constructor. * Container Frameworks - Objects can be dynamically instantiated in non-standard ways.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 06:19:08 UTC
CompletedWed, 24 Jul 2019 06:19:08 UTC
Tags
f31
RPMs
src
objenesis-2.6-4.fc30.src.rpm (info) (download)
noarch
objenesis-2.6-4.fc30.noarch.rpm (info) (download)
objenesis-javadoc-2.6-4.fc30.noarch.rpm (info) (download)
Changelog * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-1 - Update to upstream version 2.6 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1-6 - Add missing BR on apache-resource-bundles * Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 2.1-5 - Remove wagon extension