Skip to end of metadata
Go to start of metadata


Home  ||  Download  ||  User Guide  ||  Developer Guide  ||  Administrator Guide  ||  Training  ||  FAQ  ||  Release Notes  ||  Roadmap  ||  Community

English | 中文

Download

See also: Source Building

License

Apache License 2.0

Environment

  • Java 1.5+ (Required)
  • Java 1.6+ (Optional)
    • script-router (bsf-api.jar)
    • jdk-compiler (sorcerer-javac.jar)
    • grizzly-transporter (grizzly.jar)
    • zookeeper-registry (zkclient.jar)

See also: Dependencies

Version

The version number of dubbo has the following form:

<major>.<minor>.<micro>

This scheme has three number components:

  • The major number increases when there are incompatible changes in the API or refactor the architecture.
  • The minor number increases when a new feature is introduced.
  • The micro number increases when a bug or a trivial change is made.

See also: Version Manage

Releases

The general availability (GA) version is 2.4.9 in the alibaba, strongly recommend to use this version!

The latest stable release of dubbo is 2.5.3 (released on 2012-10-24)

Release Notes 2.5.3

To use this release in your Maven project, the proper dependency configuration that you should use in your Maven POM is:

Dubbo released to maven central repository: http://central.maven.org/maven2/com/alibaba/dubbo
pom.xml

Use alibaba repository: (Optional)

pom.xml

Histories

2.5.2 (2012-09-18)

Release Notes 2.5.2

2.5.1 (2012-08-22)

Release Notes 2.5.1

2.5.0 (2012-08-03)

Release Notes 2.5.0

2.4.10 (2013-03-17)

Release Notes 2.4.10

2.4.9 (2012-11-07)

Release Notes 2.4.9

2.4.8 (2012-10-19)

Release Notes 2.4.8

2.4.7 (2012-09-26)

Release Notes 2.4.7

2.4.6 (2012-09-04)

Release Notes 2.4.6

2.4.5 (2012-08-22)

Release Notes 2.4.5

2.4.4 (2012-08-16)

Release Notes 2.4.4

2.4.3 (2012-08-03)

Release Notes 2.4.3

2.4.2 (2012-07-26)

Release Notes 2.4.2

2.4.1 (2012-07-20)

Release Notes 2.4.1

2.4.0 (2012-07-19)

Release Notes 2.4.0

2.3.7 (2012-07-30)

Release Notes 2.3.7

2.3.6 (2012-07-26)

Release Notes 2.3.6

2.3.5 (2012-07-20)

Release Notes 2.3.5

2.3.4 (2012-07-17)

Release Notes 2.3.4

2.3.3 (2012-07-05)

Release Notes 2.3.3

2.3.2 (2012-06-29)

Release Notes 2.3.2

2.3.1 (2012-06-26)

Release Notes 2.3.1

2.3.0 (2012-06-13)

Release Notes 2.3.0

2.2.2 (2012-06-07)

See: Release Notes 2.2.2

2.2.1 (2012-05-31)

See: Release Notes 2.2.1

2.2.0 (2012-05-16)

See: Release Notes 2.2.0

2.1.8 (2012-05-15)

See: Release Notes 2.1.8

2.1.7 (2012-4-24)

See: Release Notes 2.1.7

2.1.6 (2012-04-16)

See: Release Notes 2.1.6

2.1.5 (2012-04-13)

See: Release Notes 2.1.5

2.1.1 (2012-03-14)

See: Release Notes 2.1.1

2.1.0 (2012-03-12)

See: Release Notes 2.1.0

2.0.14 (2012-03-02)

See: Release Notes 2.0.14

2.0.13 (2012-02-28)

See: Release Notes 2.0.13

2.0.12 (2012-02-06)

See: Release Notes 2.0.12

2.0.11 (2012-01-11)

See: Release Notes 2.0.11

2.0.10 (2011-12-28)

See: Release Notes 2.0.10

2.0.9 (2011-12-13)

See: Release Notes 2.0.9

2.0.8 (2011-11-15)

See: Release Notes 2.0.8

2.0.7 (2011-10-20)

See: Release Notes 2.0.8

Labels:
dubbo dubbo Delete
download download Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. 三月 26, 2012

    Anonymous

    更新的速度太快了,让人感觉不大稳定。

    1. 三月 27, 2012

      都只是改BUG,比如2.1.1只改了一行代码,修正一个兼容问题。
      小版本BUG修复一到两周一个迭代,改完测完审完就发布,如果是用户紧急问题,只修一个BUG就发。
      大版本和小版本是并行开发的,比如2.1.0从1月份就开始开发,中途持续迭代发了很多2.0.x的修复版本。
      当2.1.0新功能测完后,可能发布时间看起来和某个2.0.x版本很靠近,但它们是并行的。
      现在2.2.0一直在开发,新功能都加在2.2.0上,2.1.x只针对用户发现的问题,进行保守改动。
      所以:
      二位版本越大,表示功能越多。
      三位版本越大,表示越稳定。

  2. 五月 11, 2012

    Anonymous

    目前是否支持hessian4?

  3. 五月 11, 2012

    Anonymous

    另外,还有一个问题,目前依赖于spring2.x,有计划升级至spring3么? anyway, nice job.

  4. 四月 24, 2013

    请问,哪里能够得到2.5.3 svn 地址,或基于项目的源代码(有pom.xml文件的)

Add Comment