Skip to content

Releases: JavaPOSWorkingGroup/javapos-contracts

JavaPOS Contracts 1.14.3 Maintenance Release

21 Dec 16:07

Choose a tag to compare

Available at Maven Central: https://central.sonatype.com/artifact/org.javapos/javapos-contracts/1.14.3

Solves issues #2 and #3 by changing device control interfaces jpos.ElectronicValueRWControl114 and jpos.ScaleControl114.

JavaPOS 1.14.2 Maintenance Release

21 Dec 14:21

Choose a tag to compare

Available at Maven Central: https://central.sonatype.com/artifact/org.javapos/javapos-contracts/1.14.2
Adds lacking Transition event callback method solving issue #4.

JavaPOS 1.14.1 Maintenance Release

23 Jun 15:26

Choose a tag to compare

Available at Maven Central: https://central.sonatype.com/artifact/org.javapos/javapos-contracts/1.14.1

Fixed issue #1: corrected value of constant RFID_PR_ISO15693 to resolve bitwise ambiguity to
constant values of RFID_PR_ISO14443A and RFID_PR_ISO14443B.

JavaPOS 1.13 Maintenance Release

23 Jun 14:52

Choose a tag to compare

Fixed issue #1: corrected value of constant RFID_PR_ISO15693 to resolve bitwise ambiguity to
constant values of RFID_PR_ISO14443A and RFID_PR_ISO14443B.

JavaPOS 1.14 Release

02 May 15:49

Choose a tag to compare

This release corresponds to JavaPOS version 1.14 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by

In this release

  • new event concept of TransitionEvent has been added for ElectronicValueRW
  • new constants, properties, and methods for ElectronicValueRW, Scale, and Scanner has been added

JavaPOS 1.13.5 Maintenance Release

01 May 17:22

Choose a tag to compare

This release corresponds to JavaPOS version 1.13.5 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by

In this release the following changes has been done

  • backward correction to Belt 1.12: corrected return types of getCapSpeedStepsBackward() and getCapSpeedStepsForward(); was boolean, but should have been int
  • Cat: added missing property OutputID
  • ImageScanner: added implementation to control making it a non-empty implementation
  • MICR: corrected value of "CountryCode" constant MICR_CC_OTHER
  • MSR: added new retrieveDeviceAuthenticationData with correct parameter type; old method left in place for compatibility
  • POSPrinter: re-added dropped, misspelled slip cartridge constant for backwards compatibility
  • ToneIndicator: added missing "MelodyType" constants

JavaPOS 1.13 Release

01 May 16:37

Choose a tag to compare

This release corresponds to JavaPOS version 1.13 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by

In this release

  • constants to Biometrics, MICR, POSPrinter, ToneIndicator has been added
  • backward correction to ImageScanner to service has been done making it a non-empty
    implementation (ImageScanner control seemed to be forgotten to be
    corrected...)
  • added new properties or methods to POSPrinter, Scale, ToneIndicator

JavaPOS 1.12 Release

30 Apr 15:09

Choose a tag to compare

This release corresponds to JavaPOS version 1.12 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by

In this release

  • categories Belt, Gate, ItemDispenser, Lights RFIDScanner has been added
  • backward correction for typo in CashChanger 1.11
  • constants added to Biometrics, ElectronicJournal, POSPrinter, scanner
  • significant enhancement for MSR regarding authentication and encryption

JavaPOS 1.11 Release

29 Apr 15:21

Choose a tag to compare

This release corresponds to JavaPOS version 1.11 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by

In this release

  • categories BillAcceptor, BillDispenser has been added
  • major backward corrections for Biometrics 1.10 has been done
  • new constants E_DEPRECATED, and to FiscalPrinter, Keylock, Scanner has been added
  • backward correction for MSR regarding writeTracks parameter type has been done

JavaPOS 1.10 Release

29 Apr 09:38

Choose a tag to compare

This release corresponds to JavaPOS version 1.10 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by

For details how the content is built as part from the original archives, see javapos/README.md.

In this release the device categories

  • Biometrics
  • ElectronicJournal

has been added.
Some constants has been added to MSR, POSPrinter, and Scale.