Skip to content

fix: Comment out unused JBoss Logging message interface methods - #210

Open
rhusar wants to merge 1 commit into
quarkusio:mainfrom
rhusar:logging
Open

fix: Comment out unused JBoss Logging message interface methods#210
rhusar wants to merge 1 commit into
quarkusio:mainfrom
rhusar:logging

Conversation

@rhusar

@rhusar rhusar commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Comment out unused @Message-annotated methods and constructs across 4 files to reserve their message IDs while removing dead code from compilation (smaller jar, yay!). Clean up imports that became unused as a result.

Comment out unused @Message-annotated methods and constructs across 4 files to reserve their message IDs while removing dead code from compilation (smaller jar, yay!).
Clean up imports that became unused as a result.

Signed-off-by: Radoslav Husar <rhusar@ibm.com>
@rhusar

rhusar commented Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

You know what they say, the fastest code is the one that never runs!

Anyway, on a tangent why I am digging here, while evaluating state of this and reusability, is there or was there ever any plan of having the proxy implementations be ported as well? The problem is that the mod_cluster handler in Undertow depends a lot of these proxy constructs that didn't get carried over to here. So I was wondering if there is any desire to have them live here.

@cescoffier

Copy link
Copy Markdown
Member

First, I would have deleted the code completely rather than commenting it out.
About the proxy, I need to understand what you are trying to do. Quarkus HTTP is used in a very specific part of Quarkus, but it's not our main I/O stack.

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.

2 participants