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

Find a long term groupId #1

Open
keilw opened this issue Dec 9, 2019 · 2 comments
Open

Find a long term groupId #1

keilw opened this issue Dec 9, 2019 · 2 comments

Comments

@keilw
Copy link

keilw commented Dec 9, 2019

Right now the Maven coordinates are

<groupId>jakarta.nosql</groupId>
    <artifactId>demo</artifactId>

That is not good because it overlaps with the API/Spec namespace and groupId.
Either we should harmonize it with other demo projects here like https://github.com/JNOSQL/artemis-demo/blob/master/pom.xml (and probably move that from "org.eclipse.jnosql.artemis" to something like "org.eclipse.jnosql.demo" for the same reason) or seek a place either under "jakartaee.examples" (https://github.com/eclipse-ee4j/jakartaee-examples) or "jakarta.tutorial" (see https://github.com/eclipse-ee4j/jakartaee-tutorial-examples)

Advise by the PMC, Spec Committee and others are welcome especially when it comes to harmonizing those kinds of namespaces.

@keilw keilw changed the title Fix the groupId Find a long term groupId Dec 9, 2019
@keilw
Copy link
Author

keilw commented Dec 11, 2019

The Java package name should also match, see jakarta.tutorial.decorators from a CDI decorator example.

@otaviojava
Copy link
Member

I guess that should be: jakarta.tutorial.nosql

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

No branches or pull requests

2 participants