在 OSGi 环境中迁移到新版本库的最佳实践是什么?

发布于 2024-10-20 21:14:06 字数 194 浏览 0 评论 0原文

我有以下案例:我们的环境中有一些OSGi应用程序,其中包括apache-karaf 2.0和apache-camel 2.4.0。现在我们想将生产环境切换到最新版本的 karaf (2.1.4) 和 Camel (2.6.0)。问题是我们的旧应用程序中有一些包限制,这些限制与新版本的camel不兼容。

是否有将现有 OSGi 代码迁移到新版本库的最佳实践?

I have the following case: There are some OSGi applications in our environment, which consists of apache-karaf 2.0 and apache-camel 2.4.0. Now we would like to switch our production environment to the latest versions of karaf (2.1.4) and camel (2.6.0). The problem is that we have some package constraints in our old applications, which are incompatible with new version of camel.

Are there any best practices to migrate existing OSGi code to new versions of libraries?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

写给空气的情书 2024-10-27 21:14:06

据我所知,您有两个选择:

  • 修改旧应用程序以使用新捆绑包,
  • 同时保留旧版本和新版本。 OSGi 可以很好地处理相同捆绑包/包的多个版本。它实际上是其内置功能之一。

From what I see you have two options:

  • modify the old applications to use the new bundles
  • keep both the old and the new versions. OSGi can handle very nicely several versions of the same bundles / packages. It is actually one of its built features.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文