Releases: JavaPOSWorkingGroup/javapos
JavaPOS 1.15.2 Maintenance Release
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
Available at Maven Central: https://central.sonatype.com/artifact/org.javapos/javapos/1.15.1
Incorporates sub components
JavaPOS 1.15 Release targeting UnifiedPOS 1.15
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
- 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
Incorporates last released JavaPOS sub components
See there for a detailed change description.
JavaPOS 1.14 Maintenance Release
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
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
This release corresponds to JavaPOS version 1.14 containing all what is needed to run an JavaPOS application 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 all what is needed to run an JavaPOS application 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 all what is needed to run an JavaPOS application 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