All Projects → smallrye → smallrye-mutiny-vertx-bindings

smallrye / smallrye-mutiny-vertx-bindings

Licence: Apache-2.0 license
Smallrye Mutiny bindings for Eclipse Vert.x

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to smallrye-mutiny-vertx-bindings

Cloudunit
The Turnkey DevOps Platform
Stars: ✭ 150 (+130.77%)
Mutual labels:  vertx
Vertx Lang Kotlin
Vert.x for Kotlin
Stars: ✭ 215 (+230.77%)
Mutual labels:  vertx
vertx-ddns
基于 Vert.x 的 DDNS 解决方案。自动更新域名解析到本机IP, 支持的DNS服务商: Alidns(阿里云) 、 Dnspod(腾讯云) 、Cloudflare、华为云
Stars: ✭ 126 (+93.85%)
Mutual labels:  vertx
Pac4j
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 2,097 (+3126.15%)
Mutual labels:  vertx
Donkey
Modern Clojure HTTP server and client built for ease of use and performance
Stars: ✭ 199 (+206.15%)
Mutual labels:  vertx
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (+272.31%)
Mutual labels:  vertx
Vertx Maven Starter
Maven project template for Vert.x
Stars: ✭ 135 (+107.69%)
Mutual labels:  vertx
Zeko-SQL-Builder
Zeko SQL Builder is a high-performance lightweight SQL query library written for Kotlin language
Stars: ✭ 87 (+33.85%)
Mutual labels:  vertx
Cloudopt Next
A simple and modern Java and Kotlin vert.x web framework
Stars: ✭ 211 (+224.62%)
Mutual labels:  vertx
dbfx
This is a free, cross platform, open source database management tool based on JavaFX and vertx SQL client.
Stars: ✭ 63 (-3.08%)
Mutual labels:  vertx
Vertx Blueprint Todo Backend
Vert.x Blueprint Project - A reactive todo-backend implementation using Vert.x and various persistence
Stars: ✭ 169 (+160%)
Mutual labels:  vertx
Jax Rs Performance Comparison
⚡️ Performance Comparison of Jax-RS implementations and embedded containers
Stars: ✭ 181 (+178.46%)
Mutual labels:  vertx
coronamq
The simplest way to implement a task queue with Java, Vertx and PostgreSQL.
Stars: ✭ 23 (-64.62%)
Mutual labels:  vertx
Vert.x
Vert.x is a tool-kit for building reactive applications on the JVM
Stars: ✭ 12,544 (+19198.46%)
Mutual labels:  vertx
Chime
Time scheduler for Vert.x
Stars: ✭ 28 (-56.92%)
Mutual labels:  vertx
Vertx Rx
Reactive Extensions for Vert.x
Stars: ✭ 137 (+110.77%)
Mutual labels:  vertx
Blog
📚 Github static blog post, experience the fun of using Issues.Welcome star( 静态博客文章,体验一下使用 Issues 的乐趣,欢迎 star )个人博客地址:blog.hvkcoder.me/love
Stars: ✭ 230 (+253.85%)
Mutual labels:  vertx
IntroduceToEclicpseVert.x
This repository contains the code of Vert.x examples contained in my articles published on platforms such as kodcu.com, medium, dzone. How to run each example is described in its readme file.
Stars: ✭ 27 (-58.46%)
Mutual labels:  vertx
ethereum-ingest
JavaFX and commandline application to import events from the Ethereum blockchain into ElasticSearch, MongoDB, Hazelcast, CQEngine and SQLite.
Stars: ✭ 34 (-47.69%)
Mutual labels:  vertx
Quintessential-Tasklist-Zeebe
The quintessential Zeebe tasklist for BPMN Human tasks with Drag and Drop Form builder, client and server side validations, and drop in Form Rendering
Stars: ✭ 34 (-47.69%)
Mutual labels:  vertx

SmallRye Mutiny Vert.x Bindings

Build Status License Maven

Vert.x Mutiny Clients

Mutiny is a novel approach to deal with Reactive APIs. The vertx-mutiny-clients module contains the Vert.x client API using the Mutiny model (Uni and Multi).

It also contains the Vert.x code generator.

Build

mvn clean install

Release

  • open a pull request updating the .github/project.yml file with the desired release version and next development version.
  • once the pull request is merged, the release will be cut (tag, deployment...)

Compatibility Report

To generate the compatibility report, you need:

Generate the report with:

mvn verify -DskipTests revapi:report@revapi-check  -Prevapi -DskipTests -Dmaven.javadoc.skip=true -pl \!vertx-mutiny-clients-bom -pl \!vertx-mutiny-clients/vertx-mutiny-sql-client
jbang CompatibilityReport.java && asciidoctor target/compatibility-report.adoc

The HTML report is available in target/compatibility-report.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].