afterburner.fx 1.7.0-3 source package in Ubuntu

Changelog

afterburner.fx (1.7.0-3) unstable; urgency=medium

  * Team upload.
  * Fixed the tests to work with Mockito 2.x
  * Standards-Version updated to 4.4.0

 -- Emmanuel Bourg <email address hidden>  Wed, 18 Sep 2019 00:15:33 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
afterburner.fx_1.7.0-3.dsc 2.3 KiB 0afd27f0c36c8fef96a699bb6680981ce3cb42b70dcd24fbd91ce4586053ae7d
afterburner.fx_1.7.0.orig.tar.xz 59.1 KiB f9bcf68c3d528569768d881d202db60a88813dbcb2a8cd83248f8833b6cc2771
afterburner.fx_1.7.0-3.debian.tar.xz 3.9 KiB b389a781a000e2c4108b3c85177a0b423fa71adc53eb1e3e713beb35a942869b

Available diffs

No changes file available.

Binary packages built by this source

libafterburner.fx-java: minimalistic JavaFX MVP framework

 afterburner.fx is a minimalistic JavaFX MVP framework based on Convention
 over Configuration and Dependency Injection, providing the following:
 .
  - "Zero-Configuration" javax.inject.Inject DI of models or services
    into presenters.
  - Convention-based unification of presenter, view, FXML and css.
  - Conventional resource bundle loading.
  - Injection of System.getProperties.
  - Injection of presenter-local configuration properties (system
    properties are overriding the local configuration).
 .
 Afterburner is a "Just-Enough-Framework" extracted from
 airhacks-control and used in airpad, lightfish and floyd applications.

libafterburner.fx-java-doc: Documentation for afterburner.fx

 afterburner.fx is a minimalistic JavaFX MVP framework based on Convention
 over Configuration and Dependency Injection
 .
 This package contains the API documentation of libafterburner.fx-java.