You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2019/11/06 07:24:28 UTC

[cayenne] branch STABLE-4.0 updated (60d9aeb -> 937a022)

This is an automated email from the ASF dual-hosted git repository.

aadamchik pushed a change to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git.


    from 60d9aeb  splitting queries.adoc into smaller more manageable files
     new e6cff39  removing mention of Cayenne 4.1 from 4.0 docs
     new 937a022  typo

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc   | 4 ----
 .../src/docs/asciidoc/_cayenne-guide/part2/including.adoc             | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)


[cayenne] 01/02: removing mention of Cayenne 4.1 from 4.0 docs

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aadamchik pushed a commit to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit e6cff39177ab64e55941049ef73992442fbb3263
Author: Andrus Adamchik <an...@objectstyle.com>
AuthorDate: Wed Nov 6 10:21:14 2019 +0300

    removing mention of Cayenne 4.1 from 4.0 docs
---
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc   | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc
index a990cdf..2b49ad3 100644
--- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc
+++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc
@@ -25,10 +25,6 @@ include::../var.adoc[]
 |===
 |Cayenne Version |Java Version |Status
 
-|4.1
-|Java 1.8 or newer
-|Development
-
 |4.0
 |Java 1.7 or newer
 |Stable


[cayenne] 02/02: typo

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aadamchik pushed a commit to branch STABLE-4.0
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 937a022e06f0c48bfdb0e5769d4bbac37bc094e9
Author: Andrus Adamchik <an...@objectstyle.com>
AuthorDate: Wed Nov 6 10:24:19 2019 +0300

    typo
---
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
index 7c74f37..e574101 100644
--- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
+++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
@@ -616,7 +616,7 @@ cgen.dependsOn cdbimport
 compileJava.dependsOn cgen
 ----
 
-NOTE: Running `cdbimport` automatically with build not always a good choice, e.g. in case of complex model that you need to alter in the Cayenne Modeler after import.
+NOTE: Running `cdbimport` automatically with build is not always a good choice, e.g. in case of complex model that you need to alter in the Cayenne Modeler after import.
 
 ==== Ant Projects