[jira] [Updated] (CAY-2551) Create extended type for abstract Number class

2019-04-10 Thread Arseni Bulatski (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAY-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arseni Bulatski updated CAY-2551:
-
Affects Version/s: (was: 4.2.M1)

> Create extended type for abstract Number class
> --
>
> Key: CAY-2551
> URL: https://issues.apache.org/jira/browse/CAY-2551
> Project: Cayenne
>  Issue Type: Task
>  Components: Core Library
>Reporter: Arseni Bulatski
>Priority: Major
> Fix For: 4.2.M1
>
>
> Need to create extended type for abstract Number class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAY-2551) Create extended type for abstract Number class

2019-04-10 Thread Arseni Bulatski (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAY-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arseni Bulatski updated CAY-2551:
-
Affects Version/s: (was: 4.1.B2)
   4.2.M1

> Create extended type for abstract Number class
> --
>
> Key: CAY-2551
> URL: https://issues.apache.org/jira/browse/CAY-2551
> Project: Cayenne
>  Issue Type: Task
>  Components: Core Library
>Affects Versions: 4.2.M1
>Reporter: Arseni Bulatski
>Priority: Major
> Fix For: 4.2.M1
>
>
> Need to create extended type for abstract Number class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAY-2551) Create extended type for abstract Number class

2019-04-10 Thread Arseni Bulatski (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAY-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arseni Bulatski updated CAY-2551:
-
Fix Version/s: (was: 4.1.B2)

> Create extended type for abstract Number class
> --
>
> Key: CAY-2551
> URL: https://issues.apache.org/jira/browse/CAY-2551
> Project: Cayenne
>  Issue Type: Task
>  Components: Core Library
>Affects Versions: 4.1.B2
>Reporter: Arseni Bulatski
>Priority: Major
> Fix For: 4.2.M1
>
>
> Need to create extended type for abstract Number class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] [cayenne] aarrsseni opened a new pull request #375: CAY-2562 Make ROPServerModule autoloaded

2019-04-10 Thread GitBox
aarrsseni opened a new pull request #375: CAY-2562 Make ROPServerModule 
autoloaded
URL: https://github.com/apache/cayenne/pull/375
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Assigned] (CAY-2562) Make ROPServerModule autoloaded

2019-04-10 Thread Arseni Bulatski (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAY-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arseni Bulatski reassigned CAY-2562:


Assignee: Arseni Bulatski

> Make ROPServerModule autoloaded
> ---
>
> Key: CAY-2562
> URL: https://issues.apache.org/jira/browse/CAY-2562
> Project: Cayenne
>  Issue Type: Task
>  Components: ROP
>Affects Versions: 4.2.M1
>Reporter: Arseni Bulatski
>Assignee: Arseni Bulatski
>Priority: Major
> Fix For: 4.2.M1
>
>
> Need to make ROPServerModule autoloaded.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAY-2552) ColumnQuery with flattened attributes bug

2019-04-10 Thread Arseni Bulatski (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAY-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arseni Bulatski updated CAY-2552:
-
Attachment: ColumnQuery_with_flattened_attribute_bug.patch

> ColumnQuery with flattened attributes bug
> -
>
> Key: CAY-2552
> URL: https://issues.apache.org/jira/browse/CAY-2552
> Project: Cayenne
>  Issue Type: Bug
>  Components: Core Library
>Affects Versions: 4.2.M1
>Reporter: Arseni Bulatski
>Priority: Major
> Fix For: 4.2.M1
>
> Attachments: ColumnQuery_with_flattened_attribute_bug.patch
>
>
> Select entity with flattened attributes in column query.
> Entry point: EntityRowReader
> Fields size from segmentMetadata isn't equal to columns list size in 
> RowDescriptor.
> You can see test case in attachment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAY-2552) ColumnQuery with flattened attributes bug

2019-04-10 Thread Arseni Bulatski (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAY-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arseni Bulatski updated CAY-2552:
-
Description: 
Select entity with flattened attributes in column query.

Entry point: EntityRowReader

Fields size from segmentMetadata isn't equal to columns list size in 
RowDescriptor.

You can see test case in attachment.

  was:
Select entity with flattened attributes in column query. This query won't be 
performed.

Entry point: EntityRowReader

Fields size from segmentMetadata isn't equal to columns list size in 
RowDescriptor.


> ColumnQuery with flattened attributes bug
> -
>
> Key: CAY-2552
> URL: https://issues.apache.org/jira/browse/CAY-2552
> Project: Cayenne
>  Issue Type: Bug
>  Components: Core Library
>Affects Versions: 4.2.M1
>Reporter: Arseni Bulatski
>Priority: Major
> Fix For: 4.2.M1
>
>
> Select entity with flattened attributes in column query.
> Entry point: EntityRowReader
> Fields size from segmentMetadata isn't equal to columns list size in 
> RowDescriptor.
> You can see test case in attachment.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)