Re: [jira] [Commented] (IGNITE-1523) Need to always serialize user objects with configured marshaller

2016-02-03 Thread Anton Vinogradov
Val,

I've fixed some cases related to this issue.
In case you know what is left please describe it at issue and assign to me

On Tue, Feb 2, 2016 at 9:20 PM, Valentin Kulichenko <
valentin.kuliche...@gmail.com> wrote:

> Anton,
>
> If you're working in this issue, can you please assign it to yourself?
>
> -Val
>
> -- Forwarded message --
> From: Anton Vinogradov (JIRA) <j...@apache.org>
> Date: Tue, Feb 2, 2016 at 4:43 AM
> Subject: [jira] [Commented] (IGNITE-1523) Need to always serialize user
> objects with configured marshaller
> To: valentin.kuliche...@gmail.com
>
>
>
> [
>
> https://issues.apache.org/jira/browse/IGNITE-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15128185#comment-15128185
> ]
>
> Anton Vinogradov commented on IGNITE-1523:
> --
>
> Fixed unmarshalling of Enum
> Fixed unmarshalling of CacheStoreFactory within CacheConfiguration
> All new checks added to GridCacheReplicatedPreloadSelfTest
>
> > Need to always serialize user objects with configured marshaller
> > 
> >
> > Key: IGNITE-1523
> > URL: https://issues.apache.org/jira/browse/IGNITE-1523
> > Project: Ignite
> >  Issue Type: Improvement
> >  Components: general
> >Reporter: Valentin Kulichenko
> >Assignee: Valentin Kulichenko
> >Priority: Critical
> >  Labels: important, user-request
> > Fix For: 1.6
> >
> >
> > Currently some components (at least discovery) use {{JdkMarshaller}} for
> all objects.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>


Re: [jira] [Commented] (IGNITE-1523) Need to always serialize user objects with configured marshaller

2016-02-03 Thread Valentin Kulichenko
Anton,

Where can I see the changes?

-Val

On Wed, Feb 3, 2016 at 12:01 AM, Anton Vinogradov <avinogra...@gridgain.com>
wrote:

> Val,
>
> I've fixed some cases related to this issue.
> In case you know what is left please describe it at issue and assign to me
>
> On Tue, Feb 2, 2016 at 9:20 PM, Valentin Kulichenko <
> valentin.kuliche...@gmail.com> wrote:
>
> > Anton,
> >
> > If you're working in this issue, can you please assign it to yourself?
> >
> > -Val
> >
> > -- Forwarded message --
> > From: Anton Vinogradov (JIRA) <j...@apache.org>
> > Date: Tue, Feb 2, 2016 at 4:43 AM
> > Subject: [jira] [Commented] (IGNITE-1523) Need to always serialize user
> > objects with configured marshaller
> > To: valentin.kuliche...@gmail.com
> >
> >
> >
> > [
> >
> >
> https://issues.apache.org/jira/browse/IGNITE-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15128185#comment-15128185
> > ]
> >
> > Anton Vinogradov commented on IGNITE-1523:
> > --
> >
> > Fixed unmarshalling of Enum
> > Fixed unmarshalling of CacheStoreFactory within CacheConfiguration
> > All new checks added to GridCacheReplicatedPreloadSelfTest
> >
> > > Need to always serialize user objects with configured marshaller
> > > 
> > >
> > > Key: IGNITE-1523
> > > URL: https://issues.apache.org/jira/browse/IGNITE-1523
> > > Project: Ignite
> > >  Issue Type: Improvement
> > >  Components: general
> > >Reporter: Valentin Kulichenko
> > >Assignee: Valentin Kulichenko
> > >Priority: Critical
> > >  Labels: important, user-request
> > > Fix For: 1.6
> > >
> > >
> > > Currently some components (at least discovery) use {{JdkMarshaller}}
> for
> > all objects.
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.3.4#6332)
> >
>


Re: [jira] [Commented] (IGNITE-1523) Need to always serialize user objects with configured marshaller

2016-02-03 Thread Anton Vinogradov
Val,

Please see commit 28a5247d37ba65bdcb6119f97023f32d511b5f1e at master.

On Thu, Feb 4, 2016 at 3:53 AM, Valentin Kulichenko <
valentin.kuliche...@gmail.com> wrote:

> Anton,
>
> Where can I see the changes?
>
> -Val
>
> On Wed, Feb 3, 2016 at 12:01 AM, Anton Vinogradov <
> avinogra...@gridgain.com>
> wrote:
>
> > Val,
> >
> > I've fixed some cases related to this issue.
> > In case you know what is left please describe it at issue and assign to
> me
> >
> > On Tue, Feb 2, 2016 at 9:20 PM, Valentin Kulichenko <
> > valentin.kuliche...@gmail.com> wrote:
> >
> > > Anton,
> > >
> > > If you're working in this issue, can you please assign it to yourself?
> > >
> > > -Val
> > >
> > > ------ Forwarded message --
> > > From: Anton Vinogradov (JIRA) <j...@apache.org>
> > > Date: Tue, Feb 2, 2016 at 4:43 AM
> > > Subject: [jira] [Commented] (IGNITE-1523) Need to always serialize user
> > > objects with configured marshaller
> > > To: valentin.kuliche...@gmail.com
> > >
> > >
> > >
> > > [
> > >
> > >
> >
> https://issues.apache.org/jira/browse/IGNITE-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15128185#comment-15128185
> > > ]
> > >
> > > Anton Vinogradov commented on IGNITE-1523:
> > > --
> > >
> > > Fixed unmarshalling of Enum
> > > Fixed unmarshalling of CacheStoreFactory within CacheConfiguration
> > > All new checks added to GridCacheReplicatedPreloadSelfTest
> > >
> > > > Need to always serialize user objects with configured marshaller
> > > > 
> > > >
> > > > Key: IGNITE-1523
> > > > URL:
> https://issues.apache.org/jira/browse/IGNITE-1523
> > > > Project: Ignite
> > > >  Issue Type: Improvement
> > > >  Components: general
> > > >Reporter: Valentin Kulichenko
> > > >Assignee: Valentin Kulichenko
> > > >Priority: Critical
> > > >  Labels: important, user-request
> > > > Fix For: 1.6
> > > >
> > > >
> > > > Currently some components (at least discovery) use {{JdkMarshaller}}
> > for
> > > all objects.
> > >
> > >
> > >
> > > --
> > > This message was sent by Atlassian JIRA
> > > (v6.3.4#6332)
> > >
> >
>


Fwd: [jira] [Commented] (IGNITE-1523) Need to always serialize user objects with configured marshaller

2016-02-02 Thread Valentin Kulichenko
Anton,

If you're working in this issue, can you please assign it to yourself?

-Val

-- Forwarded message --
From: Anton Vinogradov (JIRA) <j...@apache.org>
Date: Tue, Feb 2, 2016 at 4:43 AM
Subject: [jira] [Commented] (IGNITE-1523) Need to always serialize user
objects with configured marshaller
To: valentin.kuliche...@gmail.com



[
https://issues.apache.org/jira/browse/IGNITE-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15128185#comment-15128185
]

Anton Vinogradov commented on IGNITE-1523:
--

Fixed unmarshalling of Enum
Fixed unmarshalling of CacheStoreFactory within CacheConfiguration
All new checks added to GridCacheReplicatedPreloadSelfTest

> Need to always serialize user objects with configured marshaller
> 
>
> Key: IGNITE-1523
> URL: https://issues.apache.org/jira/browse/IGNITE-1523
> Project: Ignite
>  Issue Type: Improvement
>  Components: general
>Reporter: Valentin Kulichenko
>Assignee: Valentin Kulichenko
>Priority: Critical
>  Labels: important, user-request
> Fix For: 1.6
>
>
> Currently some components (at least discovery) use {{JdkMarshaller}} for
all objects.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)