github marcwrobel/jbanking v4.2.0
4.2.0

5 months ago

Added

  • Officially support Java 21 (#367).
  • Drop official support for Java 20 (#367).
  • Support random IBAN generation based on countries (RandomIban.next(IsoCountry...)), country alpha-2
    codes (RandomIban.next(String...)) or currencies (RandomIban.next(IsoCurrency...)) (#339).
  • Support random BIC generation based on countries (RandomBic.next(IsoCountry...)), country alpha-2
    codes (RandomBic.next(String...)) or currencies (RandomBic.next(IsoCurrency...)) (#338).

Changed

  • Make Bic constants public (during #339). New available constants are BIC8_LENGTH,
    BIC11_LENGTH, INSTITUTION_CODE_INDEX, INSTITUTION_CODE_LENGTH, COUNTRY_CODE_INDEX,
    COUNTRY_CODE_LENGTH, LOCATION_CODE_INDEX, LOCATION_CODE_LENGTH, BRANCH_CODE_INDEX,
    BRANCH_CODE_LENGTH.

Internal

Don't miss a new jbanking release

NewReleases is sending notifications on new releases.