Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 81274200C5C for ; Wed, 5 Apr 2017 11:29:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7FE78160B91; Wed, 5 Apr 2017 09:29:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD3FD160B9E for ; Wed, 5 Apr 2017 11:29:44 +0200 (CEST) Received: (qmail 6142 invoked by uid 500); 5 Apr 2017 09:29:44 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 6129 invoked by uid 99); 5 Apr 2017 09:29:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Apr 2017 09:29:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7AB0618049D for ; Wed, 5 Apr 2017 09:29:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dw2DW_MT0wZO for ; Wed, 5 Apr 2017 09:29:42 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5FF845F24C for ; Wed, 5 Apr 2017 09:29:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DEA08E00B4 for ; Wed, 5 Apr 2017 09:29:41 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9DDF124017 for ; Wed, 5 Apr 2017 09:29:41 +0000 (UTC) Date: Wed, 5 Apr 2017 09:29:41 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@cayenne.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAY-2275) Documentation: tutorial is out of sync with 4.0.M5 version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Apr 2017 09:29:45 -0000 [ https://issues.apache.org/jira/browse/CAY-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956570#comment-15956570 ] ASF GitHub Bot commented on CAY-2275: ------------------------------------- GitHub user nismooooooo opened a pull request: https://github.com/apache/cayenne/pull/182 CAY-2275 Documentation: tutorial is out of sync with 4.0.M5 version You can merge this pull request into a Git repository by running: $ git pull https://github.com/nismooooooo/cayenne CAY-2275-b Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/182.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #182 ---- commit f19c102ba6e16f25bc48fb47c5bff087297a2979 Author: Anton Dreka Date: 2017-04-04T14:21:44Z CAY-2275 Documentation: tutorial is out of sync with 4.0.M5 version commit dd3487ad565322ff4afd621db530a07b1820b5a9 Author: Anton Dreka Date: 2017-04-04T14:25:11Z CAY-2275 Documentation: tutorial is out of sync with 4.0.M5 version commit 7868ccc70650479796d278aee4ed51407411e334 Author: Anton Dreka Date: 2017-04-05T08:35:04Z CAY-2275: Changed Date to LocalDate commit c902d9cb07198564b094651aef0e821ba34713c4 Author: Anton Dreka Date: 2017-04-05T08:48:45Z CAY-2275 Changed Date to LocalDate ---- > Documentation: tutorial is out of sync with 4.0.M5 version > ---------------------------------------------------------- > > Key: CAY-2275 > URL: https://issues.apache.org/jira/browse/CAY-2275 > Project: Cayenne > Issue Type: Bug > Components: Documentation > Affects Versions: 4.0.M5 > Reporter: Nikita Timofeev > Assignee: Nikita Timofeev > Fix For: 4.0.M6 > > > With 4.0.M5 release {{java.time.*}} types are used by default in modeler and tools, while tutorial refers to {{java.util.Date}} type. > Here is some places to fix: > # cayenne inclusion requires cayenne-java8 module > # custom {{setDate}} method > # servlet example -- This message was sent by Atlassian JIRA (v6.3.15#6346)