junit5 5.10.1-1 source package in Ubuntu

Changelog

junit5 (5.10.1-1) unstable; urgency=medium

  * New upstream release
    - Refreshed the patches
  * Fixed the build failure with Java 21 (Closes: #1053040)

 -- Emmanuel Bourg <email address hidden>  Thu, 23 Nov 2023 11:30:08 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit5_5.10.1-1.dsc 2.2 KiB 762cf0300e12f6de8e26d47841a5185630e56cd3461af94e071b91f241a987ee
junit5_5.10.1.orig.tar.xz 2.2 MiB cb808def3f884600987568ffea8cc55183b10ea36797771978b6f4a1360d21b7
junit5_5.10.1-1.debian.tar.xz 17.0 KiB 4e6c7ceae69f7c01410d89315f4f3bcff3efe88674d7d5a2ca5a1c0a1eaeac8c

Available diffs

No changes file available.

Binary packages built by this source

junit5: JUnit regression test framework for Java

 JUnit is a framework to write repeatable tests.
 .
 Unlike previous versions of JUnit, JUnit 5 is composed of several different
 modules from three sub-projects: JUnit Platform, JUnit Jupiter and
 JUnit Vintage.
 .
 The JUnit Platform serves as a foundation for launching testing frameworks
 on the JVM. It also defines the TestEngine API for developing a testing
 framework that runs on the platform. Furthermore, the platform provides
 a Console Launcher to launch the platform from the command line and a JUnit 4
 based Runner for running any TestEngine on the platform in a JUnit 4 based
 environment. First-class support for the JUnit Platform also exists in popular
 IDEs and build tools.
 .
 JUnit Jupiter is the combination of the new programming model and extension
 model for writing tests and extensions in JUnit 5. The Jupiter sub-project
 provides a TestEngine for running Jupiter based tests on the platform.
 .
 JUnit Vintage provides a TestEngine for running JUnit 3 and JUnit 4 based
 tests on the platform.