You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "chickenlj (GitHub)" <gi...@apache.org> on 2019/12/29 08:28:04 UTC

[GitHub] [dubbo] chickenlj opened issue #5552: Dubbo 2.7.5 has just been released

Please check [2.7.5 Release Notes](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.5) for details, more detailed docs will be published later at [the official website](dubbo.apache.org).

[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] htynkn commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "htynkn (GitHub)" <gi...@apache.org>.
Another stuff is for ```Refactoring of config module```, 
what user should do for jdk11 env and what user should do with manual config instantiation should list in website.

for example how new config works with below code:
``` java
 @Configuration
    @EnableDubbo(scanBasePackages = "org.apache.dubbo.samples.metadatareport.configcenter.impl")
    @PropertySource("classpath:/spring/dubbo-provider.properties")
    static public class ProviderConfiguration {
        @Bean
        public ProviderConfig providerConfig() {
            ProviderConfig providerConfig = new ProviderConfig();
            providerConfig.setTimeout(1000);
            return providerConfig;
        }
    }
```


[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] RojerAlone commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "RojerAlone (GitHub)" <gi...@apache.org>.
> Is it compatible with 2.7.3? And can I use dubbo 2.7.5 and use dubbo-spring-boot 2.7.3?
> 
> Beside these, I think dubbo can do better on these:
> 
> * [release notes](https://github.com/apache/dubbo/blob/master/CHANGES.md) should show if there are something compatible with previous version
> * show roadmap and release notes on officical website

I found there are some compatibility since 2.7.5:
- the constructor of `AbstractRouter` remove `DynamicConfiguration` param
- constant "dubbo.tag" was removed from `org.apache.dubbo.rpc.cluster.Constants` to `CommonConstants`

[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
https://github.com/apache/dubbo/issues/5669

[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] mail6562 commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "mail6562 (GitHub)" <gi...@apache.org>.
I use dubbo 2.7.5 and use dubbo-spring-boot 2.7.5 , I start my service failed ;
 nested exception is java.lang.IllegalStateException: zookeeper not connected
 on package: org.apache.dubbo.remoting.zookeeper.curator; 
`Caused by: java.lang.IllegalStateException: zookeeper not connected
	at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.<init>(CuratorZookeeperClient.java:83) ~[dubbo-2.7.5.jar:2.7.5]
	at org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperTransporter.createZookeeperClient(CuratorZookeeperTransporter.java:26) ~[dubbo-2.7.5.jar:2.7.5]
	at org.apache.dubbo.remoting.zookeeper.support.AbstractZookeeperTransporter.connect(AbstractZookeeperTransporter.java:68) ~[dubbo-2.7.5.jar:2.7.5]
	at org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter$Adaptive.connect(ZookeeperTransporter$Adaptive.java) ~[dubbo-2.7.5.jar:2.7.5]
`  .
CuratorZookeeperClient start twice , first is failed. application is exit.

when CuratorZookeeperClient start first,  wait 30 seconds . application  is running.



[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] RojerAlone commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "RojerAlone (GitHub)" <gi...@apache.org>.
> Thanks you all for the feedbacks, I am working on these possible issues.

will u fix it by release a new version 2.7.5.1 like 2.7.4.1? I saw some commits about compatibility has been merged into master.

[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] chickenlj commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
Thanks you all for the feedbacks, I am working on these possible issues.

[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [dubbo] RojerAlone commented on issue #5552: Dubbo 2.7.5 has just been released

Posted by "RojerAlone (GitHub)" <gi...@apache.org>.
Is it compatible with 2.7.3? And can I use dubbo 2.7.5 and use dubbo-spring-boot 2.7.3?

Beside these, I think dubbo can do better on these:

- [release notes](https://github.com/apache/dubbo/blob/master/CHANGES.md) should show if there are something compatible with previous version
- show roadmap and release notes on officical website 

[ Full content available at: https://github.com/apache/dubbo/issues/5552 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org