-
Notifications
You must be signed in to change notification settings - Fork 686
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
Conversation
There was a problem hiding this 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
Yes, please. Thank yo for your contribution!
|
Addressed your code review comments, thanks! |
java/armeria/src/main/java/benchmark/armeria/BenchmarkApplication.java
Outdated
Show resolved
Hide resolved
Sorry, CI reveals some errors (500). You should have 3 endpoints :
|
No problem. I goofed up the code and misunderstood your POST comment but I just ran the rspec locally and now it passes. |
java/armeria/pom.xml
Outdated
<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> |
There was a problem hiding this comment.
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
Results available at https://web-frameworks-benchmark.netlify.app/result?f=armeria&l=java |
No description provided.