-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Readme code example and maven use #14
Conversation
8ec8632
to
e5bb6e3
Compare
@kaikreuzer with the last Version Update I also introduced a new documentation https://github.com/telekom/phonenumber-normalizer/blob/main/UPDATE_FOR_NEW_PHONELIB.md and missed out to sent it to you for a prior check. So if you check the updates in this MR, it would be great, if you could also check this new document (even if in this MR only its title has been changed). Thanks and Regards, Emil |
Uses PhoneLib 8.13.20 and prepare release
Housekeeping on UPDATE_FOR_NEW_PHONELIB.md to ensure correct listing of steps.
Start Snapshot 1.1.11 after release 1.1.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks.
Although it would be nicer to have the different things (docs update, dependency update, code fixes) in dedicated PRs.
By deploying v1.1.0 to maven central and coding an example using the jar from maven central, I discovered:
This PR fixes the bugs in the README provided examples.
It also added a fallback initialization to PhoneNumberAreaLabelImpl if no setting has been done, that the provided default data is loaded.
Finally also maven dependency stuff has been added to README.