我在研究骆驼-Scr,在pom.xml中我看到
<artifactId>camel-scr</artifactId>
<name>Camel :: SCR (deprecated)</name>
<description>Camel with OSGi SCR (Declarative Services)</description>为什么这是弃用的?社区将来会使用什么替代方案?
发布于 2019-10-04 16:32:16
没有开箱即用的SCR,我们只支持OSGi blueprint。
您需要构建自己的scr支持或重用camel-scr代码。
https://stackoverflow.com/questions/50670082
复制相似问题