Internal/The row lenght was updated to be less than 120 chars#1274
Merged
milanmajchrak merged 1 commit intodtq-devfrom Mar 13, 2026
Merged
Internal/The row lenght was updated to be less than 120 chars#1274milanmajchrak merged 1 commit intodtq-devfrom
milanmajchrak merged 1 commit intodtq-devfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates DSpaceApiExceptionControllerAdvice to resolve a Checkstyle max line-length violation by wrapping the notFoundLog logger initialization, keeping the REST exception handling behavior unchanged.
Changes:
- Wraps the
notFoundLogLogManager.getLogger(...)call onto multiple lines to stay under 120 characters.
You can also share your feedback on Copilot code review. Take the survey.
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
* Reduce warn logs noise (#1268) * Log 404 responses at DEBUG instead of WARN to reduce log noise * Log 404 responses at DEBUG instead of WARN (configurable via logging.server.debug-404) * Skip stack trace extraction for suppressed 404 debug logs * Replace custom debug-404 property with dedicated Log4j2 logger (org.dspace.app.rest.NotFound) * Suppress 404 warn logs via dedicated Log4j2 logger (org.dspace.app.rest.NotFound) * Turn off that warn logs for the dspace.log * Updated log name to be more unique * The row lenght was updated to be less than 120 chars (#1274)
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 13, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 16, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 16, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 16, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 16, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 16, 2026
milanmajchrak
added a commit
that referenced
this pull request
Mar 16, 2026
* Reduce warn logs noise (#1268) + line length fix (#1274) * Fix flaky WorkflowCurationIT by clearing plugin cache before test WorkflowCurationIT.curationTest fails when CreateMissingIdentifiersIT runs first, because it pollutes the shared named plugin cache in LegacyPluginServiceImpl. Port upstream fix from DSpace#11907 (dspace-7_x backport): add clearNamedPluginClasses() call at test start to reset plugin state. See: DSpace#8533
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem description
Just fixed the checkstyle issue.
Analysis
(Write here, if there is needed describe some specific problem. Erase it, when it is not needed.)
Problems
(Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.)
Manual Testing (if applicable)
Copilot review