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

Polish LambdaHttpHandler instances #21734

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Nov 26, 2021

This came about while trying to reproduce the
problem mentioned in #21559

This came about while trying to reproduce the
problem mentioned in quarkusio#21559
@@ -46,7 +46,7 @@

private static final int BUFFER_SIZE = 8096;

private static Headers errorHeaders = new Headers();
private static final Headers errorHeaders = new Headers();
Copy link
Member

Choose a reason for hiding this comment

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

I think code checkers will complain about the case as it's a constant (same for the other file).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't get it, what would they complain about?

Copy link
Member

Choose a reason for hiding this comment

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

Case for constants should be LIKE_THIS.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, the case. You mentioned it, but it just didn't register..

@geoand geoand merged commit 477b090 into quarkusio:main Nov 26, 2021
@quarkus-bot quarkus-bot bot added this to the 2.6 - main milestone Nov 26, 2021
@geoand geoand deleted the lambda-polish branch November 26, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants