objenesis 3.3-1 source package in Ubuntu

Changelog

objenesis (3.3-1) unstable; urgency=medium

  * New upstream version 3.3.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.6.1.

 -- Markus Koschany <email address hidden>  Sat, 06 Aug 2022 13:57:48 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
objenesis_3.3-1.dsc 2.2 KiB 1481df893cbaaacdb7620d8b6f6164b273146fd7a05e8a283062314f938d1b14
objenesis_3.3.orig.tar.gz 122.5 KiB 73d223e32161743826d876f4b962e2dcd3439201fe0eb21b23f5fcd0eb0e0293
objenesis_3.3-1.debian.tar.xz 5.1 KiB bd5c2aa623658ed431cbac7e6a48cfd1eb77da3816c42b5131941f52a85529ea

Available diffs

No changes file available.

Binary packages built by this source

libobjenesis-java: Java library to instantiate a new object of a particular class

 Objenesis is a small Java library that serves one purpose: to instantiate a
 new object of a particular class.
 Java already supports this 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.
  * Constructors that have side effects.
  * Constructors 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 overcomes these restrictions by bypassing the constructor
 on object instantiation.

libobjenesis-java-doc: No summary available for libobjenesis-java-doc in ubuntu lunar.

No description available for libobjenesis-java-doc in ubuntu lunar.