{"id":13565376,"url":"https://github.com/mcollovati/vertx-vaadin","last_synced_at":"2025-04-09T16:18:16.661Z","repository":{"id":44220606,"uuid":"123822761","full_name":"mcollovati/vertx-vaadin","owner":"mcollovati","description":"Run Vaadin UI on Vert.x","archived":false,"fork":false,"pushed_at":"2025-03-24T17:02:46.000Z","size":3491,"stargazers_count":44,"open_issues_count":13,"forks_count":17,"subscribers_count":9,"default_branch":"development","last_synced_at":"2025-04-09T16:18:07.512Z","etag":null,"topics":["vaadin","vertx","vertx-web"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcollovati.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-04T19:47:00.000Z","updated_at":"2025-03-22T18:37:05.000Z","dependencies_parsed_at":"2023-11-24T18:29:37.071Z","dependency_job_id":"ebe7b4ce-9183-4f89-a1fd-f33113757faa","html_url":"https://github.com/mcollovati/vertx-vaadin","commit_stats":{"total_commits":372,"total_committers":3,"mean_commits":124.0,"dds":"0.032258064516129004","last_synced_commit":"1482889135a7bc33d812457ee0ea0eae45af3804"},"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcollovati%2Fvertx-vaadin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcollovati%2Fvertx-vaadin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcollovati%2Fvertx-vaadin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcollovati%2Fvertx-vaadin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcollovati","download_url":"https://codeload.github.com/mcollovati/vertx-vaadin/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065280,"owners_count":21041872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vaadin","vertx","vertx-web"],"created_at":"2024-08-01T13:01:45.777Z","updated_at":"2025-04-09T16:18:16.637Z","avatar_url":"https://github.com/mcollovati.png","language":"Java","funding_links":[],"categories":["Web Frameworks","others","Java"],"sub_categories":[],"readme":"# Vertx Vaadin\n\n## Status\n\n![License](https://img.shields.io/github/license/mcollovati/vertx-vaadin.svg)\n![Maven Central](https://img.shields.io/maven-central/v/com.github.mcollovati.vertx/vertx-vaadin-flow.svg?label=vertx-vaadin-flow)\n![Repsy Snapshots](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepo.repsy.io%2Fmvn%2Fmcollovati%2Fvertx-vaadin-snapshots%2Fcom%2Fgithub%2Fmcollovati%2Fvertx%2Fvertx-vaadin-flow%2Fmaven-metadata.xml\u0026label=repsy%20(snapshots))\n\n\n## Description\n\nVertx Vaadin is an adapter library that lets you run [Vaadin](https://vaadin.com/) applications on top of [Vert.x](http://vertx.io/).\nThis means you can mix the simplicity and robustness of Vaadin applications with the powerful tools provided by Vert.x, such as event bus, clustering, High Availability and Fail-Over.\n\n\u003e [!IMPORTANT]\n\u003e Vaadin 8 is not supported anymore.\n\n## Installation and Getting Started\n\nVertx-vaadin binaries are available on Maven Central and Bintray.\n\n### Maven\n\nStable artifacts are published on Maven Central.\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.mcollovati.vertx\u003c/groupId\u003e\n  \u003cartifactId\u003evertx-vaadin-flow\u003c/artifactId\u003e\n  \u003cversion\u003e${vertx-vaadin-flow.version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nFor better compatibility with Flow client, specific `vaadin-flow-sockjs` artifacts targeting exact Vaadin versions\nin use are published using the `vaadin-${vaadin.version}` classifier.\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.mcollovati.vertx\u003c/groupId\u003e\n    \u003cartifactId\u003evaadin-flow-sockjs\u003c/artifactId\u003e\n    \u003cversion\u003e${vertx-vaadin-flow.version}\u003c/version\u003e\n    \u003cclassifier\u003evaadin-${vaadin.version}\u003c/classifier\u003e\n\u003c/dependency\u003e\n```\n\nSnapshots and `vaadin-flow-sockjs` classifiers are currently published on [Repsy](https://repsy.io/).\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003evertx-vaadin\u003c/id\u003e\n        \u003curl\u003ehttps://repo.repsy.io/mvn/mcollovati/vertx-vaadin\u003c/url\u003e\n        \u003creleases\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n        \u003c/releases\u003e\n        \u003csnapshots\u003e\n            \u003cenabled\u003efalse\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n    \u003c/repository\u003e\n    \u003crepository\u003e\n    \u003cid\u003evertx-vaadin-snapshots\u003c/id\u003e\n        \u003curl\u003ehttps://repo.repsy.io/mvn/mcollovati/vertx-vaadin-snapshots\u003c/url\u003e\n        \u003creleases\u003e\n            \u003cenabled\u003efalse\u003c/enabled\u003e\n        \u003c/releases\u003e\n        \u003csnapshots\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n\n\n## Compatibility matrix\n\n| Vaadin version | Vert.x version | vertx-vaadin version                                                                                                                               | Status                                                                                                                              |\n|----------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| 24.6           | 4.5.9+         | ![Maven Central 24.6.x](https://img.shields.io/maven-central/v/com.github.mcollovati.vertx/vertx-vaadin-flow?logo=apache-maven\u0026versionPrefix=24.6) | ![Development](https://github.com/mcollovati/vertx-vaadin/actions/workflows/validation.yml/badge.svg?event=push\u0026branch=development) |\n| 24.5           | 4.5.9+         | ![Maven Central 24.5.x](https://img.shields.io/maven-central/v/com.github.mcollovati.vertx/vertx-vaadin-flow?logo=apache-maven\u0026versionPrefix=24.5) | ![Vaadin 24.5](https://github.com/mcollovati/vertx-vaadin/actions/workflows/validation.yml/badge.svg?branch=vaadin-24.5)            |\n| 24.4           | 4.5.9+         | ![Maven Central 24.4.x](https://img.shields.io/maven-central/v/com.github.mcollovati.vertx/vertx-vaadin-flow?logo=apache-maven\u0026versionPrefix=24.4) | ![Vaadin 24.4](https://github.com/mcollovati/vertx-vaadin/actions/workflows/validation.yml/badge.svg?branch=vaadin-24.4)            |\n| 24.3           | 4.3.1+         | ![Maven Central 24.3.x](https://img.shields.io/maven-central/v/com.github.mcollovati.vertx/vertx-vaadin-flow?logo=apache-maven\u0026versionPrefix=24.3) | ![Vaadin 24.3](https://github.com/mcollovati/vertx-vaadin/actions/workflows/validation.yml/badge.svg?branch=vaadin-24.3)            |\n| 23.3           | 4.3.1+         | ![Maven Central 23.x](https://img.shields.io/maven-central/v/com.github.mcollovati.vertx/vertx-vaadin-flow?logo=apache-maven\u0026versionPrefix=23)     | ![Vaadin 23.3](https://github.com/mcollovati/vertx-vaadin/actions/workflows/validation.yml/badge.svg?branch=vaadin-23)              |\n\n## Documentation\n\nSee [vertx-vaadin-flow](vertx-vaadin-flow-parent/vertx-vaadin-flow) module for more information.\n\n## Demo and samples\n\nSource code for sample application can be found on [vaadin-vertx-samples](https://github.com/mcollovati/vaadin-vertx-samples) repository.\n\n## Issue tracking\n\nThe issues for this project are tracked on its [github.com page](https://github.com/mcollovati/vertx-vaadin/issues). All bug reports and feature requests are appreciated.\n\n## Contributions\n\nContributions are welcome, but there are no guarantees that they are accepted as such. Process for contributing is the following:\n- Fork this project\n- Create an issue to this project about the contribution (bug or feature) if there is no such issue about it already. Try to keep the scope minimal.\n- Develop and test the fix or functionality carefully. Only include minimum amount of code needed to fix the issue.\n- Refer to the fixed issue in commit\n- Send a pull request for the original project\n- Comment on the original issue that you have implemented a fix for it\n\n## License\n\nVertx Vaadin is distributed under MIT License. For license terms, see [LICENSE](LICENSE).\n\n## Acknowledgements\n\nThanks to:\n\n* [David Sowerby](https://github.com/davidsowerby) (author of [Krail framework](https://github.com/davidsowerby/krail)) for all his precious technical and non technical support.\n* [Vaadin](https://vaadin.com/), and especially [Pekka Hyvönen](https://twitter.com/plekuu), for allowing me to use\nFlow UI test code and for the [Testbench](https://vaadin.com/testbench) license.\n* [Dudeplayz](https://github.com/Dudeplayz) for his valuable feedback.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcollovati%2Fvertx-vaadin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcollovati%2Fvertx-vaadin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcollovati%2Fvertx-vaadin/lists"}