Skip to content

Conversation

@stklcode
Copy link
Owner

@stklcode stklcode commented Jul 1, 2025

Mapping these fields as Integer limits the possible maximum TTL value to roughly 68 years. This may or may not be a reasonable value, but is technically a valid number in the JSON response. Convert all TTL-related fields to Long, so we can map such values.

resolves #103

Mapping these fields as Integer limits the possible maximum TTL value to
roughly 68 years. This may or may not be a reasonable value, but is
technically a valid number in the JSON response. Convert all TTL-related
fields to Long, so we can map such values.
@stklcode stklcode added this to the 1.5.2 milestone Jul 1, 2025
@stklcode stklcode self-assigned this Jul 1, 2025
@stklcode stklcode added the bug label Jul 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 1, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
9.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@stklcode stklcode merged commit f03c05b into main Jul 13, 2025
9 of 10 checks passed
@stklcode stklcode deleted the fix/103-ttl branch July 13, 2025 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TTL value exceeds Integer range

2 participants