You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception hierarchy refactoring: StorageCardException transformed from abstract class to interface.
Exception inheritance: All storage card exceptions now extend corresponding keypop-reader-java-api exceptions:
SCReaderCommunicationException extends ReaderCommunicationException and implements StorageCardException.
SCCardCommunicationException extends CardCommunicationException and implements StorageCardException.
SCInvalidCardResponseException extends InvalidCardResponseException and implements StorageCardException.
Transaction manager hierarchy: StorageCardTransactionManager now extends CardTransactionManager from keypop-reader-java-api, inheriting the processCommands() method.
Removed
Channel control: Removed ChannelControl enum, now managed by parent CardTransactionManager interface.