-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begins work to bridge from alibaba to apache dubbo
Starting with the 2.7.3 all of our main code can compile with org.apache.dubbo:dubbo and also com.alibaba:dubbo There is some strange work here because the spring integrations were not backported. Until such time as it is, we need reflection to actually load the extensions. As this is fragile, this change shouldn't merge until a maven invoker test is setup to prove the tests also pass with com.alibaba:dubbo still. Also, we need to cleanup documentation around spring as it will mention types that don't exist. Fixes #867
- Loading branch information
Adrian Cole
committed
Jul 4, 2019
1 parent
7a2fb52
commit bed12ab
Showing
4 changed files
with
49 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters