Repository: camel
Updated Branches:
  refs/heads/master 4f8ecd145 -> 52b78beac


Upgraded solr


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/52b78bea
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/52b78bea
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/52b78bea

Branch: refs/heads/master
Commit: 52b78beacbd5173a2574fbcfccba601611a66fc3
Parents: 4f8ecd1
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Mar 11 13:20:29 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Mar 11 13:20:29 2014 +0100

----------------------------------------------------------------------
 parent/pom.xml                                  |  4 +-
 .../apache/camel/itest/karaf/CamelSolrTest.java | 40 ++++++++++++++++++++
 2 files changed, 42 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/52b78bea/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index cb9482d..7df74cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -367,8 +367,8 @@
     <smack-version>3.2.1</smack-version>
     <snappy-version>1.1.0.1</snappy-version>
     <snmp4j-version>2.2.3_1</snmp4j-version>
-    <solr-bundle-version>4.6.0_1</solr-bundle-version>
-    <solr-version>4.6.0</solr-version>
+    <solr-bundle-version>4.6.1_1</solr-bundle-version>
+    <solr-version>4.6.1</solr-version>
     <solr-version-range>[4.5,5)</solr-version-range>
     <splunk-version>1.2.0_1</splunk-version>
     <spring-batch-version>2.2.5.RELEASE</spring-batch-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/52b78bea/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelSolrTest.java
----------------------------------------------------------------------
diff --git 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelSolrTest.java
 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelSolrTest.java
new file mode 100644
index 0000000..9e9c9b4
--- /dev/null
+++ 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelSolrTest.java
@@ -0,0 +1,40 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.camel.itest.karaf;
+
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.ops4j.pax.exam.Option;
+import org.ops4j.pax.exam.junit.Configuration;
+import org.ops4j.pax.exam.junit.JUnit4TestRunner;
+
+@RunWith(JUnit4TestRunner.class)
+public class CamelSolrTest extends AbstractFeatureTest {
+
+    public static final String COMPONENT = extractName(CamelSolrTest.class);
+
+    @Test
+    public void test() throws Exception {
+        testComponent(COMPONENT);
+    }
+
+    @Configuration
+    public static Option[] configure() {
+        return configure(COMPONENT);
+    }
+
+}
\ No newline at end of file

Reply via email to