Skip to content

fix(Country): add missing ISO 3166-1 alpha-2 country codes - #205

Merged
yvasyliev merged 2 commits into
masterfrom
bugfix/204-add-missing-country-codes
Aug 3, 2026
Merged

fix(Country): add missing ISO 3166-1 alpha-2 country codes#205
yvasyliev merged 2 commits into
masterfrom
bugfix/204-add-missing-country-codes

Conversation

@yvasyliev

Copy link
Copy Markdown
Owner

Description

Add missing ISO 3166-1 alpha-2 country codes.

Related Issue

Closes #204

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Other (please describe):

Checklist

  • My code follows the project’s code style and conventions
  • I have added or updated Javadoc for public classes and methods
  • I have added or updated unit tests as needed
  • All tests pass locally (./gradlew build or gradlew.bat build on Windows)
  • I have not committed any secrets (passwords, API keys, etc.)

How Has This Been Tested?

Tested with the integration test.

Additional Information

N/A

@gitguardian

gitguardian Bot commented Aug 2, 2026

Copy link
Copy Markdown

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@github-actions github-actions Bot added the fix Bugfix label Aug 2, 2026
@yvasyliev

Copy link
Copy Markdown
Owner Author

False positive - not a real secret

@sonarqubecloud

sonarqubecloud Bot commented Aug 3, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Job Summary for Gradle

PR Build :: pr-build
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
dz4j build sonar 9.6.1 Build Scan published

@yvasyliev
yvasyliev merged commit 01bbf62 into master Aug 3, 2026
5 checks passed
@yvasyliev
yvasyliev deleted the bugfix/204-add-missing-country-codes branch August 3, 2026 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot deserialize value of type io.github.yvasyliev.dz4j.model.Country from String "AQ": not one of the values accepted for Enum class

1 participant