2.6.2. 重命名的组件
在 Camel 3.x 中重命名了以下组件。
-
测试组件已重命名为dataset-test,并将其从camel-core移到camel-datasetJAR。 -
http4组件已重命名为http,它对应的组件软件包来自于org.apache.camel.component.http4到org.apache.camel.component.http。支持的方案现在只有http和https。 -
hdfs2组件已重命名为hdfs,它对应的组件软件包来自于org.apache.camel.component.hdfs2至org.apache.camel.component.hdfs。现在支持的方案是hdfs。 -
mina2组件已重命名为mina,它对应的组件软件包来自于org.apache.camel.component.mina2到org.apache.camel.component.mina。现在,支持的方案为mina。 -
mongodb3组件已重命名为mongodb,它对应的组件软件包来自于org.apache.camel.component.mongodb3到org.apache.camel.mongodb.mongodb。现在,支持的方案是mongodb。 -
netty4-http组件已重命名为netty-http,它对应的组件软件包来自于org.apache.camel.component.netty4.http到org.apache.camel.component.netty.http。现在,支持的方案是netty-http。 -
netty4组件已重命名为netty,它对应的组件软件包来自于org.apache.camel.component.netty4至org.apache.camel.component.netty。现在,支持的方案是netty。 -
quartz2组件已重命名为quartz,它对应的组件软件包来自于org.apache.camel.component.quartz2到org.apache.camel.component.quartz。现在,支持的方案是quartz。 -
rxjava2组件已重命名为rxjava,它对应的组件软件包来自于org.apache.camel.component.rxjava2到org.apache.camel.component.rxjava。 -
重命名为
camel-jetty9以camel-jetty。现在支持的方案是jetty。