Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

objenesis-1.2-18.el7 RPM for noarch

From EPEL 7 for aarch64 / Packages / o

Name: objenesis Distribution: Fedora Project
Version: 1.2 Vendor: Fedora Project
Release: 18.el7 Build date: Fri Aug 8 14:56:49 2014
Group: Development/Libraries Build host: buildvm-04.phx2.fedoraproject.org
Size: 135572 Source RPM: objenesis-1.2-18.el7.src.rpm
Packager: Fedora Project
Url: http://objenesis.org/
Summary: A library for instantiating Java objects
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.

Provides

Requires

License

ASL 2.0

Changelog

* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Oct 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-16
  - Enable generation of pom.properties
  - Resolves: rhbz#1017850
* Sun Sep 08 2013 Mat Booth <fedora@matbooth.co.uk> - 1.2-15
  - Update for latest guidelines, rhbz #992389
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2-12
  - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
  - Replace maven BuildRequires with maven-local
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon May 14 2012 Guido Grazioli <guido.grazioli@gmail.com> 1.2-10
  - Update to current Java packaging guidelines
  - Remove maven-eclipse-plugin BR
* Mon Feb 20 2012 Jiri Vanek <jvanek@redhat.com> 1.2-9
  - Added patch2 - JRockitInstantntiatorCharacters.patch to fix unmappable characters
  - Added build requires  apache-resource-bundles and  maven-remote-resources-plugin
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon May 09 2011 Guido Grazioli <guido.grazioli@gmail.com> 1.2-7
  - Improve project description
* Thu Feb 24 2011 Guido Grazioli <guido.grazioli@gmail.com> 1.2-6
  - Build with mvn-rpmbuild
  - Fix License
  - Comment on skipped tests
* Fri Feb 04 2011 Guido Grazioli <guido.grazioli@gmail.com> 1.2-5
  - Build with maven 3
* Sun Jan 23 2011 Guido Grazioli <guido.grazioli@gmail.com> 1.2-4
  - Drop buildroot and %clean section
  - Drop use of maven2-settings.xml and jpp-depmap.xml
  - Install unversioned jars
  - Clean up of needed patch and mvn-jpp execution
* Tue Jan 18 2011 Guido Grazioli <guido.grazioli@gmail.com> 1.2-3
  - Fix build in rawhide
* Sat Dec 04 2010 Guido Grazioli <guido.grazioli@gmail.com> 1.2-2
  - Fix build in rawhide
  - Update to new Java Packaging Guidelines
* Mon May 10 2010 Guido Grazioli <guido.grazioli@gmail.com> 1.2-1
  - Update to 1.2
* Thu May 06 2010 Guido Grazioli <guido.grazioli@gmail.com> 1.0-1
  - Import from JPackage
* Fri Feb 27 2009 Ralph Apel <r.apel at r-apel.de> 0:1.0-2.jpp5
  - BR xpp3-minimal and fix depmap accordingly
  - Disown poms and fragments dirs
* Wed Jun 18 2008 Ralph Apel <r.apel at r-apel.de> 0:1.0-1.jpp5
  - First release

Files

/usr/share/doc/objenesis-1.2
/usr/share/doc/objenesis-1.2/LICENSE.txt
/usr/share/java/objenesis
/usr/share/java/objenesis/objenesis-tck.jar
/usr/share/java/objenesis/objenesis.jar
/usr/share/maven-effective-poms/JPP.objenesis-objenesis-tck.pom
/usr/share/maven-effective-poms/JPP.objenesis-objenesis.pom
/usr/share/maven-fragments/objenesis.xml
/usr/share/maven-poms/JPP.objenesis-objenesis-parent.pom
/usr/share/maven-poms/JPP.objenesis-objenesis-tck.pom
/usr/share/maven-poms/JPP.objenesis-objenesis.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:53:38 2024