Skip to content

feat: Add extra handlers with builder#51

Merged
thced merged 14 commits into
masterfrom
feat/extra-handlers-builder
May 12, 2026
Merged

feat: Add extra handlers with builder#51
thced merged 14 commits into
masterfrom
feat/extra-handlers-builder

Conversation

@thced

@thced thced commented May 12, 2026

Copy link
Copy Markdown
Contributor

No description provided.

thced added 14 commits May 12, 2026 16:48
sendResponseHeaders(code, 0) triggers chunked transfer encoding for
empty bodies; -1 is correct for status-only responses with no body.
Affects notFoundHandler and the NotFound/MethodNotAllowed/default
branches of defaultExceptionHandler.
SonarQube java:S5778 — each throwing lambda should contain only one
invocation that could throw a runtime exception.
maven-dependency-plugin 3.10.0 deprecates the <silent> POM parameter
in favour of the -q CLI flag; removing it silences the build warning.
SonarQube java:S6068 — when every verify() argument is wrapped in eq(),
pass raw values instead. The eq() import is retained for the one call
that mixes eq() with longThat(), where matchers must be used uniformly.
@sonarqubecloud

Copy link
Copy Markdown

@thced thced merged commit b891e86 into master May 12, 2026
4 checks passed
@thced thced deleted the feat/extra-handlers-builder branch May 12, 2026 15:55
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