junit5-system-exit 1.1.2-5 source package in Ubuntu

Changelog

junit5-system-exit (1.1.2-5) unstable; urgency=medium

  * Team upload.
  * Fixed the build failure with Java 21 (Closes: #1053041)

 -- Emmanuel Bourg <email address hidden>  Wed, 11 Oct 2023 14:00:45 +0200

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit5-system-exit_1.1.2-5.dsc 2.1 KiB 269463b3f7e0d1c57b381bc45009b813f83593c3ee78675c39f69cf7c8104403
junit5-system-exit_1.1.2.orig.tar.xz 9.8 KiB fe3cdd0dfaefefa1e40ed19425498dfe2a4c3bfcfa6708cd37206f2236192a40
junit5-system-exit_1.1.2-5.debian.tar.xz 4.6 KiB eb7025bf31a93cd15be4b3f6542600577b0e5bfc2cbf87564b81fc98677518a7

Available diffs

No changes file available.

Binary packages built by this source

libjunit5-system-exit-java: JUnit5 Extension to help write tests that call System.exit()

 This JUnit 5 Extension helps you write tests for code that calls System.exit().
 Starting with JUnit 5, @Rules, @ClassRules, and Runners were replaced by the
 Extension concept.