[ https://issues.jboss.org/browse/ISPN-4933?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4933:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request: https://github.com/infinispan/protostream/pull/10
> Protostream annotation parser throws ArrayIndexOutOfBoundsException if the last annotation identifier is not followed by at least one other token
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-4933
> URL: https://issues.jboss.org/browse/ISPN-4933
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 7.0.0.CR2
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Final
>
>
> The following example results in ArrayIndexOutOfBoundsException:
> {code}
> /**
> * @Indexed
> */
> {code}
> and this one works:
> {code}
> /**
> * @Indexed()
> */
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4933?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4933:
--------------------------------
Status: Open (was: New)
> Protostream annotation parser throws ArrayIndexOutOfBoundsException if the last annotation identifier is not followed by at least one other token
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-4933
> URL: https://issues.jboss.org/browse/ISPN-4933
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 7.0.0.CR2
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Final
>
>
> The following example results in ArrayIndexOutOfBoundsException:
> {code}
> /**
> * @Indexed
> */
> {code}
> and this one works:
> {code}
> /**
> * @Indexed()
> */
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4933?page=com.atlassian.jira.plugin.... ]
Work on ISPN-4933 started by Adrian Nistor.
-------------------------------------------
> Protostream annotation parser throws ArrayIndexOutOfBoundsException if the last annotation identifier is not followed by at least one other token
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-4933
> URL: https://issues.jboss.org/browse/ISPN-4933
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 7.0.0.CR2
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 7.0.0.Final
>
>
> The following example results in ArrayIndexOutOfBoundsException:
> {code}
> /**
> * @Indexed
> */
> {code}
> and this one works:
> {code}
> /**
> * @Indexed()
> */
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
Adrian Nistor created ISPN-4933:
-----------------------------------
Summary: Protostream annotation parser throws ArrayIndexOutOfBoundsException if the last annotation identifier is not followed by at least one other token
Key: ISPN-4933
URL: https://issues.jboss.org/browse/ISPN-4933
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 7.0.0.CR2
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.0.0.Final
The following example results in ArrayIndexOutOfBoundsException:
{code}
/**
* @Indexed
*/
{code}
and this one works:
{code}
/**
* @Indexed()
*/
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4757?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-4757:
-----------------------------------
Fix Version/s: 7.1.0.Final
(was: 7.0.0.Final)
> Provide option to receive remote event filter/converter callbacks with raw data
> -------------------------------------------------------------------------------
>
> Key: ISPN-4757
> URL: https://issues.jboss.org/browse/ISPN-4757
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 7.1.0.Final
>
>
> As agreed in the forum post link, providing raw data can avoid serialization costs and can avoid classloading problems.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)