How to get a partiuclar version of ES code to compile myself?

I'd like to compile the latest release, not the head. So how can
clone/download 0,95?

I want to try it with Java 7. Oracle just announced a LOT of fixes for the
various versions but somewhere in the article is a statement that Java6 is
no longer being supported. And ES is compiled using 6 and won't run on 7.
Time to compile it myself.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

We run the standard distribution of Elasticsearch on Java 7. It works just
fine.

Nik

On Wed, Oct 16, 2013 at 1:39 PM, Dennis gearond@gmail.com wrote:

I'd like to compile the latest release, not the head. So how can
clone/download 0,95?

I want to try it with Java 7. Oracle just announced a LOT of fixes for the
various versions but somewhere in the article is a statement that Java6 is
no longer being supported. And ES is compiled using 6 and won't run on 7.
Time to compile it myself.

http://www.informationweek.com/security/application-security/oracle-issues-massive-security-patch-for/240162695?cid=NL_IWK_Daily_240162695&elq=16c78b49dc874a9397bf1ccce8fe0d61

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hello!

You can download the version you want from the proper branch/tag on github, for example 0.90.5 - https://github.com/elasticsearch/elasticsearch/tree/v0.90.5

However, keep in mind that ElasticSearch will run properly on Java 7, apart from update 40, which was reported to cause issues with Lucene (https://issues.apache.org/jira/browse/LUCENE-5212).

--

Regards,

Rafał Kuć

Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch

I'd like to compile the latest release, not the head. So how can clone/download 0,95?

I want to try it with Java 7. Oracle just announced a LOT of fixes for the various versions but somewhere in the article is a statement that Java6 is no longer being supported. And ES is compiled using 6 and won't run on 7. Time to compile it myself.

--

You received this message because you are subscribed to the Google Groups "elasticsearch" group.

To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

thank you for the tip.

Now about why I needed it, I was having a trasport serialization exception
problem.

Turned out that the designer or subsequent maintainer of my osemhttp://www.compass-project.org/docs/latest/reference/html/core-osem.htmlentity store had set the server address to our QC server to allow testing
the osem code from any machine. The reason: CloudBees DEV@cloud does not
allow running elasticSearch on local host. So we THOUGHT that we were
testing the new updated version of osem code against our local ES
instances, on the same version of the JVM, mabye even the SAME JVM. We
were not because we were using the remote ES instance.

On Wednesday, October 16, 2013 10:47:34 AM UTC-7, Rafał Kuć wrote:

Hello!

You can download the version you want from the proper branch/tag on
github, for example 0.90.5 -
GitHub - elastic/elasticsearch at v0.90.5

However, keep in mind that Elasticsearch will run properly on Java 7,
apart from update 40, which was reported to cause issues with Lucene (
[LUCENE-5212] java 7u40 causes sigsegv and corrupt term vectors - ASF JIRAhttp://www.gossamer-threads.com/lists/lucene/java-dev/207416
).

*--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Elasticsearch

I'd like to compile the latest release, not the head. So how can
clone/download 0,95?

I want to try it with Java 7. Oracle just announced a LOT of fixes for the
various versions but somewhere in the article is a statement that Java6 is
no longer being supported. And ES is compiled using 6 and won't run on 7.
Time to compile it myself.

http://www.informationweek.com/security/application-security/oracle-issues-massive-security-patch-for/240162695?cid=NL_IWK_Daily_240162695&elq=16c78b49dc874a9397bf1ccce8fe0d61

You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.