Skip to content

Stop using deprecated aspects of logback#10470

Merged
joschi merged 2 commits intodropwizard:release/4.0.xfrom
rhowe:no-deprecated-logback
Oct 5, 2025
Merged

Stop using deprecated aspects of logback#10470
joschi merged 2 commits intodropwizard:release/4.0.xfrom
rhowe:no-deprecated-logback

Conversation

@rhowe
Copy link
Copy Markdown
Contributor

@rhowe rhowe commented Sep 4, 2025

Level.ALL is deprecated by logback in favour of Level.TRACE.

StatusPrinter has been replaced by StatusPrinter2. I think I worked out how to use it properly.

@rhowe rhowe requested a review from a team as a code owner September 4, 2025 07:20
@github-actions github-actions bot added this to the 4.0.17 milestone Sep 4, 2025
@jplock jplock force-pushed the no-deprecated-logback branch 2 times, most recently from 2ac66e4 to dcaadb4 Compare September 6, 2025 20:13
@jplock jplock force-pushed the no-deprecated-logback branch from dcaadb4 to 52a8c56 Compare September 13, 2025 21:19
@joschi joschi merged commit ab611f4 into dropwizard:release/4.0.x Oct 5, 2025
11 checks passed
joschi pushed a commit that referenced this pull request Oct 5, 2025
* Use logback Level.TRACE instead of Level.ALL

Level.ALL is deprecated by logback in favour of Level.TRACE.

* Swap deprecated logback StatusPrinter for StatusPrinter2
joschi pushed a commit that referenced this pull request Oct 5, 2025
* Use logback Level.TRACE instead of Level.ALL

Level.ALL is deprecated by logback in favour of Level.TRACE.

* Swap deprecated logback StatusPrinter for StatusPrinter2
joschi added a commit that referenced this pull request Oct 5, 2025
* Use logback Level.TRACE instead of Level.ALL

Level.ALL is deprecated by logback in favour of Level.TRACE.

* Swap deprecated logback StatusPrinter for StatusPrinter2

Refs #10470

Co-authored-by: Russell Howe <[email protected]>
@rhowe rhowe deleted the no-deprecated-logback branch October 10, 2025 07:21
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.

3 participants