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

For JDeferred 2, update artifact and package names #156

Closed
saturnism opened this issue Dec 16, 2017 · 2 comments
Closed

For JDeferred 2, update artifact and package names #156

saturnism opened this issue Dec 16, 2017 · 2 comments
Assignees
Milestone

Comments

@saturnism
Copy link
Member

To avoid conflicts w/ widely used JDeferred 1.x, proposing to use different Maven coordinate and also Java package name.

E.g.,
Maven Artifact: org.jdeferred:jdeferred-core2
Java Package: org.jdeferred.core2
Java Module: org.jdeferred.core2

Or,
Maven Artifact: org.jdeferred2:jdeferred-core
Java Package: org.jdeferred2.core
Java Module: org.jdeferred2.core

Need to decide on a scheme.

@saturnism saturnism added this to the 2.0.0 milestone Dec 16, 2017
@aalmiray
Copy link
Contributor

Already working on it. There's one issue with the binary report though, changing the package will mark a coarse change (all classes change!) thus I'll compute it with the old package name first. The report will be added to the site 😄

This was referenced Dec 16, 2017
@saturnism
Copy link
Member Author

wow, magic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants