aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2023-07-28 15:19:39 +0300
committerGitHub <noreply@github.com>2023-07-28 15:19:39 +0300
commit27307b9719f85b1ee0cc9b3b4cc2ef8ca65ff63b (patch)
treeab2056614a86e1c85913b30219f6169af7bed812 /README.md
parentb309c2fc3652725d265f0b01b49f20bc6c2a7e54 (diff)
downloadvaadin-framework-27307b9719f85b1ee0cc9b3b4cc2ef8ca65ff63b.tar.gz
vaadin-framework-27307b9719f85b1ee0cc9b3b4cc2ef8ca65ff63b.zip
chore: Update README and release notes for Vaadin 8.21.0 (#12593)7.7.41
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9a0750af84..2278d670a2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/framework-8?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
-
# Vaadin Framework
*[Vaadin](https://vaadin.com) allows you to build modern web apps efficiently in plain Java, without touching low level web technologies.*
@@ -13,6 +12,7 @@ Vaadin 8 open source maintenance ended in February 2022, [extended support](http
Vaadin 7 open source maintenance ended in Febraury 2019, [extended support](https://vaadin.com/support/vaadin-7-extended-maintenance) is available until February 2029. Starting with version 7.7.18, Vaadin 7 is subject to CVDLv4.
+Starting with Vaadin 8.21.0, Vaadin Framework 8 releases will be made available through a *private Maven repository*. To gain access to this private repository, you can find instructions [here](https://vaadin.com/vaadin-8-extended-maintenance-releases). Vaadin Framework 8 releases will eventually be exclusively available through this private repository, but for the time being artifacts will also be released to Maven Central.
## Changelog
@@ -20,14 +20,12 @@ For a changelog of Vaadin 8 starting with 8.15.0, see the [Vaadin 8 Changelog](C
For a changelog of Vaadin 7 starting with 7.7.30, see the [Vaadin 7 Changelog](CHANGELOG-VAADIN7.md).
-
## Using Vaadin 8 to develop applications
Please refer to [Vaadin tutorial](https://vaadin.com/docs/v8/framework/tutorial.html) and other [documentation](https://vaadin.com/docs/v8/index.html).
For known issues within Vaadin framework, see [Issue Tracker](https://github.com/vaadin/framework/issues). Comment or react to an existing issue to mark your interest in resolving it. If you don't find an existing report of an issue you are experiencing, [submit a new issue](https://github.com/vaadin/framework/issues/new/choose).
-
## Developing Vaadin Framework
For instructions on how to set up a working environment for developing the Vaadin framework, please visit [Development Instructions](README-DEV.md). Pay special attention to workspace preferences.