You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vi...@apache.org on 2016/12/30 09:25:46 UTC

incubator-rocketmq git commit: [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17

Repository: incubator-rocketmq
Updated Branches:
  refs/heads/spec d51ad8cca -> 574a6fc06


[ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml
ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/574a6fc0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/574a6fc0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/574a6fc0

Branch: refs/heads/spec
Commit: 574a6fc0682b1837b2b7ff7bbd5565e129a574b5
Parents: d51ad8c
Author: vintagewang <vi...@apache.org>
Authored: Fri Dec 30 17:25:36 2016 +0800
Committer: vintagewang <vi...@apache.org>
Committed: Fri Dec 30 17:25:36 2016 +0800

----------------------------------------------------------------------
 spec/code/relay-user-level-api/java/pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/574a6fc0/spec/code/relay-user-level-api/java/pom.xml
----------------------------------------------------------------------
diff --git a/spec/code/relay-user-level-api/java/pom.xml b/spec/code/relay-user-level-api/java/pom.xml
new file mode 100644
index 0000000..b5d9340
--- /dev/null
+++ b/spec/code/relay-user-level-api/java/pom.xml
@@ -0,0 +1,22 @@
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>open-standard-all</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <packaging>jar</packaging>
+    <artifactId>relay-user-level-api</artifactId>
+    <name>relay-user-level-api ${project.version}</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+</project>


Re: incubator-rocketmq git commit: [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17

Posted by Willem Jiang <wi...@gmail.com>.
First ActiveMQ, Kafka, Qpid have different language client.  I think there
is a long way for RocketMQ to go to private multi language clients.
If we want to provide a vendor neutral API (JMS is playing the role in the
JAVA world), how about we provide the implement of it[1] first and work
with the JMS 2.1[2] to add some new feature for the big stream message
processing etc.

[1]https://java.net/projects/jms-spec/pages/Home
[2]https://java.net/projects/jms-spec/pages/JMS21Plan


Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
          http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem

On Sat, Dec 31, 2016 at 10:43 AM, vintagewang <vi...@apache.org>
wrote:

> Hi  John
>
> In version 4.x, we want to make RocketMQ support a non-wire-level standard
> API, such as JMS, but other languages, such as dotnet, cpp, go, etc. do not
> support jms, so our idea is to better meet the large data , stream data
>  and other scenes, drafting a language-independent, vendor-independent,
> product-independent standard api, first let rocketmq support this api. But
> for javaer, still use JMS as access RocketMQ way.
>
> Regards
> vintagewang
>
> On Sat, Dec 31, 2016 at 10:29 AM, John D. Ament <jo...@apache.org>
> wrote:
>
> > Hi vintagewang,
> >
> > Wouldn't it make more sense for RocketMQ to support one of the openly
> > specified protocols - e.g. AMQP, MQTT, OpenWire?  Or is your intention
> that
> > the rocketmq client could be used to connect to kafka/activemq ?
> >
> > John
> >
> > On Fri, Dec 30, 2016 at 9:23 PM vintagewang <vi...@apache.org>
> > wrote:
> >
> > > Hi,
> > >
> > > We want a new version of the rocketmq client api is a
> vendor-independent,
> > > product-independent api, it is easy to be seamlessly supported by other
> > > products.Therefore, we need a vendor-neutral, product-neutral package
> id.
> > > If the package id contains rocketmq may not be able to make good
> support
> > > for other products, it lost the purpose of cross-message products.
> > >
> > > Guys, whether there is a better solution, or I will temporarily adjust
> > the
> > > package id and group id org.apache.rocketmq prefix.
> > >
> > > Special thanks to @willem.jiang for his valuable suggestions.
> > >
> > > Regards
> > > vintagewang
> > >
> > > On Fri, Dec 30, 2016 at 5:56 PM, Willem Jiang <wi...@gmail.com>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I don't think it's a good idea to hijack org.apache group name.
> > > >
> > > > The groupId and package id should start with  org.apache.rocketmq.
> > > >
> > > >
> > > >
> > > > Willem Jiang
> > > >
> > > > Blog: http://willemjiang.blogspot.com (English)
> > > >           http://jnn.iteye.com  (Chinese)
> > > > Twitter: willemjiang
> > > > Weibo: 姜宁willem
> > > >
> > > > On Fri, Dec 30, 2016 at 5:25 PM, <vi...@apache.org> wrote:
> > > >
> > > > > Repository: incubator-rocketmq
> > > > > Updated Branches:
> > > > >   refs/heads/spec d51ad8cca -> 574a6fc06
> > > > >
> > > > >
> > > > > [ROCKETMQ-17] Develop a vendor-neutral open standard for
> distributed
> > > > > messaging: add pom.xml
> > > > > ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17
> > > > >
> > > > >
> > > > > Project:
> > > http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
> > > > > Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > > commit/574a6fc0
> > > > > Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > > tree/574a6fc0
> > > > > Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > > diff/574a6fc0
> > > > >
> > > > > Branch: refs/heads/spec
> > > > > Commit: 574a6fc0682b1837b2b7ff7bbd5565e129a574b5
> > > > > Parents: d51ad8c
> > > > > Author: vintagewang <vi...@apache.org>
> > > > > Authored: Fri Dec 30 17:25:36 2016 +0800
> > > > > Committer: vintagewang <vi...@apache.org>
> > > > > Committed: Fri Dec 30 17:25:36 2016 +0800
> > > > >
> > > > > ------------------------------------------------------------
> > ----------
> > > > >  spec/code/relay-user-level-api/java/pom.xml | 22
> > > ++++++++++++++++++++++
> > > > >  1 file changed, 22 insertions(+)
> > > > > ------------------------------------------------------------
> > ----------
> > > > >
> > > > >
> > > > > http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > > blob/574a6fc0/spec/code/relay-user-level-api/java/pom.xml
> > > > > ------------------------------------------------------------
> > ----------
> > > > > diff --git a/spec/code/relay-user-level-api/java/pom.xml
> > > > > b/spec/code/relay-user-level-api/java/pom.xml
> > > > > new file mode 100644
> > > > > index 0000000..b5d9340
> > > > > --- /dev/null
> > > > > +++ b/spec/code/relay-user-level-api/java/pom.xml
> > > > > @@ -0,0 +1,22 @@
> > > > > +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > > xmlns="
> > > > > http://maven.apache.org/POM/4.0.0"
> > > > > +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > > > > http://maven.apache.org/xsd/maven-4.0.0.xsd">
> > > > > +    <parent>
> > > > > +        <groupId>org.apache</groupId>
> > > > > +        <artifactId>open-standard-all</artifactId>
> > > > > +        <version>1.0.0-SNAPSHOT</version>
> > > > > +        <relativePath>../../pom.xml</relativePath>
> > > > > +    </parent>
> > > > > +
> > > > > +    <modelVersion>4.0.0</modelVersion>
> > > > > +    <packaging>jar</packaging>
> > > > > +    <artifactId>relay-user-level-api</artifactId>
> > > > > +    <name>relay-user-level-api ${project.version}</name>
> > > > > +
> > > > > +    <dependencies>
> > > > > +        <dependency>
> > > > > +            <groupId>junit</groupId>
> > > > > +            <artifactId>junit</artifactId>
> > > > > +            <scope>test</scope>
> > > > > +        </dependency>
> > > > > +    </dependencies>
> > > > > +</project>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: incubator-rocketmq git commit: [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17

Posted by vintagewang <vi...@apache.org>.
Hi  John

In version 4.x, we want to make RocketMQ support a non-wire-level standard
API, such as JMS, but other languages, such as dotnet, cpp, go, etc. do not
support jms, so our idea is to better meet the large data , stream data
 and other scenes, drafting a language-independent, vendor-independent,
product-independent standard api, first let rocketmq support this api. But
for javaer, still use JMS as access RocketMQ way.

Regards
vintagewang

On Sat, Dec 31, 2016 at 10:29 AM, John D. Ament <jo...@apache.org>
wrote:

> Hi vintagewang,
>
> Wouldn't it make more sense for RocketMQ to support one of the openly
> specified protocols - e.g. AMQP, MQTT, OpenWire?  Or is your intention that
> the rocketmq client could be used to connect to kafka/activemq ?
>
> John
>
> On Fri, Dec 30, 2016 at 9:23 PM vintagewang <vi...@apache.org>
> wrote:
>
> > Hi,
> >
> > We want a new version of the rocketmq client api is a vendor-independent,
> > product-independent api, it is easy to be seamlessly supported by other
> > products.Therefore, we need a vendor-neutral, product-neutral package id.
> > If the package id contains rocketmq may not be able to make good support
> > for other products, it lost the purpose of cross-message products.
> >
> > Guys, whether there is a better solution, or I will temporarily adjust
> the
> > package id and group id org.apache.rocketmq prefix.
> >
> > Special thanks to @willem.jiang for his valuable suggestions.
> >
> > Regards
> > vintagewang
> >
> > On Fri, Dec 30, 2016 at 5:56 PM, Willem Jiang <wi...@gmail.com>
> > wrote:
> >
> > > Hi,
> > >
> > > I don't think it's a good idea to hijack org.apache group name.
> > >
> > > The groupId and package id should start with  org.apache.rocketmq.
> > >
> > >
> > >
> > > Willem Jiang
> > >
> > > Blog: http://willemjiang.blogspot.com (English)
> > >           http://jnn.iteye.com  (Chinese)
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Fri, Dec 30, 2016 at 5:25 PM, <vi...@apache.org> wrote:
> > >
> > > > Repository: incubator-rocketmq
> > > > Updated Branches:
> > > >   refs/heads/spec d51ad8cca -> 574a6fc06
> > > >
> > > >
> > > > [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed
> > > > messaging: add pom.xml
> > > > ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17
> > > >
> > > >
> > > > Project:
> > http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
> > > > Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > commit/574a6fc0
> > > > Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > tree/574a6fc0
> > > > Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > diff/574a6fc0
> > > >
> > > > Branch: refs/heads/spec
> > > > Commit: 574a6fc0682b1837b2b7ff7bbd5565e129a574b5
> > > > Parents: d51ad8c
> > > > Author: vintagewang <vi...@apache.org>
> > > > Authored: Fri Dec 30 17:25:36 2016 +0800
> > > > Committer: vintagewang <vi...@apache.org>
> > > > Committed: Fri Dec 30 17:25:36 2016 +0800
> > > >
> > > > ------------------------------------------------------------
> ----------
> > > >  spec/code/relay-user-level-api/java/pom.xml | 22
> > ++++++++++++++++++++++
> > > >  1 file changed, 22 insertions(+)
> > > > ------------------------------------------------------------
> ----------
> > > >
> > > >
> > > > http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > > blob/574a6fc0/spec/code/relay-user-level-api/java/pom.xml
> > > > ------------------------------------------------------------
> ----------
> > > > diff --git a/spec/code/relay-user-level-api/java/pom.xml
> > > > b/spec/code/relay-user-level-api/java/pom.xml
> > > > new file mode 100644
> > > > index 0000000..b5d9340
> > > > --- /dev/null
> > > > +++ b/spec/code/relay-user-level-api/java/pom.xml
> > > > @@ -0,0 +1,22 @@
> > > > +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > xmlns="
> > > > http://maven.apache.org/POM/4.0.0"
> > > > +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > > > http://maven.apache.org/xsd/maven-4.0.0.xsd">
> > > > +    <parent>
> > > > +        <groupId>org.apache</groupId>
> > > > +        <artifactId>open-standard-all</artifactId>
> > > > +        <version>1.0.0-SNAPSHOT</version>
> > > > +        <relativePath>../../pom.xml</relativePath>
> > > > +    </parent>
> > > > +
> > > > +    <modelVersion>4.0.0</modelVersion>
> > > > +    <packaging>jar</packaging>
> > > > +    <artifactId>relay-user-level-api</artifactId>
> > > > +    <name>relay-user-level-api ${project.version}</name>
> > > > +
> > > > +    <dependencies>
> > > > +        <dependency>
> > > > +            <groupId>junit</groupId>
> > > > +            <artifactId>junit</artifactId>
> > > > +            <scope>test</scope>
> > > > +        </dependency>
> > > > +    </dependencies>
> > > > +</project>
> > > >
> > > >
> > >
> >
>

Re: incubator-rocketmq git commit: [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17

Posted by "John D. Ament" <jo...@apache.org>.
Hi vintagewang,

Wouldn't it make more sense for RocketMQ to support one of the openly
specified protocols - e.g. AMQP, MQTT, OpenWire?  Or is your intention that
the rocketmq client could be used to connect to kafka/activemq ?

John

On Fri, Dec 30, 2016 at 9:23 PM vintagewang <vi...@apache.org> wrote:

> Hi,
>
> We want a new version of the rocketmq client api is a vendor-independent,
> product-independent api, it is easy to be seamlessly supported by other
> products.Therefore, we need a vendor-neutral, product-neutral package id.
> If the package id contains rocketmq may not be able to make good support
> for other products, it lost the purpose of cross-message products.
>
> Guys, whether there is a better solution, or I will temporarily adjust the
> package id and group id org.apache.rocketmq prefix.
>
> Special thanks to @willem.jiang for his valuable suggestions.
>
> Regards
> vintagewang
>
> On Fri, Dec 30, 2016 at 5:56 PM, Willem Jiang <wi...@gmail.com>
> wrote:
>
> > Hi,
> >
> > I don't think it's a good idea to hijack org.apache group name.
> >
> > The groupId and package id should start with  org.apache.rocketmq.
> >
> >
> >
> > Willem Jiang
> >
> > Blog: http://willemjiang.blogspot.com (English)
> >           http://jnn.iteye.com  (Chinese)
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Fri, Dec 30, 2016 at 5:25 PM, <vi...@apache.org> wrote:
> >
> > > Repository: incubator-rocketmq
> > > Updated Branches:
> > >   refs/heads/spec d51ad8cca -> 574a6fc06
> > >
> > >
> > > [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed
> > > messaging: add pom.xml
> > > ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17
> > >
> > >
> > > Project:
> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
> > > Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > commit/574a6fc0
> > > Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > tree/574a6fc0
> > > Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > diff/574a6fc0
> > >
> > > Branch: refs/heads/spec
> > > Commit: 574a6fc0682b1837b2b7ff7bbd5565e129a574b5
> > > Parents: d51ad8c
> > > Author: vintagewang <vi...@apache.org>
> > > Authored: Fri Dec 30 17:25:36 2016 +0800
> > > Committer: vintagewang <vi...@apache.org>
> > > Committed: Fri Dec 30 17:25:36 2016 +0800
> > >
> > > ----------------------------------------------------------------------
> > >  spec/code/relay-user-level-api/java/pom.xml | 22
> ++++++++++++++++++++++
> > >  1 file changed, 22 insertions(+)
> > > ----------------------------------------------------------------------
> > >
> > >
> > > http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > > blob/574a6fc0/spec/code/relay-user-level-api/java/pom.xml
> > > ----------------------------------------------------------------------
> > > diff --git a/spec/code/relay-user-level-api/java/pom.xml
> > > b/spec/code/relay-user-level-api/java/pom.xml
> > > new file mode 100644
> > > index 0000000..b5d9340
> > > --- /dev/null
> > > +++ b/spec/code/relay-user-level-api/java/pom.xml
> > > @@ -0,0 +1,22 @@
> > > +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns="
> > > http://maven.apache.org/POM/4.0.0"
> > > +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > > http://maven.apache.org/xsd/maven-4.0.0.xsd">
> > > +    <parent>
> > > +        <groupId>org.apache</groupId>
> > > +        <artifactId>open-standard-all</artifactId>
> > > +        <version>1.0.0-SNAPSHOT</version>
> > > +        <relativePath>../../pom.xml</relativePath>
> > > +    </parent>
> > > +
> > > +    <modelVersion>4.0.0</modelVersion>
> > > +    <packaging>jar</packaging>
> > > +    <artifactId>relay-user-level-api</artifactId>
> > > +    <name>relay-user-level-api ${project.version}</name>
> > > +
> > > +    <dependencies>
> > > +        <dependency>
> > > +            <groupId>junit</groupId>
> > > +            <artifactId>junit</artifactId>
> > > +            <scope>test</scope>
> > > +        </dependency>
> > > +    </dependencies>
> > > +</project>
> > >
> > >
> >
>

Re: incubator-rocketmq git commit: [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17

Posted by vintagewang <vi...@apache.org>.
Hi,

We want a new version of the rocketmq client api is a vendor-independent,
product-independent api, it is easy to be seamlessly supported by other
products.Therefore, we need a vendor-neutral, product-neutral package id.
If the package id contains rocketmq may not be able to make good support
for other products, it lost the purpose of cross-message products.

Guys, whether there is a better solution, or I will temporarily adjust the
package id and group id org.apache.rocketmq prefix.

Special thanks to @willem.jiang for his valuable suggestions.

Regards
vintagewang

On Fri, Dec 30, 2016 at 5:56 PM, Willem Jiang <wi...@gmail.com>
wrote:

> Hi,
>
> I don't think it's a good idea to hijack org.apache group name.
>
> The groupId and package id should start with  org.apache.rocketmq.
>
>
>
> Willem Jiang
>
> Blog: http://willemjiang.blogspot.com (English)
>           http://jnn.iteye.com  (Chinese)
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Fri, Dec 30, 2016 at 5:25 PM, <vi...@apache.org> wrote:
>
> > Repository: incubator-rocketmq
> > Updated Branches:
> >   refs/heads/spec d51ad8cca -> 574a6fc06
> >
> >
> > [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed
> > messaging: add pom.xml
> > ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > commit/574a6fc0
> > Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > tree/574a6fc0
> > Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > diff/574a6fc0
> >
> > Branch: refs/heads/spec
> > Commit: 574a6fc0682b1837b2b7ff7bbd5565e129a574b5
> > Parents: d51ad8c
> > Author: vintagewang <vi...@apache.org>
> > Authored: Fri Dec 30 17:25:36 2016 +0800
> > Committer: vintagewang <vi...@apache.org>
> > Committed: Fri Dec 30 17:25:36 2016 +0800
> >
> > ----------------------------------------------------------------------
> >  spec/code/relay-user-level-api/java/pom.xml | 22 ++++++++++++++++++++++
> >  1 file changed, 22 insertions(+)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> > blob/574a6fc0/spec/code/relay-user-level-api/java/pom.xml
> > ----------------------------------------------------------------------
> > diff --git a/spec/code/relay-user-level-api/java/pom.xml
> > b/spec/code/relay-user-level-api/java/pom.xml
> > new file mode 100644
> > index 0000000..b5d9340
> > --- /dev/null
> > +++ b/spec/code/relay-user-level-api/java/pom.xml
> > @@ -0,0 +1,22 @@
> > +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="
> > http://maven.apache.org/POM/4.0.0"
> > +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > http://maven.apache.org/xsd/maven-4.0.0.xsd">
> > +    <parent>
> > +        <groupId>org.apache</groupId>
> > +        <artifactId>open-standard-all</artifactId>
> > +        <version>1.0.0-SNAPSHOT</version>
> > +        <relativePath>../../pom.xml</relativePath>
> > +    </parent>
> > +
> > +    <modelVersion>4.0.0</modelVersion>
> > +    <packaging>jar</packaging>
> > +    <artifactId>relay-user-level-api</artifactId>
> > +    <name>relay-user-level-api ${project.version}</name>
> > +
> > +    <dependencies>
> > +        <dependency>
> > +            <groupId>junit</groupId>
> > +            <artifactId>junit</artifactId>
> > +            <scope>test</scope>
> > +        </dependency>
> > +    </dependencies>
> > +</project>
> >
> >
>

Re: incubator-rocketmq git commit: [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed messaging: add pom.xml ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17

Posted by Willem Jiang <wi...@gmail.com>.
Hi,

I don't think it's a good idea to hijack org.apache group name.

The groupId and package id should start with  org.apache.rocketmq.



Willem Jiang

Blog: http://willemjiang.blogspot.com (English)
          http://jnn.iteye.com  (Chinese)
Twitter: willemjiang
Weibo: 姜宁willem

On Fri, Dec 30, 2016 at 5:25 PM, <vi...@apache.org> wrote:

> Repository: incubator-rocketmq
> Updated Branches:
>   refs/heads/spec d51ad8cca -> 574a6fc06
>
>
> [ROCKETMQ-17] Develop a vendor-neutral open standard for distributed
> messaging: add pom.xml
> ASF JIRA: https://issues.apache.org/jira/browse/ROCKETMQ-17
>
>
> Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
> Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> commit/574a6fc0
> Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> tree/574a6fc0
> Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> diff/574a6fc0
>
> Branch: refs/heads/spec
> Commit: 574a6fc0682b1837b2b7ff7bbd5565e129a574b5
> Parents: d51ad8c
> Author: vintagewang <vi...@apache.org>
> Authored: Fri Dec 30 17:25:36 2016 +0800
> Committer: vintagewang <vi...@apache.org>
> Committed: Fri Dec 30 17:25:36 2016 +0800
>
> ----------------------------------------------------------------------
>  spec/code/relay-user-level-api/java/pom.xml | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/
> blob/574a6fc0/spec/code/relay-user-level-api/java/pom.xml
> ----------------------------------------------------------------------
> diff --git a/spec/code/relay-user-level-api/java/pom.xml
> b/spec/code/relay-user-level-api/java/pom.xml
> new file mode 100644
> index 0000000..b5d9340
> --- /dev/null
> +++ b/spec/code/relay-user-level-api/java/pom.xml
> @@ -0,0 +1,22 @@
> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="
> http://maven.apache.org/POM/4.0.0"
> +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/xsd/maven-4.0.0.xsd">
> +    <parent>
> +        <groupId>org.apache</groupId>
> +        <artifactId>open-standard-all</artifactId>
> +        <version>1.0.0-SNAPSHOT</version>
> +        <relativePath>../../pom.xml</relativePath>
> +    </parent>
> +
> +    <modelVersion>4.0.0</modelVersion>
> +    <packaging>jar</packaging>
> +    <artifactId>relay-user-level-api</artifactId>
> +    <name>relay-user-level-api ${project.version}</name>
> +
> +    <dependencies>
> +        <dependency>
> +            <groupId>junit</groupId>
> +            <artifactId>junit</artifactId>
> +            <scope>test</scope>
> +        </dependency>
> +    </dependencies>
> +</project>
>
>