Skip to content

Conversation

@davidfq
Copy link
Contributor

@davidfq davidfq commented Apr 3, 2025

Fixes

.

Features

Change implications

  • breaking change to API? no
  • changes dependencies? no

Copy link
Member

@eschultink eschultink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unlikely to be a prob, but maybe include path in err message?

RequestType requestType = Arrays.stream(RequestType.values())
.filter( rt -> rt.matches(path))
.findFirst()
.orElseThrow(() -> new RuntimeException("Unknown RequestType"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prob include the path to aid debug?

@jlorper jlorper merged commit aa66099 into main Apr 3, 2025
9 checks passed
@jlorper jlorper deleted the S196-delete-UI branch April 3, 2025 19:10
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.

4 participants