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

[Java] Adding Armeria 1.26.4 #7061

Merged
merged 5 commits into from
Dec 20, 2023
Merged

Conversation

wvuong
Copy link
Contributor

@wvuong wvuong commented Dec 18, 2023

No description provided.

@wvuong wvuong requested a review from waghanza as a code owner December 18, 2023 22:05
Copy link
Collaborator

@waghanza waghanza left a comment

Choose a reason for hiding this comment

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

Server should listen on 0.0.0.0:3000

@waghanza
Copy link
Collaborator

Hi @trustin @minwoox @ikhoon,

We want to include armeria in here. Is this OK for you


Thanks for your contribution @wvuong.

Could log be totally disabled ?

@trustin
Copy link

trustin commented Dec 19, 2023 via email

@wvuong
Copy link
Contributor Author

wvuong commented Dec 19, 2023

Addressed your code review comments, thanks!

@waghanza
Copy link
Collaborator

Sorry, CI reveals some errors (500). You should have 3 endpoints :

  • GET /
  • POST /user
  • GET /user/:id (/id is an int)

@wvuong
Copy link
Contributor Author

wvuong commented Dec 19, 2023

No problem. I goofed up the code and misunderstood your POST comment but I just ran the rspec locally and now it passes.

<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<armeria.version>[1.26, 1.27)</armeria.version>
<slf4j.version>1.7.36</slf4j.version>
Copy link
Collaborator

Choose a reason for hiding this comment

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

May we use the latest version in maven ? I mean using something dynamic, like + to make sure the build use the latest version available

@waghanza waghanza self-requested a review December 19, 2023 20:54
@waghanza waghanza merged commit 91a6063 into the-benchmarker:master Dec 20, 2023
2 checks passed
@waghanza
Copy link
Collaborator

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.

3 participants