Skip to content

Releases: eclipse-keyple/keyple-plugin-stub-java-lib

2.2.2

20 Feb 08:34

Choose a tag to compare

Changed

  • Normalized logging and error messages using Keyple coding standards.
  • Migrated the CI pipeline from Jenkins to GitHub Actions.

Upgraded

  • keyple-common-java-api from 2.0.1 to 2.0.2 (source code not impacted)
  • keyple-plugin-java-api from 2.3.1 to 2.3.2 (source code not impacted)
  • keyple-util-java-lib from 2.4.0 to 2.4.1 (source code not impacted)
  • slf4j-api from 1.7.32 to 1.7.36 (compileOnly)

2.2.1

12 Apr 12:40

Choose a tag to compare

Changed

  • Java source and target levels 1.6 -> 1.8

Upgraded

  • Gradle 6.8.3 -> 7.6.4
  • Keyple Plugin API 2.2.0 -> 2.3.1
  • Keyple Util Library 2.3.1 -> 2.4.0

2.2.0

30 Nov 16:41

Choose a tag to compare

Added

  • Added project status badges on README.md file.

Fixed

  • CI: code coverage report when releasing.

Upgraded

  • Keyple Plugin API 2.0.0 -> 2.2.0
  • Keyple Util Library 2.1.0 -> 2.3.1

2.1.0

03 Jun 09:51

Choose a tag to compare

Added

  • "CHANGELOG.md" file (issue [eclipse-keyple/.github#6]).
  • CI: Forbid the publication of a version already released (issue [#7]).
  • New way of mocking APDU responses for a StubSmartCard using a provider (issue [#10]).

Upgraded

  • "Keyple Util Library" to version 2.1.0 by removing the use of deprecated methods.

2.0.0

06 Oct 12:38

Choose a tag to compare

This is the initial release of the Keyple Plugin Stub Java Library.
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.