Skip to content

Releases: eclipse-keyple/keyple-plugin-java-api

2.3.2

18 Apr 13:40

Choose a tag to compare

Changed

2.3.1

12 Apr 09:58

Choose a tag to compare

Changed

  • Java source and target levels 1.6 -> 1.8

Upgraded

  • Gradle 6.8.3 -> 7.6.4

2.3.0

29 Mar 08:57

Choose a tag to compare

Added

  • CardPresenceMonitorBlockingSpi as a replacement of the deprecated WaitForCardRemovalDuringProcessingBlockingSpi interface.

2.2.0

13 Nov 14:37

Choose a tag to compare

Fixed

  • CI: code coverage report when releasing.

Added

  • CI: added project status badges on README.md file.
  • Added precisions to Javadoc of openPhysicalChannel(), closePhysicalChannel() and checkCardPresence() methods of the ReaderSpi interface.
  • CardInsertionWaiterAsynchronousApi (renaming)
  • CardRemovalWaiterAsynchronousApi (renaming)
  • CardInsertionWaiterAsynchronousSpi (renaming)
  • CardInsertionWaiterBlockingSpi (renaming)
  • CardInsertionWaiterNonBlockingSpi (renaming and adds the capability to customize the polling cycle duration)
  • CardRemovalWaiterAsynchronousSpi (renaming)
  • CardRemovalWaiterBlockingSpi (renaming)
  • CardRemovalWaiterNonBlockingSpi (renaming and adds the capability to customize the polling cycle duration)
  • AutonomousObservablePluginSpi.setCallback(...) (renaming)

Deprecated

  • WaitForCardInsertionAutonomousReaderApi (replaced by CardInsertionWaiterAsynchronousApi)
  • WaitForCardRemovalAutonomousReaderApi (replaced by CardRemovalWaiterAsynchronousApi)
  • WaitForCardInsertionAutonomousSpi (replaced by CardInsertionWaiterAsynchronousSpi)
  • WaitForCardInsertionBlockingSpi (replaced by CardInsertionWaiterBlockingSpi)
  • WaitForCardInsertionNonBlockingSpi (replaced by CardInsertionWaiterNonBlockingSpi)
  • DontWaitForCardRemovalDuringProcessingSpi (no more used)
  • WaitForCardRemovalDuringProcessingBlockingSpi (no more used)
  • WaitForCardRemovalAutonomousSpi (replaced by CardRemovalWaiterAsynchronousSpi)
  • WaitForCardRemovalBlockingSpi (replaced by CardRemovalWaiterBlockingSpi)
  • WaitForCardRemovalNonBlockingSpi (replaced by CardRemovalWaiterNonBlockingSpi)
  • AutonomousObservablePluginSpi.connect(...) (replaced by setCallback(...))

2.1.0

25 Apr 14:43

Choose a tag to compare

Added

  • The method PoolPluginSpi.allocateReader now returns the new interface PoolReaderSpi, which extends ReaderSpi, in
    order to retrieve the smart card that may be automatically selected.
  • CHANGELOG.md file (issue [eclipse-keyple/.github#6]).
  • CI: Forbid the publication of a version already released (issue [#7]).

2.0.0

06 Oct 10:31

Choose a tag to compare

This is the initial release of the Keyple Plugin Java API.
It follows the extraction of Keyple 1.0 components contained in the eclipse/keyple-java repository to dedicated repositories.
It also brings many major API changes.