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

Routing 3 #4236

Merged
merged 3 commits into from
Jun 28, 2022
Merged

Routing 3 #4236

merged 3 commits into from
Jun 28, 2022

Conversation

danielkec
Copy link
Contributor

@danielkec danielkec commented May 18, 2022

Fixes #1865

@danielkec danielkec self-assigned this May 19, 2022
@danielkec danielkec added this to the 3.0.0 milestone May 25, 2022
@danielkec danielkec marked this pull request as ready for review June 9, 2022 08:40
@danielkec danielkec force-pushed the routing-3 branch 2 times, most recently from c0a16eb to 236dd95 Compare June 10, 2022 21:15
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

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

There are a few comments applicable to more than one file (logging.properties commented out sections, module-info.java for testing), please have a look at all of them.
Thank you for the great work, this is almost done and greatly separates concerns within protocols

* Workaround UPM_UNCALLED_PRIVATE_METHOD false positive - spotbugs/spotbugs#947
* Mutable vs. immutable socket config
* Cleanup + examples alignment
* Compression with upgrade handlers test
* Https and wss negotiation with alpn
* One codec for enc and decoding

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

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

Comments related to SPI of webserver

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
tomas-langer
tomas-langer previously approved these changes Jun 27, 2022
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@romain-grecourt romain-grecourt left a comment

Choose a reason for hiding this comment

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

LGTM, I don't see changes in the docs for the routing changes, can you create an issue so that we don't forget about that.

@danielkec
Copy link
Contributor Author

LGTM, I don't see changes in the docs for the routing changes, can you create an issue so that we don't forget about that.

@romain-grecourt There is one already #4301

@danielkec danielkec merged commit eb05050 into helidon-io:master Jun 28, 2022
@danielkec danielkec mentioned this pull request Jul 11, 2022
Copy link
Contributor

@ljamen ljamen left a comment

Choose a reason for hiding this comment

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

No adoc associated with this PR. I reviewed the updates for Tyrus and copyright dates in the Java files. I did not review code.

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.

Routing abstraction for web server
4 participants