You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added regex check to ensure the value only contains valid Java identifier
characters (letters, digits, underscores, dollar signs, and dots). Values
containing spaces, quotes, or other special characters are not valid enum
references.
0 commit comments