This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 61f37d8 Fixed camel-weak syntax. The endpoint should be singleton.
new f31ac40 Camel-Weka: Should use log4j2
new 36e79ae Camel-Weka: First batch of CS fixes
new a65dc8c Camel-Weka: Second part of CS fixes
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
components/camel-weka/pom.xml | 14 +++-
.../apache/camel/component/weka/WekaComponent.java | 4 +-
.../camel/component/weka/WekaConfiguration.java | 4 +-
.../apache/camel/component/weka/WekaEndpoint.java | 6 +-
.../apache/camel/component/weka/WekaProducer.java | 85 +++++++++++-----------
.../camel/component/weka/WekaTypeConverters.java | 14 ++--
.../apache/camel/component/weka/FilterTest.java | 81 ++++++++++-----------
.../apache/camel/component/weka/ReadWriteTest.java | 78 +++++++++-----------
.../camel-weka/src/test/resources/log4j.properties | 21 ------
.../src/test/resources/log4j2.properties | 2 +-
10 files changed, 145 insertions(+), 164 deletions(-)
delete mode 100644 components/camel-weka/src/test/resources/log4j.properties
copy components/{camel-coap =>
camel-weka}/src/test/resources/log4j2.properties (96%)