Quantcast
Channel: Vert.x
Browsing latest articles
Browse All 158 View Live

An Eclipse Vert.x Gradle Plugin

Eclipse Vert.x is a versatile toolkit, and as such it does not have any strong opinion on the tools that you should be using.Gradle is a popular build tool in the JVM ecosystem, and it is quite easy to...

View Article


Eclipse Vert.x 3.5.0 released !

The Vert.x team is pleased to announce the release of Eclipse Vert.x 3.5.0.As usual it delivers an impressive number of high quality features.Let’s go RxJava2First and foremost this release delivers...

View Article


Eclipse Vert.x meets GraphQL

I recently added GraphQL support to Gentics Mesh and I thought it would be a good idea to boil down the essence of my implementation in example so that I could share it in a simpler form. The example...

View Article

TCP Client using Eclipse Vert.x, Kotlin and Gradle build

As part of my hobby project to control RaspberryPi using Google Home Mini and/or Alexa, I wanted to write a very simple TCP client that keeps a connection open to one of my custom written server in...

View Article

Eclipse Vert.x based Framework URL Shortener Backend

AWS Lambda & Vertx Framework URL Shortener BackendIntroRecently I stumbled upon Vertx. Event-driven, asynchronized, lightweight, reactive, highly performant, polyglot application framework. Ideal...

View Article


Eclipse Vert.x 3.5.1 released!

We have just released Vert.x 3.5.1!Fixes first!As usual this release fixes bugs reported in 3.5.0, see the release notes.JUnit 5 supportThis release introduces the new vertx-junit5 module.JUnit 5 is a...

View Article

Google Summer of Code 2018

It’s this time of year again! Google Summer of Code 2018 submission period has just started!Submit through the Eclipse organizationThis year, the Eclipse Vert.x project participates through the Eclipse...

View Article

Image may be NSFW.
Clik here to view.

Eclipse Vert.x metrics now with Micrometer.io

Vert.x has already been providing metrics for some time, through the vertx-dropwizard-metrics and vertx-hawkular-metrics modules. Both of them implement a service provider interface (SPI) to collect...

View Article


New community channels

If you visited the Eclipse Vert.x website recently, you might have noticed a couple of novelties on the community page:the Stack Overflow vert.x tag for user questionsthe vertx-users Gitter channel to...

View Article


Eclipse Vert.x RabbitMQ client gets a new consumer API!

In Eclipse Vert.x 3.6.0 the RabbitMQ client will get a new consumer API. In this post we are going to show the improvements since the previous API and how easy it is to use now.Before digging into the...

View Article

Eclipse Vert.x goes Native

I this blog post I would like to give you a preview on native image generation of Vert.x applications using GraalVM.With GraalVM it is possible to generate native executables. These executables can be...

View Article

Eclipse Vert.x 3.5.2

We have just released Vert.x 3.5.2, a bug fix release of Vert.x 3.5.x.Since the release of Vert.x 3.5.1, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article

Simplified database transaction management with the Vert.x RxJava API

TL;DR As of 3.5, managing database transactions with Vert.x requires a lot of boilerplate code.Vert.x 3.6 will provide helpers and Observable transformers to easily make a reactive flow...

View Article


Eclipse Vert.x 3.5.3

We have just released Vert.x 3.5.3, a bug fix release of Vert.x 3.5.x.Since the release of Vert.x 3.5.2, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article

Image may be NSFW.
Clik here to view.

The RSS reader tutorial

The RSS reader tutorialThis tutorial is dedicated for users who’d like to know how to use the Eclipse Vert.x Cassandra client with in practice.Before you start this tutorialBefore starting, you should...

View Article


The RSS reader tutorial. Step 2.

Quick recapIn the previous step we have successfully implemented the first endpoint of the RSS reader app.The RSS reader example assumes implementing 3 endpoints. This article is dedicated to...

View Article

Eclipse Vert.x 3.5.4

We have just released Vert.x 3.5.4, a bug fix release of Vert.x 3.5.x.Since the release of Vert.x 3.5.3, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article


Image may be NSFW.
Clik here to view.

Eclipse Vert.x 3.6.0 released !

We are pleased to announce the Eclipse Vert.x 3.6.0 release.As always, the community contributions have been key in achieving this milestone. To all of you who participated: thank you, you are...

View Article

The RSS reader tutorial. Step 3.

Quick recapNow that Vert.x 3.6.0 has been released, it’s the perfect time to conclude our Vert.x Cassandra Client tutorial!In the previous step we have successfully implemented the second endpoint of...

View Article

HTTP response validation with the Vert.x Web Client

By default, a Vert.x Web Client request ends with an error only if something wrong happens at the network level. In other words, a 404 Not Found response, or a response with the wrong content type, are...

View Article

Vert.x Web API Service Introduction

Vert.x Web API ServiceVert.x 3.6 introduces a new module called vertx-web-api-service. With the new Web API Services you can easily combine the Vert.x Web Router and the Vert.x OpenAPI Router Factory...

View Article


Eclipse Vert.x 3.6.2

We have just released Vert.x 3.6.2, a bug fix release of Vert.x 3.6.x.There is already a 3.6.1 release but that exhibited a (Maven dependency) regression for Vert.x RxJava, so we reacted immediately...

View Article


Eclipse Vert.x 3.6.3

We have just released Vert.x 3.6.3, a bug fix release of Vert.x 3.6.x.Since the release of Vert.x 3.6.2, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article

Eclipse Vert.x 3.7.0 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.7.0 has been released.It is an exciting milestone for a couple of reasons:it comes with great new features like the GraphQL...

View Article

Eclipse Vert.x 3.7.1

We have just released Vert.x 3.7.1, a bug fix release of Vert.x 3.7.x and a few small features.Since the release of Vert.x 3.7.0, quite a few bugs have been reported. We would like to thank you all for...

View Article


Image may be NSFW.
Clik here to view.

VS Code Vert.x Starter Extension

Hi Vert.x community! Today, we are really excited to announce the Visual Studio Code Vert.x Starter extension.The extension is a community contribution made by Daniel Petisme (@danielpetisme).Click on...

View Article

Eclipse Vert.x 3.8.0 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.8.0 has been released.This is an important release that introduces a few changes ramping up to Vert.x 4 expected by the end of...

View Article

Image may be NSFW.
Clik here to view.

Eclipse Vert.x 4 milestone 1 released!

We are extremely pleased to announce the first 4.0 milestone release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.This release aims to...

View Article

Eclipse Vert.x 3.8.1

We have just released Vert.x 3.8.1, a bug fix release of Vert.x 3.8.x.This version updates to Netty 4.1.39.Final fixing the following HTTP/2 related CVECVE-2019-9512: Ping FloodCVE-2019-9514: Reset...

View Article



Image may be NSFW.
Clik here to view.

Eclipse Vert.x 4 milestone 2 released!

We are extremely pleased to announce the second 4.0 milestone release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.This release aims to...

View Article

Eclipse Vert.x for Scala next steps

Scala for Eclipse Vert.x: The next stepsTL;DRNo Scala 2.13 in Eclipse Vert.x 3.x due to increased support burdenNew value classes based approach for Vert.x 4RetrospectiveIt’s been more than two years...

View Article

Image may be NSFW.
Clik here to view.

Eclipse Vert.x 4 milestone 3 released!

We are extremely pleased to announce the third 4.0 milestone release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.This release aims to...

View Article

Eclipse Vert.x 3.8.2

We have just released Vert.x 3.8.2, a bug fix release of Vert.x 3.8.x.Since the release of Vert.x 3.8.2, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article


Eclipse Vert.x 3.8.3

We have just released Vert.x 3.8.3, a bug fix release of Vert.x 3.8.x.Since the release of Vert.x 3.8.3, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article

Send web requests and assert results with vertx-junit5-web-client

In last Vert.x 3.8 release we added a new module called vertx-junit5-web-client, that brings Vert.x Web Client injection into tests and provides an API called TestRequest to simplify the creation and...

View Article

Eclipse Vert.x 3.8.4

We have just released Vert.x 3.8.4, a bug fix release of Vert.x 3.8.x.Since the release of Vert.x 3.8.4, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article


Image may be NSFW.
Clik here to view.

Eclipse Vert.x 4 milestone 4 released!

We are extremely pleased to announce the forth 4.0 milestone release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.This release aims to...

View Article


Eclipse Vert.x 3.8.5

We have just released Vert.x 3.8.5, a bug fix release of Vert.x 3.8.x.Since the release of Vert.x 3.8.5, quite a few bugs have been reported. We would like to thank you all for reporting these...

View Article

Image may be NSFW.
Clik here to view.

Easy SSO for Vert.x with Keycloak

Easy SSO for Vert.x with KeycloakTL;DRIn this blog post you’ll learn:How to implement Single Sign-on with OpenID ConnectHow to use Keycloak’s OpenID Discovery to infer OpenID provider configurationHow...

View Article

Eclipse Vert.x 3.9.0 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.9.0 has been released.SQL Client fluent queriesThe query API becomes fluent with the addition of a Query API for queries creation...

View Article

Eclipse Vert.x 3.9.1 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.9.1 has been released.Among all bug fixes you can find in 3.9.1 this enhancementJDK 8 HTTP/2 supportPreviously using the Jetty...

View Article


Eclipse Vert.x 3.9.2 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.9.2 has been released.Among all bug fixes you can find in 3.9.2 this enhancementMeet the Reactive DB2 ClientThe Reactive SQL...

View Article

Image may be NSFW.
Clik here to view.

Eclipse Vert.x 4 milestone 5 released!

We are extremely pleased to announce the fifth 4.0 milestone release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.This release aims to...

View Article


Eclipse Vert.x 4 beta 1 released!

We are extremely pleased to announce the first 4.0 beta release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.SQL client metricsVert.x 4...

View Article

Eclipse Vert.x 3.9.3 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.9.3 has been released.Since the release of Vert.x 3.9.3, quite a few bugs have been reported. We would like to thank you all for...

View Article


Eclipse Vert.x 4 beta 3 released!

We are extremely pleased to announce the third 4.0 beta release of Eclipse Vert.x .Vert.x 4 is the evolution of the Vert.x 3.x series that will bring key features to Vert.x.HTTP client request...

View Article

JWT Authorization for Vert.x with Keycloak

JWT Authorization for Vert.x with KeycloakTL;DRIn this blog post you’ll learn:JWT foundationsHow to protect routes with a JWT AuthorizationHow to extract claims from a JWT encoded tokenHow to apply...

View Article

Eclipse Vert.x 3.9.4 released!

We are extremely pleased to announce that the Eclipse Vert.x version 3.9.4 has been released.Since the release of Vert.x 3.9.4, quite a few bugs have been reported. We would like to thank you all for...

View Article

Eclipse Vert.x 4 CR1 released!

We are extremely pleased to announce the first release candidate of Vert.x 4.0 .We consider Vert.x 4.0 as feature complete and we will do a few release candidates to allow the community to test it and...

View Article


Eclipse Vert.x 4 CR2 released!

We are extremely pleased to announce the first release candidate of Vert.x 4.0 .We consider Vert.x 4.0 as feature complete and we will do a few release candidates to allow the community to test it and...

View Article

Browsing latest articles
Browse All 158 View Live