jdeferred / jdeferred

Java Deferred/Promise library similar to JQuery.

Home Page:jdeferred.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For JDeferred 2, update artifact and package names

saturnism opened this issue · comments

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.

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 😄

wow, magic!