Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Anna Koskinen caebf1e1d3
fix: don't serve directories as static files (#12325) (#12338)
před 2 roky
.github Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213) před 3 roky
.settings Update Eclipse project to Java 8 před 7 roky
all Update release note template před 3 roky
bom Update to 8.13-SNAPSHOT (#12110) před 3 roky
checkstyle Update copyright year range. (#12215) před 3 roky
client Ensure removing a row does not cause exceptions in detail row handling. (#12330) (#12331) před 2 roky
client-compiled Update copyright year range. (#12215) před 3 roky
client-compiler Update copyright year range. (#12215) před 3 roky
compatibility-client Update copyright year range. (#12215) před 3 roky
compatibility-client-compiled Update copyright year range. (#12215) před 3 roky
compatibility-server Include compatibility tests in validation builds (#12250) před 3 roky
compatibility-server-gae Update copyright year range. (#12215) před 3 roky
compatibility-shared Update copyright year range. (#12215) před 3 roky
compatibility-themes Update copyright year range. (#12215) před 3 roky
documentation Update UsingPolling.asciidoc (#12150) před 3 roky
eclipse Configure Eclipse to insert new line at the end of files (#10080) před 6 roky
liferay Update to 8.13-SNAPSHOT (#12110) před 3 roky
liferay-integration Update copyright year range. (#12215) před 3 roky
osgi-integration Update copyright year range. (#12215) před 3 roky
push Update copyright year range. (#12215) před 3 roky
scripts Use https for Maven repositories (#11668) před 4 roky
server fix: don't serve directories as static files (#12325) (#12338) před 2 roky
shared Add missing 8.13 since tag (#12236) před 3 roky
test Small updates to servlet container test setup. (#12318) (#12334) před 2 roky
testbench-api Fix TabSheetElement clicks for IE, test tweaks. (#12291) (#12305) před 3 roky
themes include @font-face definition in mixin so -icons variable has effect (#12309) před 3 roky
uitest Chrome 91 test fixes (#12323) (#12335) před 2 roky
.classpath Update Eclipse project to Java 8 před 7 roky
.gitattributes Add *.properties to .gitattributes (#10180) před 6 roky
.gitignore Automatic test for OSGi/karaf před 6 roky
.gitmodules Remove vaadin-screenshots submodule (#10956) před 6 roky
.project Convert Eclipse project to Maven based před 8 roky
CONTRIBUTING.md Update CONTRIBUTING.md to guide people to create fork (#11457) před 5 roky
LICENSE Fix typo in license (#9060) před 7 roky
README-DEV.md Remove whitespace-maven-plugin and formatter-maven-plugin. (#12213) před 3 roky
README-TESTS.md Updated local screenshot testing configurations. (#11814) před 4 roky
README.md Updated project setup instructions and Eclipse formatting instructions. (#12001) před 4 roky
pom.xml Bump jetty-servlets from 9.4.38.v20210224 to 9.4.41.v20210516 (#12322) (#12336) před 2 roky

README.md

Gitter

Vaadin Framework

Vaadin allows you to build modern web apps efficiently in plain Java, without touching low level web technologies.

This repository contains source code and issue tracking for Vaadin 8 and Vaadin 7, both of which use GWT as the base of client-side implementations. You can find source code and issue tracking for newer, web component based Vaadin versions in vaadin/platform.

Vaadin 8 includes Vaadin 7 compatibility classes and is supported until February 21, 2022 (extended support will be available for ten years after that).

Vaadin 7 support has already ended, extended support is available until February 2029.

Using Vaadin 8 to develop applications

Please refer to Vaadin tutorial and other documentation.

For known issues within Vaadin framework, see Issue Tracker. 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.

Contributing

To contribute, first refer to Contributing Code for general instructions and requirements for contributing code to the Vaadin framework.

For instructions on how to set up a working environment for developing the Vaadin framework, please visit Development Instructions. Pay special attention to workspace preferences.

We appreciate all contributors and want to make submitting changes as easy as possible. If you find any mistakes, unclear parts or out-of-date instructions, please let us know by submitting an issue or a pull request.