This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new b1b363d28 Update docs b1b363d28 is described below commit b1b363d2842ecdc3b653c471e968d8ceef23515f Author: stariy95 <stari...@gmail.com> AuthorDate: Wed Dec 6 18:58:21 2023 +0400 Update docs --- .../src/docs/asciidoc/_getting-started-db-first/part4-java-classes.adoc | 2 +- .../src/docs/asciidoc/_getting-started-guide/java-classes.adoc | 2 +- docs/asciidoc/upgrade-guide/src/docs/asciidoc/upgrade-guide.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part4-java-classes.adoc b/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part4-java-classes.adoc index 212229dbb..8ba6610a5 100644 --- a/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part4-java-classes.adoc +++ b/docs/asciidoc/getting-started-db-first/src/docs/asciidoc/_getting-started-db-first/part4-java-classes.adoc @@ -53,7 +53,7 @@ Note that Cayenne code is unrecognized, that's because we need to include Cayenn </dependencies> ---- -Additionally we need to tell `Maven compiler plugin` that our code uses Java 8: +Additionally we need to tell `Maven compiler plugin` that our code uses Java 11: [source,xml] ---- <build> diff --git a/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/java-classes.adoc b/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/java-classes.adoc index 6ab9818eb..722332f0d 100644 --- a/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/java-classes.adoc +++ b/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/java-classes.adoc @@ -67,7 +67,7 @@ The resulting POM should look like this: </project> ---- <1> Here you can specify the version of Cayenne you are actually using -<2> Tell Maven to support Java 8 +<2> Tell Maven to support Java 11 Your computer must be connected to the internet. Once you edit the `pom.xml`, IDEA will download the needed Cayenne jar file and add it to the project build path. As a diff --git a/docs/asciidoc/upgrade-guide/src/docs/asciidoc/upgrade-guide.adoc b/docs/asciidoc/upgrade-guide/src/docs/asciidoc/upgrade-guide.adoc index eb0a80e6c..b487695fc 100644 --- a/docs/asciidoc/upgrade-guide/src/docs/asciidoc/upgrade-guide.adoc +++ b/docs/asciidoc/upgrade-guide/src/docs/asciidoc/upgrade-guide.adoc @@ -36,7 +36,7 @@ is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND See the License for the specific language governing permissions and limitations under the License._# -This guide highlights the new features and changes introduced in Apache Cayenne 4.2. For a full list of changes consult +This guide highlights the new features and changes introduced in Apache Cayenne 5.0. For a full list of changes consult RELEASE-NOTES.txt included in Cayenne download. For release-specific upgrade instructions check UPGRADE.txt. include::_upgrade-guide/new-features.adoc[] \ No newline at end of file