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

[Notification] Apache Dubbo(Incubator) Spring Boot 0.2.1 and 0.1.2 are available #416

Closed mercyblitz closed 5 years ago

mercyblitz commented 5 years ago

Hello Dubbo Community,

I'm glad to announce that Apache Dubbo(Incubator) Spring Boot 0.2.1 and 0.1.2 have been released and are now available from Maven Central.

Release Notes: 0.2.1: https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/0.2.1 0.1.2: https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/0.1.2

If you have trouble with Dubbo Spring Boot, please discuss with Dubbo community at issues.

mercyblitz commented 5 years ago

Apache Dubbo(Incubator) Spring Boot 0.2.1 and 0.1.2 已发布至 Maven 中心仓库,本次发布依赖的 Dubbo 版本为 2.6.5。其中 0.2.1 版本兼容的 Spring Boot 版本为 2.1.1.RELEASE,0.1.2 则兼容 1.5.18.RELEASE。详情请参考发布日志: 0.2.1:https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/0.2.1 0.1.2:https://github.com/apache/incubator-dubbo-spring-boot-project/releases/tag/0.1.2

关注之余,不妨为 Dubbo 以及 Spring Boot 工程 “Star“ 按赞 https://github.com/apache/incubator-dubbo https://github.com/apache/incubator-dubbo-spring-boot-project

zhiwsun commented 5 years ago

Congratulations 🎉🎉🎉

cheese8 commented 5 years ago

@mercyblitz 指了sonatype-nexus-snapshots和sonatype-nexus-releases都报错 Failed to collect dependencies at com.alibaba.boot:dubbo-spring-boot-starter:jar:0.2.1: Failed to read artifact descriptor for com.alibaba.boot:dubbo-spring-boot-starter:jar:0.2.1: Could not find artifact com.alibaba.boot:dubbo-spring-boot-parent:pom:${revision} in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Could not resolve dependencies for project *: Failed to collect dependencies at com.alibaba.boot:dubbo-spring-boot-autoconfigure:jar:0.2.1: Failed to read artifact descriptor for com.alibaba.boot:dubbo-spring-boot-autoconfigure:jar:0.2.1: Could not transfer artifact com.alibaba.boot:dubbo-spring-boot-parent:pom:${revision} from/to nexus-aliyun-repo (http://maven.aliyun.com/nexus/content/groups/public): TransferFailedException: ClientProtocolException: Invalid redirect URI: https://maven.aliyun.com/nexus/content/groups/public/com/alibaba/boot/dubbo-spring-boot-parent/${revision}/dubbo-spring-boot-parent-${revision}.pom: Illegal character in path at index 96: https://maven.aliyun.com/nexus/content/groups/public/com/alibaba/boot/dubbo-spring-boot-parent/${revision}/dubbo-spring-boot-parent-${revision}.pom -> [Help 1]

shelltea commented 5 years ago

同样的问题: Failed to read artifact descriptor for com.alibaba.boot:dubbo-spring-boot-starter:jar:0.2.1

shinvi commented 5 years ago

同样的问题: Failed to read artifact descriptor for com.alibaba.boot:dubbo-spring-boot-starter:jar:0.2.1

mercyblitz commented 5 years ago

Please use

    <!-- Dubbo Spring Boot Starter -->
    <dependency>
        <groupId>com.alibaba.boot</groupId>
        <artifactId>dubbo-spring-boot-autoconfigure</artifactId>
        <version>0.2.1</version>
    </dependency>
cheese8 commented 5 years ago

@mercyblitz 仍旧是这个问题 Failed to collect dependencies at com.alibaba.boot:dubbo-spring-boot-autoconfigure:jar:0.2.1: Failed to read artifact descriptor for com.alibaba.boot:dubbo-spring-boot-autoconfigure:jar:0.2.1: Could not transfer artifact com.alibaba.boot:dubbo-spring-boot-parent:pom:${revision} from/to nexus-aliyun-repo (http://maven.aliyun.com/nexus/content/groups/public): TransferFailedException: ClientProtocolException: Invalid redirect URI: https://maven.aliyun.com/nexus/content/groups/public/com/alibaba/boot/dubbo-spring-boot-parent/${revision}/dubbo-spring-boot-parent-${revision}.pom: Illegal character in path at index 96: https://maven.aliyun.com/nexus/content/groups/public/com/alibaba/boot/dubbo-spring-boot-parent/${revision}/dubbo-spring-boot-parent-${revision}.pom -> [Help 1]

mercyblitz commented 5 years ago

@yinwerhong Thanks to your report, I'm considering re-upload it.

zxf527 commented 5 years ago

Thanks to your report, I'm considering re-upload it.

上传完成麻烦回复下

mercyblitz commented 5 years ago

@zxf527 No problem, it's working in the process.

silvergray commented 5 years ago

等待....

mercyblitz commented 5 years ago

Please update the latest one for Spring Boot 2.x:

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

Or for Spring 1.x:

    <dependency>
        <groupId>com.alibaba.boot</groupId>
        <artifactId>dubbo-spring-boot-starter</artifactId>
        <version>0.1.2.RELEASE</version>
    </dependency>
zhengqigo commented 5 years ago

Turned ok now.

choaryzhang commented 5 years ago

compile group: 'com.alibaba.boot', name: 'dubbo-spring-boot-starter', version: '0.2.1.RELEASE' 不能直接获取到 dubbo 2.6.5的jar。 请确保maven仓库中的dependency 是否正确

mercyblitz commented 5 years ago

@choaryzhang It's an optional dependency.

VancySavoki commented 5 years ago

@mercyblitz Hi, In 0.2.1.RELEASE, commit https://github.com/apache/dubbo-spring-boot-project/commit/24ce1aeaee08da469c045cbf39ef036bf7cac815 were not merged, is there any special reason please?