Java 7 client using Java 7 server, or vice versa

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Java 7 client using Java 7 server, or vice versa

endianignite
As mentioned on a post to the user list (http://apache-ignite-users.70518.x6.nabble.com/Mixing-Java-major-versions-on-client-server-td1380.html) it's not possible to connect a Java 7 client to a Java 8 server.

Does anyone with intimate knowledge of the code know whether there are specific technical reasons for this?  I am currently working around this by using the HTTP interface, but that interface doesn't allow me to do more complex things (e.g., call put() correctly, I can't get SqlFields queries working, I can't access Service grids).  

I would very much like to get mixed client/server major versions working if at all possible.
Reply | Threaded
Open this post in threaded view
|

Re: Java 7 client using Java 7 server, or vice versa

Denis Magda
Hi,

This limitation has already been removed for the nearest release.

If you work with Ignite sources then you can checkout the master branch
that has the fix.

Regards,
Denis

On 11/4/2015 1:14 PM, endian675 wrote:

> As mentioned on a post to the user list
> (http://apache-ignite-users.70518.x6.nabble.com/Mixing-Java-major-versions-on-client-server-td1380.html)
> it's not possible to connect a Java 7 client to a Java 8 server.
>
> Does anyone with intimate knowledge of the code know whether there are
> specific technical reasons for this?  I am currently working around this by
> using the HTTP interface, but that interface doesn't allow me to do more
> complex things (e.g., call put() correctly, I can't get SqlFields queries
> working, I can't access Service grids).
>
> I would very much like to get mixed client/server major versions working if
> at all possible.
>
>
>
> --
> View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Java-7-client-using-Java-7-server-or-vice-versa-tp4534.html
> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: Java 7 client using Java 7 server, or vice versa

dsetrakyan
On Wed, Nov 4, 2015 at 2:42 AM, Denis Magda <[hidden email]> wrote:

> Hi,
>
> This limitation has already been removed for the nearest release.
>

Should be part of the upcoming 1.5 release.

--
>> View this message in context:
>> http://apache-ignite-developers.2346864.n4.nabble.com/Java-7-client-using-Java-7-server-or-vice-versa-tp4534.html
>> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.
>>
>
>