Skip to content

JavaPOS Contracts 1.15 Release targeting UnifiedPOS 1.15

Compare
Choose a tag to compare
@kuniss kuniss released this 12 Nov 20:11
· 9 commits to master since this release

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

What's Changed

  • added outstanding enhancements and corrections from UnifiedPOS 1.14.1 regarding Electronic Value Reader/Writer; solves GH issue #12
  • added enhancements from UnifiedPOS 1.15; solves GH issue #15
  • added serialization UIDs for all events at jpos.events and for jpos.JposException to get rid of all compiler warnings
  • added JavaPOS naming convention aligned constants at ElectronicValueRWConst replacing the OPOS constants added by mistake, marked the OPOS constants as deprecated; solves GH issue #14
  • added getGateStatus to Gate which was missing since version 1.12 where it was misspelled as getGetStatus; solves GH issue #9

New Contributors

Full Changelog: 1.14.4...1.15.0