Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PULL origin #5

Merged
merged 115 commits into from
Jun 18, 2019
Merged

PULL origin #5

merged 115 commits into from
Jun 18, 2019

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    ddcdb29 View commit details
    Browse the repository at this point in the history
  2. [Dubbo-3914]Fix protostuff serialize java.sql.Timestamp (#3915)

    * fix: #3727
    
    * style: code tidy up
    
    * style: add apache license
    
    * fix: #3914 protostuff serialize java.sql.Timestamp
    fitzf authored and CrazyHZM committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    9b11b7a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Add Erlang Implementation (#3898)

    Dlive authored and ralf0131 committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    9ce0676 View commit details
    Browse the repository at this point in the history
  2. [Dubbo-3875] dubbo TagRouter does not work with dubbo:parameter. (#3883)

    * avoid 'dubbo.tag' from provider side being override on consumer side
    * not necessary to keep 'default.' prefix for configs come from ConsumerConfig and ProviderConfig
    * fix ut caused by removing of 'default.' prefix
    chickenlj authored and ralf0131 committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    d2be44d View commit details
    Browse the repository at this point in the history
  3. add socks5 proxy support (#3624)

    nihongye authored and chickenlj committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    083605a View commit details
    Browse the repository at this point in the history
  4. Defensive check to solve issue #3923 (#3931)

    beiwei30 authored and ralf0131 committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    793bf82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d83fde View commit details
    Browse the repository at this point in the history
  6. etcd3 integration test api (#3887)

    * etcd config center integrate test
    * clean code
    moriadry authored and ralf0131 committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    2d0c07d View commit details
    Browse the repository at this point in the history
  7. Revert "Merge pull request #3520, fix #538 polish the process of deci…

    …ding the ip to bind." (#3935)
    
    This reverts commit ade0cd7
    beiwei30 authored and lexburner committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    b8d9f76 View commit details
    Browse the repository at this point in the history
  8. fix typo in dubbo (#3937)

    moriadry authored and CrazyHZM committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    efa8332 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. complete lookup method of consul registry and add integration test (#…

    …3906)
    
    * add test case
    
    * fix bug
    
    * add something
    
    * complete lookup method of consul registry and add test
    
    * clean code
    
    * correct dependency of embedded-consul
    moriadry authored and beiwei30 committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    86b1a98 View commit details
    Browse the repository at this point in the history
  2. fix issue #3713: org.apache.dubbo.rpc.support.MockInvoker#getInterfac…

    …e should not return null (#3716)
    beiwei30 authored and cvictory committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    72fe93b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d54633e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. rename ClassHelper to ClassUtils, add MethodUtils (#3806)

    * rename ClassHelper to ClassUtils, add MethodUtils
    * remove import with '*'
    * ClassUtils add apache license
    LiZhenNet authored and ralf0131 committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    e189048 View commit details
    Browse the repository at this point in the history
  2. fixed provider set delay NullPointerException (#3957)

    * fixed provider set delay NullPointerException
    
    * add getActualDelay method
    
    * simple
    Leishunyu authored and beiwei30 committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    e2f3346 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c7509 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. [Dubbo-3886] Integrate with SOFARegistry. (#3886)

    * Integrate with SOFARegistry.
    ujjboy authored and lovepoem committed May 2, 2019
    Configuration menu
    Copy the full SHA
    667f227 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Configuration menu
    Copy the full SHA
    70edcf8 View commit details
    Browse the repository at this point in the history
  2. include nacos in dubbo-all (#3968)

    htynkn authored and beiwei30 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    5ce7ed3 View commit details
    Browse the repository at this point in the history
  3. consul enhancement (#3963)

    * revert to use http ttl check for consul
    
    * clean code
    moriadry authored and beiwei30 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    ff50a29 View commit details
    Browse the repository at this point in the history
  4. improve NetUtils (#3953)

    * 1. filter network interface in NetUtils 2. remove the useless attribute in ApplicationConfig
    
    * add reachable check for ipv4
    
    * move the reachable check to outside
    
    * rename isValidV6Address to isPreferIPV6Address
    lexburner authored and beiwei30 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    74a491b View commit details
    Browse the repository at this point in the history
  5. [Dubbo-3653] Enable etcd to support metadata center (#3943)

    * Support etcd as metadata center
    
    * Fix key format error for consul/redis and UT failure
    
    * Fix UT failure
    
    * Fix UT failure
    
    * Fix UT failure
    ralf0131 authored and beiwei30 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    a206dde View commit details
    Browse the repository at this point in the history
  6. Fix ContentTypeId conflict (#3967)

    * fix ContentTypeId conflict
    
    * modify
    
    * modify avro id
    CrazyHZM authored and beiwei30 committed May 5, 2019
    Configuration menu
    Copy the full SHA
    89f6d6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4007cd4 View commit details
    Browse the repository at this point in the history
  8. switch from CopyOnWriteArrayList to regular list in order to avoid po…

    …tential UnsupportedOperationException (#3978)
    
    Fixes #3242
    beiwei30 authored and chickenlj committed May 5, 2019
    Configuration menu
    Copy the full SHA
    b30bddb View commit details
    Browse the repository at this point in the history
  9. use revision in pom.xml (#3980)

    zhaixiaoxiang authored and lovepoem committed May 5, 2019
    Configuration menu
    Copy the full SHA
    c98abb2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. native hessian merge (#3966)

    * Merge serialization-native-hessian-for-apache-dubbo into incubator-dubbo
    
    * test success
    
    * test success
    
    * Merge serialization-native-hessian-for-apache-dubbo into incubator-dubbo
    
    * change maven install
    
    * add apache license
    
    * remove @generated
    
    * optimize import
    
    * remove thrift
    
    * merge master
    
    * distribution pom add native hessian
    Leishunyu authored and beiwei30 committed May 6, 2019
    Configuration menu
    Copy the full SHA
    77df9d7 View commit details
    Browse the repository at this point in the history
  2. merge thrift (#3977)

    * merge thrift
    
    * thrift version update
    
    * test
    
    * test success
    
    * test success
    
    * thrift and native thrift
    
    * Restore thrift compatibility issues
    Leishunyu authored and beiwei30 committed May 6, 2019
    Configuration menu
    Copy the full SHA
    ceb930e View commit details
    Browse the repository at this point in the history
  3. fixed injvm export and refer (#3857)

    * fix injvm export and refer
    
    * Add default injvm protocol
    is only injvm protocol don't register
    
    * Multiple protocol registry filter injvm
    
    * isOnlyJvm
    Leishunyu authored and beiwei30 committed May 6, 2019
    Configuration menu
    Copy the full SHA
    d11f204 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    392fcbf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    fbc0320 View commit details
    Browse the repository at this point in the history
  2. provide more meaningful binary releases. (#3987)

    fixes #2491
    beiwei30 authored and chickenlj committed May 8, 2019
    Configuration menu
    Copy the full SHA
    f2bed88 View commit details
    Browse the repository at this point in the history
  3. [Dubbo-3829] support google pb generic invocation (#3975)

    * modify generic filter to support google pb service test.
    
    * save
    
    * save code
    
    * save genericFilter 改写完毕
    
    * save
    
    * add Licensed
    
    * fix some problem after code review
    
    * change directory name after change module name
    vio-lin authored and beiwei30 committed May 8, 2019
    Configuration menu
    Copy the full SHA
    455d29a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fd41d7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    f95e29a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    09d8a6e View commit details
    Browse the repository at this point in the history
  2. port #3568 into main trunk (#3993)

    fixes #3991
    beiwei30 authored and chickenlj committed May 10, 2019
    Configuration menu
    Copy the full SHA
    d5c5176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30c3c2f View commit details
    Browse the repository at this point in the history
  4. Solve #3137, step 2, seperate constants for cluster, common, filter, …

    …monitor, and registry (#4020)
    beiwei30 authored and chickenlj committed May 10, 2019
    Configuration menu
    Copy the full SHA
    951ad36 View commit details
    Browse the repository at this point in the history
  5. [DUBBO-3137]: step2 - seperate constants for config, remoting, rpc (#…

    …4021)
    
    * constants step2
    
    * change interface
    CrazyHZM authored and beiwei30 committed May 10, 2019
    Configuration menu
    Copy the full SHA
    6a1dd65 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. [DUBBO-3137]: step3 - seperate constants for remoting (#4023)

    * constants step3-remoting
    
    * remove import
    
    * modify
    CrazyHZM authored and beiwei30 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    8e3675e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. optimize some code style (#4006)

    * optimize constant naming style
    * optimize some code style
    Signed-off-by: jimin.jm <[email protected]>
    slievrly authored and ralf0131 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    a1e5c8e View commit details
    Browse the repository at this point in the history
  2. optimize array code style (#4031)

    Signed-off-by: jimin.jm <[email protected]>
    slievrly authored and ralf0131 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    309b694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a3f4c7 View commit details
    Browse the repository at this point in the history
  4. [DUBBO-3137]: step3 - start using CommonConstants (#4030)

    * [DUBBO-3137]: start to use org.apache.dubbo.common.constants.CommonConstants
    
    * remove useless imports
    
    * remove useless imports
    
    * remove unused imports
    
    * remove unused imports
    
    * remove unused imports
    
    * remove unused imports
    
    * remove unused imports
    
    * use static import
    beiwei30 authored and CrazyHZM committed May 12, 2019
    Configuration menu
    Copy the full SHA
    fe3d345 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    805f7c7 View commit details
    Browse the repository at this point in the history
  2. [DUBBO-3137]: step3 - start to use RpcConstants (#4038)

    * constants step3 rpc
    
    * remove useless import
    
    * remove useless import
    
    * remove useless import
    
    * remove useless import
    CrazyHZM authored and beiwei30 committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e690864 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de8abb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    175eab1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    d77a009 View commit details
    Browse the repository at this point in the history
  2. [Dubbo-3764]Merge dubbo rpc xmlrpc (#3764) (#3775)

    * Create constants for 'hash.names' and 'hash.arguments' (#3744)
    * Merge dubbo-rpc-xmlrpc (#3764)
    * Removing .gitignore
    * Rename package name
    * Add Apache License
    * Rename groupID name and url
    * Update dubbo-rpc-xmlrpc version and add as a dependency in dubbo-all
    * Replace package for "org.apache.dubbo.xml" and rename "com.alibaba.*" to "org.apache.dubbo"
    * Fix the name of artifactID
    * Remove unused files and add dubbo-rpc-xml as a module in dubbo-rpc
    * Remove authors and delete files that are duplicate in the main repo have one
    * Fix the name of package and remove unnecessary space
    * Remove unnecessary space
    * Remove authors
    * Fix imports and remove authors from pom
    * Update groupID and the name of package
    * Remove unused tags
    * Add dubbo-rpc-xml as a dependency on dubbo-bom
    * Fix package names
    * Call JettyHttpBinder from remoting module to avoid duplicated files
    * Fix unit tests and upgrade to JUnit 5
    * Call JettyHttpBinder from remoting module to avoid duplicated files
    * Add external dependencies on dubbo-dependencies-bom
    Daniela Marques de Morais authored and ralf0131 committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6ca5a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24d614 View commit details
    Browse the repository at this point in the history
  4. [DUBBO-3137]: step3, remove constants completely. (#4053)

    * [DUBBO-3137]: step3, start to use ConfigConstants, FilterConstants, and remove Constants.java completely.
    
    * remove Constants imports
    beiwei30 authored and CrazyHZM committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0b380e3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    789775b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae669ea View commit details
    Browse the repository at this point in the history
  3. constants step4 remoting (#4057)

    CrazyHZM authored and beiwei30 committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4f9d896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdce2b2 View commit details
    Browse the repository at this point in the history
  5. remove compatible key when merging (#4064)

    fixes #4059
    nzomkxia authored and chickenlj committed May 15, 2019
    Configuration menu
    Copy the full SHA
    effc2ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    310bf91 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. [DUBBO-3137]: step4 - remove MonitorConstants (#4069)

    * [DUBBO-3137]: step4 - remove MonitorConstants
    
    * remove unused import
    beiwei30 authored and CrazyHZM committed May 16, 2019
    Configuration menu
    Copy the full SHA
    85e595e View commit details
    Browse the repository at this point in the history
  2. constants step4 rpc (#4072)

    CrazyHZM authored and beiwei30 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    1798fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ef74fa View commit details
    Browse the repository at this point in the history
  4. [DUBBO-3137]: step4 - move more constants from RemotingConstants into…

    … dubbo-remoting-api (#4077)
    
    * [DUBBO-3137]: step4 - move more constants from RemotingConstants into dubbo-remoting-api
    
    * optimize imports
    beiwei30 authored and CrazyHZM committed May 16, 2019
    Configuration menu
    Copy the full SHA
    228cad5 View commit details
    Browse the repository at this point in the history
  5. constant step4 config (#4079)

    CrazyHZM authored and beiwei30 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    8b780cc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Configuration menu
    Copy the full SHA
    086fdcb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4014, Zipkin compatible.

    fixes #3728.
    cvictory authored and chickenlj committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8456a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8646277 View commit details
    Browse the repository at this point in the history
  4. [compatible] Registry compatibility #3882 (#4015)

    Fixes #3882
    cvictory authored and chickenlj committed May 17, 2019
    Configuration menu
    Copy the full SHA
    bfb6077 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    13f3238 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. [Dubbo-3266] Change DynamicConfiguration definition to better adapt t…

    …o Apollo's namespace storage model. (#3271)
    chickenlj authored and cvictory committed May 20, 2019
    Configuration menu
    Copy the full SHA
    23903ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d1a65 View commit details
    Browse the repository at this point in the history
  3. update erlang link (#4100)

    uglycow authored and ralf0131 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    fcef1a1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. [DUBBO-3137]: move constants from RegistryConstants back to dubbo-reg…

    …istry-api (#4101)
    
    * [DUBBO-3137]: move constants from RegistryConstants back to dubbo-registry-api
    
    * fix imports
    beiwei30 authored and CrazyHZM committed May 21, 2019
    Configuration menu
    Copy the full SHA
    956d28b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Add dependencies check script (#3941)

    * add plugin to do dependencies check
    * remove third-party properties file
    * polish config
    * polish config
    * use missing info in bash
    htynkn authored and ralf0131 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    3fc6909 View commit details
    Browse the repository at this point in the history
  2. rm incubating word (#4110)

    * rm incubating word
    * dubbo.incubator.apache.org to dubbo.apache.org
    Leishunyu authored and lovepoem committed May 22, 2019
    Configuration menu
    Copy the full SHA
    52cbfc9 View commit details
    Browse the repository at this point in the history
  3. [DUBBO-4010] TypeDefinitonBuilder support google protobuf entity buil…

    …d # (#4011)
    
    * add protobuf typeDefinitionBuilder
    
    * fix pull request comment
    add test case to test NestPbType
    vio-lin authored and beiwei30 committed May 22, 2019
    Configuration menu
    Copy the full SHA
    a7f56a3 View commit details
    Browse the repository at this point in the history
  4. Support Redis cluster in Metadata Report (#3863)

    fixes #3817
    cvictory authored and chickenlj committed May 22, 2019
    Configuration menu
    Copy the full SHA
    df084ad View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    ebafc18 View commit details
    Browse the repository at this point in the history
  2. check curator event with empty data value (#4126)

    fixes #3866
    cvictory authored and chickenlj committed May 23, 2019
    Configuration menu
    Copy the full SHA
    5285952 View commit details
    Browse the repository at this point in the history
  3. Performance tuning for TimeoutTask in DefaultFuture (#4129)

    Performance tuning for TimeoutTask in DefaultFuture, manually merge #4085 and #4087
    chickenlj authored and carryxyh committed May 23, 2019
    Configuration menu
    Copy the full SHA
    1a66206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13e876e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    779fc27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8321c8f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. add miss-deleted snippet from #2956 (#4137)

    chickenlj authored and cvictory committed May 24, 2019
    Configuration menu
    Copy the full SHA
    ccb990f View commit details
    Browse the repository at this point in the history
  2. unify config config items: qos.enable to qos-enable. (#4095)

    unify config config items: qos.enable to qos-enable. (#4095)
    chickenlj authored and cvictory committed May 24, 2019
    Configuration menu
    Copy the full SHA
    5ba55c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92cafe9 View commit details
    Browse the repository at this point in the history
  4. Multiple registry (#4066)

    fixes #3932, #3599, #3084
    cvictory authored and chickenlj committed May 24, 2019
    Configuration menu
    Copy the full SHA
    543a52a View commit details
    Browse the repository at this point in the history
  5. delete useless SPI declare (#4148)

    chickenlj authored and cvictory committed May 24, 2019
    Configuration menu
    Copy the full SHA
    4c01c5e View commit details
    Browse the repository at this point in the history
  6. bugfix follow #4127 (#4155)

    cvictory authored and chickenlj committed May 24, 2019
    Configuration menu
    Copy the full SHA
    c14605e View commit details
    Browse the repository at this point in the history
  7. Remove incubator (#4161)

    lovepoem authored May 24, 2019
    Configuration menu
    Copy the full SHA
    a8ca64c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Configuration menu
    Copy the full SHA
    cf1a09d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. change logger name (#4150)

    wavesZh authored and kexianjun committed May 26, 2019
    Configuration menu
    Copy the full SHA
    9168543 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    9559c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18eb69e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dd261a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. [DUBBO-3137]: get rid of ConfigConstants, RpcConstatns, RemotingConst…

    …ants (#4138)
    
    * [DUBBO-3137]: get rid of ConfigConstants, RpcConstatns, RemotingConstants
    
    * fix compilation error
    
    * fix compilation issue
    
    * let compatible constants to reference all constants
    
    * use static imports
    beiwei30 authored and CrazyHZM committed May 28, 2019
    Configuration menu
    Copy the full SHA
    28bea9c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Delete dead code (#4189)

    tswstarplanet authored and ralf0131 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    61ab320 View commit details
    Browse the repository at this point in the history
  2. Create security.md (#4165)

    Add security.md
    ralf0131 authored and carryxyh committed May 29, 2019
    Configuration menu
    Copy the full SHA
    21cfe11 View commit details
    Browse the repository at this point in the history
  3. fix for #4175: ServiceConfigurationListener should override ProviderC…

    …onfigurationListener (#4179)
    uglycow authored and ralf0131 committed May 29, 2019
    Configuration menu
    Copy the full SHA
    4b97a0b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. optimize code style (#4188)

    slievrly authored and ralf0131 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    177f71b View commit details
    Browse the repository at this point in the history
  2. Standardized code (#4211)

    sofkyle authored and ralf0131 committed May 31, 2019
    Configuration menu
    Copy the full SHA
    7f7a289 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate @OverRide (#4228)

    wanghbxxxx authored and htynkn committed May 31, 2019
    Configuration menu
    Copy the full SHA
    85dd59c View commit details
    Browse the repository at this point in the history
  4. Reverse url of python (#4162)

    reverse url of python
    lovepoem authored and htynkn committed May 31, 2019
    Configuration menu
    Copy the full SHA
    492f760 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Improve java doc for dubbo-remoting-netty4 (#4180)

    * add some comments for dubbo-remoting-netty4
    * update from upstream/master
    * adjust format
    wavesZh authored and htynkn committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    8479906 View commit details
    Browse the repository at this point in the history
  2. optimize junit Assert usage (#4214)

    slievrly authored and lovepoem committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    8f783fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2965c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2019

  1. Disclaimer removed (#4231)

    p3trur0 authored and ralf0131 committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    346630e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. [Dubbo-4218] Fix NPE when the TagRouterRule addresses config is null (#…

    …4218) (#4236)
    
    * Fix NPE when the TagRouterRule addresses config is null (#4218)
    
    * fix import
    
    * add more test
    web1992 authored and CrazyHZM committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    0b27565 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Delete useless code (#4242)

    tswstarplanet authored and ralf0131 committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    d3a5166 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    5d32b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78aea48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76d6562 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. fix org.apache.dubbo.common.URL#toMap change password key, from USERN…

    …AME_KEY to PASSWORD_KEY (#4267)
    
    LGTM
    jianweizhang authored and kexianjun committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    3acf5b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    6f3a05c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    041a6ad View commit details
    Browse the repository at this point in the history