Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce modernizer #127

Merged
merged 1 commit into from
Dec 31, 2023
Merged

Enforce modernizer #127

merged 1 commit into from
Dec 31, 2023

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Dec 31, 2023

No description provided.

@cla-bot cla-bot bot added the cla-signed label Dec 31, 2023
Copy link
Member

@mosabua mosabua left a comment

Choose a reason for hiding this comment

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

Looks good.

@@ -49,7 +49,7 @@ public Response getBackend(@PathParam("name") String name)
try {
ProxyBackendConfiguration backend = gatewayBackendManager
.getBackendByName(name)
.get();
.orElseThrow();
Copy link
Member

Choose a reason for hiding this comment

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

I am not sure about this change.. kinda weird and implied but fine by me anyway.

@wendigo wendigo merged commit 301c87d into main Dec 31, 2023
1 check passed
@wendigo wendigo deleted the ebi/modernizer branch December 31, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants