-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[Refactor] Removing the internal JDK API from FileSystemDynamicConfiguration #5770
Milestone
Comments
mercyblitz
changed the title
[Refactor] Removing the interinal JDK API
[Refactor] Removing the interinal JDK API from FileSystemDynamicConfiguration
Feb 21, 2020
mercyblitz
changed the title
[Refactor] Removing the interinal JDK API from FileSystemDynamicConfiguration
[Refactor] Removing the internal JDK API from FileSystemDynamicConfiguration
Feb 21, 2020
mercyblitz
added a commit
to mercyblitz/dubbo
that referenced
this issue
Feb 21, 2020
…ynamicConfiguration
mercyblitz
added a commit
that referenced
this issue
Feb 21, 2020
* Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /#5770 : Removing the interinal JDK API from FileSystemDynamicConfiguration * Polish /#5771 : [Enhancement] Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+ * Bugfix for the test-cases
mercyblitz
added a commit
that referenced
this issue
Feb 28, 2020
…erface (#5801) * Polish /#5745 : Increasing the stack size in the start.sh * Polish /#5297 : Only one of the multiple registration centers using nacos can register * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费 * Polish /#5442 : Merge upstream/master * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /apache/dubbo##5239 : Mock字段注入异常 * Polish /#5770 : Removing the interinal JDK API from FileSystemDynamicConfiguration * Polish /#5771 : [Enhancement] Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+ * Bugfix for the test-cases * Polish /#5779 : Rename the local variables * Add FieldUtils * Polish /#5795 : [Feature] To support the application choose the preferred network interface * Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FileSystemDynamicConfiguration
uses some internal JDK API that has been placed into thejdk.unsupported
module in Java 11, thus they have to be removed.The text was updated successfully, but these errors were encountered: