eclipse-ee4j / eclipse-ee4j/glassfish-samples

Directory structure for the sample app Websockets/echo is incorrect .

Open
#68 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
41
Forks
29
PR merge metrics
No merged PRs in 30d

Description

the sample web appl
has an incorrect director y structure for the java file /.
ref: [https://github.com/eclipse-ee4j/glassfish-samples/tree/master/ws/jakartaee9/websocket/echo/src/main](url)

directory for the source uses the compound package name
org.glassfish.samples.websocket.echo,
instead of creating a hierarchy of package directories : org/glassfish/samples/websocket/echo

**Suggested solution**

preplace directory
- glassfish-samples/ws/jakartaee9/websocket/echo/src/main/java/org.glassfish.samples.websocket.echo
with
- glassfish-samples/ws/jakartaee9/websocket/echo/src/main/java/org/glassfish/samples/websocket/echo

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.