Skip to content

Releases: JavaPOSWorkingGroup/javapos

JavaPOS 1.15.2 Maintenance Release

17 Oct 19:52
Compare
Choose a tag to compare

Available at Maven Central: https://central.sonatype.com/artifact/org.javapos/javapos/1.15.2

Incorporates sub component versions

  • javapos-contracts-1.15.2
  • javapos-controls-1.15.0
  • javapos-config-loader-3.1.0

JavaPOS 1.15.1 Maintenance Release

20 Dec 21:59
Compare
Choose a tag to compare

JavaPOS 1.15 Release targeting UnifiedPOS 1.15

12 Nov 21:50
Compare
Choose a tag to compare

Available at Maven Central: https://central.sonatype.com/artifact/org.javapos/javapos/1.15.0

What's Changed

  • Xerces dependency is listed in the POM file; solved GH issue #6

Incorporates sub components

JavaPOS 1.14 Maintenance Release 3 targeting Java 8

07 Oct 21:52
Compare
Choose a tag to compare
  • Major Change: requires Java 8 runtime (cannot be marked as major version change accordingly as major and minor version is aligned to UnifiedPOS version)
  • added change log of this project and of sub components to JAR file
  • publishes to MavenCentral only, not Bintray (as Bintray has been shut down); solving GH issue #4

Incorporates sub components

JavaPOS 1.14 Maintenance Release 2

22 Dec 10:19
Compare
Choose a tag to compare

Incorporates last released JavaPOS sub components

See there for a detailed change description.

JavaPOS 1.14 Maintenance Release

23 Jun 21:05
Compare
Choose a tag to compare

Fixed issue JavaPOSWorkingGroup/javapos-contracts#1: corrected value of constant RFID_PR_ISO15693 to resolve bitwise ambiguity to constant values of RFID_PR_ISO14443A and RFID_PR_ISO14443B for RFIDScanner category.

JavaPOS 1.13 Maintenance Release

23 Jun 21:00
Compare
Choose a tag to compare

Fixed issue JavaPOSWorkingGroup/javapos-contracts#1: corrected value of constant RFID_PR_ISO15693 to resolve bitwise ambiguity to constant values of RFID_PR_ISO14443A and RFID_PR_ISO14443B for RFIDScanner category.

JavaPOS 1.14 Release

02 May 16:14
Compare
Choose a tag to compare

This release corresponds to JavaPOS version 1.14 containing all what is needed to run an JavaPOS application 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 22:07
Compare
Choose a tag to compare

This release corresponds to JavaPOS version 1.13.5 containing all what is needed to run an JavaPOS application 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:59
Compare
Choose a tag to compare

This release corresponds to JavaPOS version 1.13 containing all what is needed to run an JavaPOS application 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