[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510785#comment-16510785
 ] 

ASF GitHub Bot commented on CAMEL-11879:


chirag0103 commented on issue #1996: CAMEL-11879: Upgraded lucene version to 
7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-396859717
 
 
   @oscerd Thank you. :)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread Andrea Cosentino (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510763#comment-16510763
 ] 

Andrea Cosentino commented on CAMEL-11879:
--

Upgraded to 7.2.1 in CAMEL-12576

> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510756#comment-16510756
 ] 

ASF GitHub Bot commented on CAMEL-11879:


Github user oscerd closed the pull request at:

https://github.com/apache/camel/pull/1996


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510754#comment-16510754
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-396852068
 
 
   I merged this PR and then I updated Lucene and Solr to 7.2.1
   
   
https://github.com/apache/camel/commit/f76d8bcbff81c7180003a68f32fa3dd880ec8f9b
   
   Now we just need SB 2.0.3


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510755#comment-16510755
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd closed pull request #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConstants.java
 
b/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConstants.java
index 74cea7f8824..9d098851385 100644
--- 
a/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConstants.java
+++ 
b/components/camel-lucene/src/main/java/org/apache/camel/component/lucene/LuceneConstants.java
@@ -19,5 +19,5 @@
 import org.apache.lucene.util.Version;
 
 public interface LuceneConstants {
-Version LUCENE_VERSION = Version.LUCENE_5_4_1;
+Version LUCENE_VERSION = Version.LUCENE_7_0_0;
 }
diff --git 
a/components/camel-solr/src/main/java/org/apache/camel/component/solr/SolrEndpoint.java
 
b/components/camel-solr/src/main/java/org/apache/camel/component/solr/SolrEndpoint.java
index 7b039c2b603..57cbeb2b79b 100644
--- 
a/components/camel-solr/src/main/java/org/apache/camel/component/solr/SolrEndpoint.java
+++ 
b/components/camel-solr/src/main/java/org/apache/camel/component/solr/SolrEndpoint.java
@@ -108,7 +108,7 @@ public SolrComponent getComponent() {
 private CloudSolrClient getCloudServer() {
 CloudSolrClient rVal = null;
 if (this.getZkHost() != null && this.getCollection() != null) {
-rVal = new CloudSolrClient(zkHost);
+rVal = new CloudSolrClient.Builder().withZkHost(zkHost).build();
 rVal.setDefaultCollection(this.getCollection());
 }
 return rVal;
@@ -123,31 +123,19 @@ public Producer createProducer() throws Exception {
 ref = new SolrComponent.SolrServerReference();
 CloudSolrClient cloudServer = getCloudServer();
 if (cloudServer == null) {
-HttpSolrClient solrServer = new HttpSolrClient(url);
-ConcurrentUpdateSolrClient solrStreamingServer = new 
ConcurrentUpdateSolrClient(url, streamingQueueSize, streamingThreadCount);
-
-// set the properties on the solr server
-if (maxRetries != null) {
-solrServer.setMaxRetries(maxRetries);
-}
+HttpSolrClient solrServer = new 
HttpSolrClient.Builder(url).build();
+ConcurrentUpdateSolrClient solrStreamingServer = new 
ConcurrentUpdateSolrClient.Builder(url).withQueueSize(streamingQueueSize).withThreadCount(streamingThreadCount).build();
+
+// set the properties on the solr server   
 if (soTimeout != null) {
 solrServer.setSoTimeout(soTimeout);
 }
 if (connectionTimeout != null) {
 solrServer.setConnectionTimeout(connectionTimeout);
-}
-if (defaultMaxConnectionsPerHost != null) {
-
solrServer.setDefaultMaxConnectionsPerHost(defaultMaxConnectionsPerHost);
-}
-if (maxTotalConnections != null) {
-solrServer.setMaxTotalConnections(maxTotalConnections);
-}
+}
 if (followRedirects != null) {
 solrServer.setFollowRedirects(followRedirects);
-}
-if (allowCompression != null) {
-solrServer.setAllowCompression(allowCompression);
-}
+}
 ref.setSolrServer(solrServer);
 ref.setUpdateSolrServer(solrStreamingServer);
 }
diff --git 
a/components/camel-solr/src/test/java/org/apache/camel/component/solr/JettySolrFactory.java
 
b/components/camel-solr/src/test/java/org/apache/camel/component/solr/JettySolrFactory.java
index aa9a95082f8..fba1662bebd 100644
--- 
a/components/camel-solr/src/test/java/org/apache/camel/component/solr/JettySolrFactory.java
+++ 
b/components/camel-solr/src/test/java/org/apache/camel/component/solr/JettySolrFactory.java
@@ -29,6 +29,7 @@
 
 import org.apache.http.conn.ssl.SSLContextBuilder;
 import org.apache.http.conn.ssl.TrustSelfSignedStrategy;
+import org.apache.solr.client.solrj.embedded.JettyConfig;
 import org.apache.solr.client.solrj.embedded.JettySolrRunner;
 import org.apache.solr.client.solrj.embedded.SSLConfig;
 import 

[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510695#comment-16510695
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-39681
 
 
   The release is by the end of June.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-06-13 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16510693#comment-16510693
 ] 

ASF GitHub Bot commented on CAMEL-11879:


chirag0103 commented on issue #1996: CAMEL-11879: Upgraded lucene version to 
7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-396833129
 
 
   @davsclaus Hello, i believe the release of 2.22.0 is on 13th june. Can you 
please let me know if we are including the SOLR upgrade with this release? As i 
mentioned before it's very crucial.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-05-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487167#comment-16487167
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-391328663
 
 
   We can update both Lucene and Solr, but we need to be sure SB 2.0.3 will be 
released before our release of 2.22.0


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-05-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487162#comment-16487162
 ] 

ASF GitHub Bot commented on CAMEL-11879:


onderson commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-391327191
 
 
   @oscerd and @davsclaus SB seems to have upgraded to 7.2.1 for SOLR.
   
   @vrlgohel are you gonna take care of this PR?
   
   
https://github.com/spring-projects/spring-boot/blob/9f6d3bb21d35c05950942bb5ad71652ac09d07fe/spring-boot-project/spring-boot-dependencies/pom.xml#L153


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-05-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487108#comment-16487108
 ] 

ASF GitHub Bot commented on CAMEL-11879:


chirag0103 commented on issue #1996: CAMEL-11879: Upgraded lucene version to 
7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-391314905
 
 
   @davsclaus Hi Claus, We have upgraded the solr version of our project to 
7.2.1 and the camel-solr doesn't work anymore because of the deprecated 
methods. Can you please give me an update on this PR? i would really like this 
to be patched soon.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433811#comment-16433811
 ] 

ASF GitHub Bot commented on CAMEL-11879:


ludovic-boutros commented on issue #1996: CAMEL-11879: Upgraded lucene version 
to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-380431105
 
 
   Perhaps could we relocate the Solr classes with the maven shade plugin ?
   This way we would not have any conflict in the future.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433805#comment-16433805
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-380429651
 
 
   We first need to understand what version is using SB 2.0.1 and as far as I 
can see, it is based on Solr 6.6.3


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433804#comment-16433804
 ] 

ASF GitHub Bot commented on CAMEL-11879:


ludovic-boutros commented on issue #1996: CAMEL-11879: Upgraded lucene version 
to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-380429217
 
 
   Solr 7.3.0 was just released last week.
   It contains a security fix :
   
   CVE-2018-1308: XXE attack through Apache Solr's DIH's dataConfig request 
parameter
   Severity: Major
   Vendor:
   The Apache Software Foundation
   Versions Affected:
   Solr 1.2 to 6.6.2
   Solr 7.0.0 to 7.2.1
   
   I think that would be a great idea to use this version.
   _Even if that does not really affect the Apache Camel's code._


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433769#comment-16433769
 ] 

ASF GitHub Bot commented on CAMEL-11879:


davsclaus commented on issue #1996: CAMEL-11879: Upgraded lucene version to 
7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-380420435
 
 
   Yeah we should try to get this updated now that master has been upgraded to 
SB2


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433727#comment-16433727
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-380411081
 
 
   By the way the OSGi bundle for Lucene version range is wrong, because we 
need to use (6,7] and use the right bundle version


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-04-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16433713#comment-16433713
 ] 

ASF GitHub Bot commented on CAMEL-11879:


oscerd commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-380407670
 
 
   Maybe, since we merged boot2ga branch, we can start to look at this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-03-22 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16409606#comment-16409606
 ] 

ASF GitHub Bot commented on CAMEL-11879:


davsclaus commented on issue #1996: CAMEL-11879: Upgraded lucene version to 
7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-375326225
 
 
   When we have boot2ga work done and merged to master. We can revisit this and 
try to upgrade solr and lucene as SB2 ought to support newer versions now


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2018-03-21 Thread Claus Ibsen (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16407565#comment-16407565
 ] 

Claus Ibsen commented on CAMEL-11879:
-

When the SB2 work is done, we can upgrade solr, lucene etc.

> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
>Priority: Major
> Fix For: 2.22.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2017-12-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16283457#comment-16283457
 ] 

ASF GitHub Bot commented on CAMEL-11879:


kevinlacire commented on issue #1996: CAMEL-11879: Upgraded lucene version to 
7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-350252557
 
 
   Any update on this PR ? 
   Will it be integrated into the next release ?
   Sorry for my impatience :)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
> Fix For: 2.21.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2017-10-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16214891#comment-16214891
 ] 

ASF GitHub Bot commented on CAMEL-11879:


vrlgohel commented on issue #1996: CAMEL-11879: Upgraded lucene version to 7.0.0
URL: https://github.com/apache/camel/pull/1996#issuecomment-338606296
 
 
   @kevinlacire, thanks for the suggestion. Unless, we do not have much api 
changes and solr version 7.1.0 which is just released, plays well with lucene, 
we can look to upgrading to the latest to cover the issue you highlighted. 
However, this will happen once we upgrade spring-boot. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
>Assignee: Viral Gohel
> Fix For: 2.21.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2017-10-03 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16189790#comment-16189790
 ] 

ASF GitHub Bot commented on CAMEL-11879:


GitHub user vrlgohel opened a pull request:

https://github.com/apache/camel/pull/1996

CAMEL-11879: Upgraded lucene version to 7.0.0

https://issues.apache.org/jira/browse/CAMEL-11879
Upgraded Lucene to latest version 7.0.0. 

Passed the iTests for Karaf and OSGi without issues, including the 
camel-lucene component tests. 

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/vrlgohel/camel-1 CAMEL-11879

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/1996.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1996


commit a7efdb7d4bb0893c9ee60194a8067c199aa1d579
Author: Viral Gohel 
Date:   2017-10-03T14:42:35Z

CAMEL-11879: Upgraded lucene version to 7.0.0




> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
> Fix For: 2.21.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (CAMEL-11879) Upgrade to lucene 7

2017-10-03 Thread Viral Gohel (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-11879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16189721#comment-16189721
 ] 

Viral Gohel commented on CAMEL-11879:
-

Working on this...

> Upgrade to lucene 7
> ---
>
> Key: CAMEL-11879
> URL: https://issues.apache.org/jira/browse/CAMEL-11879
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-lucene
>Reporter: Claus Ibsen
> Fix For: 2.21.0
>
>
> We should upgrade lucene and solr to newer versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)