Skip to content

Commit

Permalink
Issue #6601 - export websocket-core-common to jetty-util for Decorate…
Browse files Browse the repository at this point in the history
…dObjectFactory

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Aug 30, 2021
1 parent e64b390 commit 9200a3e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -24,7 +24,8 @@

exports org.eclipse.jetty.websocket.core.internal to
org.eclipse.jetty.websocket.core.client,
org.eclipse.jetty.websocket.core.server;
org.eclipse.jetty.websocket.core.server,
org.eclipse.jetty.util; // Export to DecoratedObjectFactory.

// The Jetty & Javax API Layers need to access both access some internal utilities which we don't want to expose.
exports org.eclipse.jetty.websocket.core.internal.util to
Expand Down

0 comments on commit 9200a3e

Please sign in to comment.