Re: Solr 6.x and java 8

2018-09-21 Thread Shawn Heisey
On 9/21/2018 1:23 PM, tedsolr wrote: My application environment runs java 1.8. However I'm stuck building to 1.7 for now. I can still use SolrJ 6.1 in my app as long as I only deploy the SolrJ JAR and not build it from source. Right? If you can get your code to build while targeting 1.7, I

Re: Solr 6.x and java 8

2018-09-21 Thread tedsolr
Shawn, My application environment runs java 1.8. However I'm stuck building to 1.7 for now. I can still use SolrJ 6.1 in my app as long as I only deploy the SolrJ JAR and not build it from source. Right? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr 6.x and java 8

2018-09-20 Thread Shawn Heisey
On 9/20/2018 1:13 PM, tedsolr wrote: I realize that a java 8 runtime environment is required for Solr 6.x. Is it also necessary to compile to java 8 for any custom plugins running on the solr server? What about including SolrJ libraries in client code that is still compiling to 1.7? SolrJ

Solr 6.x and java 8

2018-09-20 Thread tedsolr
I realize that a java 8 runtime environment is required for Solr 6.x. Is it also necessary to compile to java 8 for any custom plugins running on the solr server? What about including SolrJ libraries in client code that is still compiling to 1.7? thanks, Ted -- Sent from: