-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
[Dubbo-3764]Merge dubbo rpc xmlrpc (#3764) #3775
[Dubbo-3764]Merge dubbo rpc xmlrpc (#3764) #3775
Conversation
Hi, could you please check the UT failure first? |
Codecov Report
@@ Coverage Diff @@
## master #3775 +/- ##
===========================================
- Coverage 63.42% 63.4% -0.03%
+ Complexity 564 544 -20
===========================================
Files 755 757 +2
Lines 32425 32530 +105
Branches 5145 5158 +13
===========================================
+ Hits 20567 20626 +59
- Misses 9496 9539 +43
- Partials 2362 2365 +3
Continue to review full report at Codecov.
|
...pc/dubbo-rpc-xml/src/main/java/org/apache/dubbo/xml/remoting/http/jetty/JettyHttpBinder.java
Outdated
Show resolved
Hide resolved
...pc/dubbo-rpc-xml/src/main/java/org/apache/dubbo/xml/remoting/http/jetty/JettyHttpServer.java
Outdated
Show resolved
Hide resolved
...rpc/dubbo-rpc-xml/src/main/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcProtocol.java
Outdated
Show resolved
Hide resolved
...o-rpc-xml/src/main/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcProxyFactoryBean.java
Outdated
Show resolved
Hide resolved
Thank you for your help @lovepoem |
.../dubbo-rpc-xml/src/test/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcServiceImpl.java
Outdated
Show resolved
Hide resolved
...-rpc/dubbo-rpc-xml/src/test/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcService.java
Outdated
Show resolved
Hide resolved
...dubbo-rpc-xml/src/test/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcProtocolTest.java
Outdated
Show resolved
Hide resolved
...dubbo-rpc-xml/src/test/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcProtocolTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add this dependency to dubbo-bom/pom.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the LICENSE of your dependencies? Could you please list them?
List of dependencies and the LICENSE:
|
Yes, I think the license are fine. If a dependency is dual/multi-license, we can choose the most permissive one. |
Please also add the following dependency to dubbo-bom.xml <dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-xml</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency> |
...pc/dubbo-rpc-xml/src/main/java/org/apache/dubbo/xml/remoting/http/jetty/JettyHttpServer.java
Outdated
Show resolved
Hide resolved
...rpc-xml/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.remoting.http.HttpBinder
Outdated
Show resolved
Hide resolved
...o-rpc/dubbo-rpc-xml/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Protocol
Outdated
Show resolved
Hide resolved
...rpc/dubbo-rpc-xml/src/main/java/org/apache/dubbo/xml/rpc/protocol/xmlrpc/XmlRpcProtocol.java
Show resolved
Hide resolved
@danielamorais The pull request is almost ready to be merged, there are still some issues pending to be resolved, would you please take a loot at it? |
@ralf0131 I'm sorry about delayed. Is there any issue on Travis CI with oraclejdk 11? The build is failing just in oraclejdk 11
|
I have already started the ci build for you again. |
@CrazyHZM Worked it! Was a bug? Thank u |
@chickenlj What's your opinion? |
What is the purpose of the change
Merge dubbo-rpc-xmlrpc into incubator-dubbo (#3764)
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.