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

Removing Java8 support #92

Open
ludoch opened this issue Jan 24, 2024 · 0 comments
Open

Removing Java8 support #92

ludoch opened this issue Jan 24, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ludoch
Copy link
Collaborator

ludoch commented Jan 24, 2024

With the end of the GAE Java8 support, we can finally do some code cleanup in the repo:

1/ Remove the RPC way to communicate with Jetty
2/ simplify the existing path from HTTPRequest to Jetty HTTP -> UpRequest translatation ->UpResponse->HTTP
We are duplicating memory there, and we could try to remove entirely UpRequest/UpResponse buffers, assuming we keep the exact same behavior.

@ludoch ludoch added the help wanted Extra attention is needed label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants