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

Nikita Timofeev closed CAY-2362.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 4.1.M1
                   4.0.B2

*4.1*: 
https://github.com/apache/cayenne/commit/cb3f9f4988bcc63820872ec5e7392f1d121902dd
*4.0*: 
https://github.com/apache/cayenne/commit/7c611dce2bb7f7c4c6e0b7607e8e944daff51759

> ColumnSelect: unable to use Property without type
> -------------------------------------------------
>
>                 Key: CAY-2362
>                 URL: https://issues.apache.org/jira/browse/CAY-2362
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 4.0.B1, 4.1.M1
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>             Fix For: 4.0.B2, 4.1.M1
>
>
> This will fail with {{NullPointerException}}:
> {code}
> Property<String> property = new Property<>("artistName");
> ObjectSelect.columnQuery(Artist.class, property).select(context);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to