JavaPOSWorkingGroup / javapos-contracts

Hosts the interfaces and data types of the UnifiedPOS reference implementation for Java.
Other
8 stars 9 forks source link

Unspecified Gate capability CapRealTimeData #10

Closed mjpcger closed 2 years ago

mjpcger commented 4 years ago

The UPOS specification does not specify capability CapRealTimeData for Gate device class. Nevertheless, the JavaPOS specification contains a getter for such a capability. Probably a copy / past problem.

kuniss commented 4 years ago

Yes, this is right. The method public boolean getCapRealTimeData() is superfluous. However, due to backward compatibility in the versioned type hirarchy used for JavaPOS it is not possible to removed it. So, the only thing what we can do is to add a comment and mark it as deprecated.

kuniss commented 2 years ago

Solved with release 1.14.4.