Skip to content

XS2A Release 9.5

Compare
Choose a tag to compare
@kyaex kyaex released this 31 Dec 09:38
· 557 commits to develop since this release

Release notes v. 9.5

New version XS2A 9.5 is released on 31.12.2020

Main points of new Release:

  • Bugfixing: Fixed sonar alerts
  • Bugfixing: added missing PART transaction status
  • Refactoring: Refactored xs2a-core-payments

Released artifacts can be used via Maven dependencies, i.e.

<dependency>
    <groupId>de.adorsys.psd2</groupId>
    <artifactId>xs2a-impl</artifactId>
    <version>9.5</version>
</dependency>

or Docker images published on Docker Hub: https://hub.docker.com/u/adorsys/

Please take a look also on our Roadmap to get updated about upcoming versions.

Release notes v.9.5

Table of Contents

  • Fixed sonar alerts
  • Bugfix: added missing PART transaction status
  • Refactored xs2a-core-payments

Fixed sonar alerts

Sonar alerts were fixed for classes:

  • AesEcbInstanceFactoryImpl
  • JweCryptoProviderImpl
  • JweGsmInstanceFactoryImpl
  • ChecksumCalculatingFactory
  • OneOffConsentExpirationServiceTest
  • AisConsentMapperTest
  • CmsCorePaymentMapper
  • CmsPsuPisServiceInternal
  • SecurityDataService
  • AesEcbCryptoProviderImpl
  • ObsoletePiisConsentJpaRepository
  • AisConsentConfirmationExpirationServiceImpl
  • AccountAccessUpdater
  • CmsAspspAisExportServiceInternal
  • PisAuthService
  • PisCancellationAuthService
  • AdditionalPsuData
  • PsuDataEmbeddable
  • AccountAccess
  • AisConsent
  • PiisConsentEntity
  • PisCommonPaymentIT
  • AspspConsentDataPsuApiControllerIT
  • CmsPsuApiDefaultValue
  • CmsConstant
  • CryptoConfig
  • AisConsentIT
  • AbstractContainerDatabaseTest
  • BaseTest
  • ServiceInstanceIdEventListener
  • PisAbstractAuthService
  • CmsPsuPisMapperTest
  • PisCommonPaymentMapperTest
  • CmsPsuApiDefaultValue
  • AspspConsentDataApi
  • AuthorisationApi
  • PisCommonPaymentApi
  • CmsRestException
  • ConsentRestErrorHandler
  • AuthorisationController
  • PisCommonPaymentController
  • CmsConsentControllerTest
  • PageData
  • ResponseData
  • CommonAspspProfileSetting
  • CommonAspspProfileBankSetting

Bugfix: added missing PART transaction status

From now on, transaction status contains value PART

Refactored xs2a-core-payments

From now on, xs2a-core-payments contains not generated models.