arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
271 stars 124 forks source link

Add French sub-territories support #84

Closed kaldebert closed 3 years ago

kaldebert commented 3 years ago

Replaced PR #65.

kaldebert commented 3 years ago

@hajk1 Hi ! Do you plan to release a new version with this fix?

hajk1 commented 3 years ago

Yes, I will release new version in the coming week

kaldebert commented 3 years ago

Hi @hajk1 ! Do you have some news about the next release ?

FrankHossfeld commented 3 years ago

@kaldebert if you can not wait for a new release, you can try: https://github.com/NaluKit/iban4g. The current released version does already contain the bug fix. API is the same. At least it's based on the code of this repo. The only difference is, that there are some internal changes, so that the GWT & J2CL Transpiler can transpile the Java code. This changes should not have an impact when used in a pure Java environment.

If you have any question, you can use the Nalu Gitter room: https://gitter.im/Nalukit42/Lobby

hajk1 commented 3 years ago

Hi @hajk1 ! Do you have some news about the next release ?

Version 3.2.3-RELEASE has been released and the maven repository will be updated during the next hours.