Skip to content

Commit 6c108e4

Browse files
thcedclaude
andcommitted
refactor: Delete legacy openapi.* packages and old filter/wrapper classes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 02cde6d commit 6c108e4

51 files changed

Lines changed: 0 additions & 3025 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/com/retailsvc/http/BodyHandler.java

Lines changed: 0 additions & 182 deletions
This file was deleted.

src/main/java/com/retailsvc/http/ExceptionHandler.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@
1313
public interface ExceptionHandler {
1414

1515
void handle(HttpExchange exchange, Throwable t) throws IOException;
16-
17-
default void handleException(HttpExchange exchange, Exception e) throws IOException {
18-
handle(exchange, e);
19-
}
2016
}

src/main/java/com/retailsvc/http/ExceptionHandlingFilter.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)