-
Notifications
You must be signed in to change notification settings - Fork 112
Fix ClassCastException in MagicNumberDiagnostic with soft error handling #3486
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
Draft
Copilot
wants to merge
22
commits into
develop
Choose a base branch
from
copilot/fix-3485
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
337d432
Initial plan for issue
Copilot 80a646b
Fix ClassCastException in MagicNumberDiagnostic with soft error handling
Copilot 50e7a28
Implement general solution for ClassCastException in diagnostic confi…
Copilot 240c0fe
Simplify ClassCastException handling to just try/catch with error log…
Copilot 503081e
Implement localized error messages and crash test for DiagnosticBeanP…
Copilot d60200f
Address code review feedback: change log level, fix localization, imp…
Copilot ad3410a
Use getBean for DiagnosticBeanPostProcessor in test instead of manual…
Copilot 1681c41
Add reflection-based verification of diagnostic parameter values afte…
Copilot d21e17d
Use DiagnosticObjectProvider and autowired DiagnosticBeanPostProcesso…
Copilot ea69b6e
Replace reflection with getter method for DiagnosticsOptions configur…
Copilot 7346b69
Add verification of default authorized numbers in test as requested
Copilot df49d65
Implement JSON schema validation for diagnostic parameters
Copilot dae5993
Implement cached JSON schema validation for diagnostic parameters per…
Copilot 0443adb
Extract DiagnosticParameterValidator class to enable Spring caching f…
Copilot 7bdfb53
Add Javadoc to DiagnosticParameterValidator class and use @Getter(laz…
Copilot dafc798
Fix deprecated method usage and Spring Bean warnings in DiagnosticBea…
Copilot 7a4c86d
Add ROLE_INFRASTRUCTURE to core infrastructure beans to resolve Sprin…
Copilot d69d92d
Complete Spring Bean warnings fix by adding ROLE_INFRASTRUCTURE to al…
Copilot 7276b9d
Remove inappropriate ROLE_INFRASTRUCTURE annotations from regular bea…
Copilot 6e38274
Fix failing tests and eliminate Spring Bean warnings by removing sche…
Copilot 631c220
Reintegrate JSON schema validation in DiagnosticBeanPostProcessor wit…
Copilot 291d79b
Restore DiagnosticParameterValidator component with infrastructure ro…
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.