Пакет objenesis-2.6-2.module+el8.9.0+126+17b4d3c0.noarch
Имя | objenesis |
---|---|
Эпоха | 0 |
Версия | 2.6 |
Релиз | 2.module+el8.9.0+126+17b4d3c0 |
Архитектура | noarch |
Сайт | http://objenesis.org/ |
Лицензия | ASL 2.0 |
Время сборки | 2024-05-07 08:57:56 |
Хост сборки | builder-x86-09.inferitos.ru |
Краткое описание | A library for instantiating Java objects |
Репозитории | PowerTools |
Полное описание | Objenesis 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. |
Эррата | INFSA-2025:9318 |
Размер | 105 КиБ |
Исходный проект | objenesis-2.6-2.module+el8.9.0+126+17b4d3c0 |
Контрольная сумма SHA-256 | 26518966ac839f7154f6ab415f356b38a9a48ea465b4f8c037eaa34cb0cce04f |
Module | javapackages-tools-201801-8100020250624082757.dca7b4a4 |
×
* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.6-2 - Rebuilt for MSVSphere 8.8 * 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 * Fri Jun 03 2016 Michael Simacek <msimacek@redhat.com> - 2.1-4 - Fix build with current maven-jar-plugin * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Apr 30 2015 Michal Srb <msrb@redhat.com> - 2.1-1 - Update to 2.1