Skip to content

Commit 476ef82

Browse files
dhasani23David Hasani
andauthored
telemetry(amazonq): add value for java downgrade attempt (#946)
## Problem 1) Two of the allowed values for the `codeTransformPreValidationError` field were unused. 2) We need a way to represent when user tries to downgrade from 21->17 since that is not supported. ## Solution Modify `allowedValues` accordingly. <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: David Hasani <[email protected]>
1 parent fba110c commit 476ef82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,8 @@
421421
"allowedValues": [
422422
"NoPom",
423423
"NoJavaProject",
424-
"MixedLanguages",
425424
"UnsupportedJavaVersion",
426-
"ProjectJDKDiffersFromBuildSystemJDK",
425+
"JavaDowngradeAttempt",
427426
"UnsupportedBuildSystem",
428427
"EmptyProject",
429428
"NonSsoLogin",

0 commit comments

Comments
 (0)