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 #6601 - fix JPMS issues for websocket-core-common #6680

Merged
merged 3 commits into from Sep 2, 2021

Conversation

lachlan-roberts
Copy link
Contributor

Issue #6601

  • Add module to test websocket-core with JPMS
  • export websocket-core-common to jetty-util for the DecoratedObjectFactory

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…dObjectFactory

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

@sbordet sbordet left a comment

Choose a reason for hiding this comment

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

Typical Maven structure for child modules is to repeat the parent directory name, or drop it entirely, so:

test-jpms
`- test-jpms-websocket-core

Right now the child directory is test-websocket-core so I would add jpms.

Also make sure you have a newline at EOF.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
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.

None yet

3 participants