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

Issue #4408 - fix issues with javax metadata and decoders #4452

Merged
merged 10 commits into from
Jan 13, 2020

Conversation

lachlan-roberts
Copy link
Contributor

Issue #4408

  • Remove the metadata cache per endpoint class, to allow deployment of the same class with different EndpointConfig settings.

  • JavaxServerFrameHandlerFactory now matches for decoders before matching for basic onMessage signatures.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Metadata is no longer cached for each endpoint class.
Match for decoders before trying to match basic onMessage signatures.
Code cleanups and refactors for clarity and efficiency.
Add TODOs for further work.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Copy link
Contributor

@gregw gregw 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: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts lachlan-roberts merged commit 5bd4cee into jetty-10.0.x Jan 13, 2020
@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-4408-JavaxWsDecoders branch January 13, 2020 02:49
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