junit4 4.13.2-4 source package in Ubuntu

Changelog

junit4 (4.13.2-4) unstable; urgency=medium

  * Fixed the build failure with Java 21 (Closes: #1053039)
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Mon, 16 Oct 2023 00:44:29 +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
Oracular release universe devel
Noble release universe devel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit4_4.13.2-4.dsc 2.2 KiB 333e629ae05a619180fff4b3252a2dc20efb4bce5d343c86b9eb7aecf1cf1560
junit4_4.13.2.orig.tar.xz 823.9 KiB 8cb9e6cd3c1188e93ce6ed56df12f8dab9db379256386973dbc61690ad184c60
junit4_4.13.2-4.debian.tar.xz 28.6 KiB c9b608f27ea0a8e5329d7e9017023c8a25400426f1dd79d485c2fbcb07f1e781

Available diffs

No changes file available.

Binary packages built by this source

junit4: JUnit regression test framework for Java

 JUnit is a simple framework to write repeatable tests. It is an
 instance of the xUnit architecture for unit testing frameworks.
 .
 JUnit 4 uses Java 5 features such as generics and annotations. If
 you need compatibility with previous Java versions, you should use
 the junit package (version 3) instead.

junit4-doc: JUnit regression test framework for Java - documentation

 JUnit is a simple framework to write repeatable tests. It is an
 instance of the xUnit architecture for unit testing frameworks.
 .
 JUnit 4 uses Java 5 features such as generics and annotations. If
 you need compatibility with previous Java versions, you should use
 the junit package (version 3) instead.
 .
 This package contains Javadoc API documentation of JUnit 4.