apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

publish a pre-release #49

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

It would be nice to have a not-spanshot release, even if version is not 1.0.0. This is better for integrating than snapshots which can change frequently. How about cutting a 0.1.0? or similar?

codefromthecrypt commented 6 years ago

maybe this is not yet because there is no apache group ID for dubbo, yet? or does this project want to stay as alibaba name?

mercyblitz commented 6 years ago

releasing 0.1.0 is a good advice

ralf0131 commented 6 years ago

@adriancole There is a discussion[1] about what should go into Apache, and I believe this project will be part of the move.

I do have some concern about doing a release while moving into Apache, and I am planning to ask our mentor on the dev list. Maybe we can discuss there.

[1] https://issues.apache.org/jira/projects/DUBBO/issues/DUBBO-3

codefromthecrypt commented 6 years ago

The issue you mention is about apache release. You can do 0.1.0 release under existing group ID, right? For a user, changing group ID is not difficult, but building from scratch is.

I don't want to put discussion on the issue as it is about IP clearance, which I don't think this issue affects. We can instead discuss on dev@ if you prefer. The problem is that the other spring boot starter has a release, and that alone makes people want to use it. Easy to eliminate this concern even if it is tentative (ex under alibaba group ID or not synchronized to maven central, rather sonatype only).

On the other hand, if best to wait till apache transition to release, maybe this one can release first :) Just sometimes takes month or more before release is done first time.

ralf0131 commented 6 years ago

@adriancole I will agree you, but before doing that I would probably confirm with mentors. I would rather keep our release cycle stable since people would expect that. Would you mind discuss it on the @dev list?

beiwei30 commented 6 years ago

To make it simple, I suggest we should go ahead to release 0.1.0 with the original artificatId so that Adrian’s work will not be blocked. But in this way it also means Adrian needs to revise his work after the transition is done.

Adrian, does this sound reasonable to you? I will propose this suggestion on @dev anyway. If there’s no objection from apache mentor within the following couple of days, let’s do this.

-Ian.

On 7 Mar 2018, at 4:32 PM, Huxing Zhang notifications@github.com wrote:

@adriancole https://github.com/adriancole I will agree you, but before doing that I would probably confirm with mentors. I would rather keep our release cycle stable since people would expect that. Would you mind discuss it on the @dev https://github.com/dev list.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dubbo/dubbo-spring-boot-project/issues/49#issuecomment-371062709, or mute the thread https://github.com/notifications/unsubscribe-auth/ARybXNJb9xYLdD222gFYGldgmDNZNfdsks5tb5sxgaJpZM4Sfzt0.

codefromthecrypt commented 6 years ago

works for me!

codefromthecrypt commented 6 years ago

bear in mind some changes may need to occur, so let's plan on more than one interim release :P

beiwei30 commented 6 years ago

Correct. In order to avoid it, could you pls. start your work with the snapshot version, and feed us your feedback as much as possible? :) You could talk to Mercy (@mercyblitz) directly.

Thanks, -Ian.

On 7 Mar 2018, at 5:46 PM, Adrian Cole notifications@github.com wrote:

bear in mind some changes may need to occur, so let's plan on more than one interim release :P — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dubbo/dubbo-spring-boot-project/issues/49#issuecomment-371082713, or mute the thread https://github.com/notifications/unsubscribe-auth/ARybXPkCzxzDKtNne0Fr9_TGfwTbXJboks5tb6xxgaJpZM4Sfzt0.

luffyke commented 6 years ago

Agree with @adriancole

mercyblitz commented 6 years ago

@adriancole We will release 0.1.0 in next week.

mercyblitz commented 6 years ago

Released

<dependency>
  <groupId>com.alibaba.boot</groupId>
  <artifactId>dubbo-spring-boot-starter</artifactId>
  <version>0.1.0</version>
</dependency>