Releases: JavaPOSWorkingGroup/javapos-contracts
JavaPOS Contracts 1.14.3 Maintenance Release
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
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
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
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
This release corresponds to JavaPOS version 1.14 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by
- http://javapos.com/downloads/JavaPOS-1.14.0-Source-20131024.zip
- https://sourceforge.net/projects/jposloader/files/jcl/2.2.0/jcl2.2.0.zip
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
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
- http://javapos.com/downloads/JavaPOS-1.13.5-Source-20131024.zip
- https://sourceforge.net/projects/jposloader/files/jcl/2.2.0/jcl2.2.0.zip
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
This release corresponds to JavaPOS version 1.13 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by
- http://javapos.com/downloads/JavaPOS-1.13.0-Source-20090901.zip
- https://sourceforge.net/projects/jposloader/files/jcl/2.2.0/jcl2.2.0.zip
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
This release corresponds to JavaPOS version 1.12 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by
- http://javapos.com/downloads/JavaPOS-1.12.2-Source-20080914.zip
- https://sourceforge.net/projects/jposloader/files/jcl/2.2.0/jcl2.2.0.zip
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
This release corresponds to JavaPOS version 1.11 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by
- http://javapos.com/downloads/JavaPOS-1.11.0-Source-20071101.zip (link on javapos.com is wrong but this file may be downloaded)
- https://sourceforge.net/projects/jposloader/files/jcl/2.2.0/jcl2.2.0.zip
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
This release corresponds to JavaPOS version 1.10 containing device service interfaces, device control interfaces, data types, and exception types as originally provided by
- http://javapos.com/downloads/JavaPOS-1.10-Source-20060208.zip
- https://sourceforge.net/projects/jposloader/files/jcl/2.2.0/jcl2.2.0.zip
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.