Skip to content
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

WELD-2781 workaround stack overflow with DEBUG logging and firing PAT… #2915

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

manovotn
Copy link
Contributor

@manovotn manovotn commented Mar 7, 2024

… for enums

Simplify the logging rules for method params coming from enums.
There were scenarios where the formatting would result in a stack overflow as Enum as a type is extending itself when introspected. This workarounds the limitations.
Note that it is a rare edge case as enums cannot be beans anyway but can have PAT fired for them which is exactly what the test mentioned in WELD-2781 did. Plus it only manifests with debug logging turned on.

@manovotn manovotn merged commit df5e8e0 into weld:master Mar 9, 2024
16 checks passed
@manovotn manovotn deleted the weld2781 branch March 9, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant