-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Apollo 客户端有对应1.6运行环境的jar包吗? 银行有些系统架构老 #4989
Comments
🤖 对于Apollo客户端在Java 1.6运行环境下的使用,虽然Apollo客户端默认是设计在Java 1.8+环境下运行的,但是你可以通过一些代码更改来降级到Java 1.6。这在文档的"1.1环境要求"部分有提到。 但是,请注意,这可能需要一些技术专长和对Apollo客户端代码库的理解。更多的细节,你可以参考Apollo的GitHub仓库上的问题483。这是链接:问题483。 另外,我在Apollo的GitHub仓库中找到了一个类似的已解决问题,可能对你有帮助。问题是Apollo admin 2.0+ 如何找到合适的客户端兼容 jdk1.5, 1.6。建议的解决方案是:为了找到一个适合Apollo admin 2.0+的,与JDK 1.5和1.6兼容的客户端,你可以使用Apollo客户端的1.x版本,如1.9.1,因为它与Java 1.7运行环境兼容。然而,文档并没有提供与JDK 1.5兼容的信息。 对于JDK 1.6,你可以对Apollo客户端进行一些代码更改来降级。你可以参考问题483来了解如何实施。 请注意,如果你需要在Java 1.7运行环境中运行Apollo客户端,你应该使用Apollo客户端的1.x版本,如1.9.1。 来源: SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
#483 This may helps you |
社区响应太快了,我试试,谢谢 |
是不是要先找到那个补丁的代码版本,我找到了半天也没找到,尴尬了 |
描述bug
简洁明了地描述一下bug
复现
通过如下步骤可以复现:
期望
简介明了地描述你希望正常情况下应该发生什么
截图
如果可以,附上截图来描述你的问题
额外的细节和日志
The text was updated successfully, but these errors were encountered: