You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2017/02/02 13:57:51 UTC

[jira] [Closed] (CAY-2220) cdbimport: Java 8 date and time types

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

Nikita Timofeev closed CAY-2220.
--------------------------------
    Resolution: Fixed

Sample config for old java.util.Date type:
{code:xml}           <configuration>
                    <map>dbimport/testJava7Types.map.xml</map>
                    <dataSource>
                        <driver>org.apache.derby.jdbc.EmbeddedDriver</driver>
                        <url>jdbc:derby:memory:DbImporterMojoTest;create=true</url>
                    </dataSource>
                    <dbimport>
                        <schema>SCHEMA_01</schema>
                        <useJava7Types>true</useJava7Types>
                    </dbimport>
                </configuration>{code}

https://github.com/apache/cayenne/commit/99f4f21c179da1abdaa8da2876f4da3991002b30

> cdbimport: Java 8 date and time types
> -------------------------------------
>
>                 Key: CAY-2220
>                 URL: https://issues.apache.org/jira/browse/CAY-2220
>             Project: Cayenne
>          Issue Type: Sub-task
>          Components: Modeler, Non-GUI Tools
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>             Fix For: 4.0.M5
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)