Releases: eclipse-keyple/keyple-plugin-java-api
Releases · eclipse-keyple/keyple-plugin-java-api
2.3.2
Changed
- Switched license from
EPL 2.0toMIT(issue [#16]). The license switch has been authorized through a restructuring review supervised by the « Eclipse Management Organization » team https://gitlab.eclipse.org/eclipsefdn/emo-team/emo/-/issues/908#note_3394156.
2.3.1
Changed
- Java source and target levels
1.6->1.8
Upgraded
- Gradle
6.8.3->7.6.4
2.3.0
Added
CardPresenceMonitorBlockingSpias a replacement of the deprecatedWaitForCardRemovalDuringProcessingBlockingSpiinterface.
2.2.0
Fixed
- CI: code coverage report when releasing.
Added
- CI: added project status badges on
README.mdfile. - Added precisions to Javadoc of
openPhysicalChannel(),closePhysicalChannel()andcheckCardPresence()methods of theReaderSpiinterface. 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 byCardInsertionWaiterAsynchronousApi)WaitForCardRemovalAutonomousReaderApi(replaced byCardRemovalWaiterAsynchronousApi)WaitForCardInsertionAutonomousSpi(replaced byCardInsertionWaiterAsynchronousSpi)WaitForCardInsertionBlockingSpi(replaced byCardInsertionWaiterBlockingSpi)WaitForCardInsertionNonBlockingSpi(replaced byCardInsertionWaiterNonBlockingSpi)DontWaitForCardRemovalDuringProcessingSpi(no more used)WaitForCardRemovalDuringProcessingBlockingSpi(no more used)WaitForCardRemovalAutonomousSpi(replaced byCardRemovalWaiterAsynchronousSpi)WaitForCardRemovalBlockingSpi(replaced byCardRemovalWaiterBlockingSpi)WaitForCardRemovalNonBlockingSpi(replaced byCardRemovalWaiterNonBlockingSpi)AutonomousObservablePluginSpi.connect(...)(replaced bysetCallback(...))
2.1.0
Added
- The method
PoolPluginSpi.allocateReadernow returns the new interfacePoolReaderSpi, which extendsReaderSpi, in
order to retrieve the smart card that may be automatically selected. CHANGELOG.mdfile (issue [eclipse-keyple/.github#6]).- CI: Forbid the publication of a version already released (issue [#7]).
2.0.0
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.