Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 4. Release components
4.1. Supported Artifacts introduced in this release Link kopierenLink in die Zwischenablage kopiert!
No artifacts have been moved from Technology Preview to fully supported in this release.
4.2. Technology Preview artifacts introduced in this release Link kopierenLink in die Zwischenablage kopiert!
This section describes the Technology Preview artifacts introduced in this release.
4.2.1. Technology Preview artifacts introduced in the 4.3 release Link kopierenLink in die Zwischenablage kopiert!
The following artifacts are provided as Technology Preview in the 4.3 release.
vertx-grpc-clientThe Eclipse Vert.x gRPC Client is a new Google Remote Procedure Call (gRPC) client that relies on the Eclipse Vert.x HTTP client. The Eclipse Vert.x gRPC Client provides two alternative ways to interact with a server:
- A gRPC request-and-response-oriented API that does not require a generated stub
A generated stub with a gRPC channel
NoteThe Eclipse Vert.x gRPC Client supersedes the integrated Netty-based gRPC client.
vertx-grpc-serverThe Eclipse Vert.x gRPC Server is a new Google Remote Procedure Call (gRPC) server that relies on the Eclipse Vert.x HTTP server. The Eclipse Vert.x gRPC Server provides two alternative ways to interact with a client:
- A gRPC request-and-response-oriented API that does not require a generated stub
A generated stub with a service bridge
NoteThe Eclipse Vert.x gRPC Server supersedes the integrated Netty-based gRPC server.
vertx-grpc-commonThe Eclipse Vert.x gRPC Common artifact provides common functionality that the Eclipse Vert.x gRPC Client and the Eclipse Vert.x gRPC Server both use.
vertx-grpc-aggregatorThe Eclipse Vert.x gRPC Aggregator consists of a Project Object Model (POM) file. The Eclipse Vert.x gRPC Aggregator does not provide any additional functionality.
4.2.2. Technology Preview artifacts introduced in earlier 4.x releases Link kopierenLink in die Zwischenablage kopiert!
The following artifacts that were available as Technology Preview from previous 4.x releases continue to be Technology Preview in this release.
vertx-auth-otpThe Eclipse Vert.x OTP Auth provider is an implementation of the
AuthenticationProviderinterface that uses one-time passwords to perform authentication. The Eclipse Vert.x OTP Auth provider supports the Google Authenticator. You can use any convenient library to create the quick response (QR) with a key. You can also transfer the key in base32 format.vertx-oracle-clientThe Eclipse Vert.x reactive Oracle client is a client for the Oracle server. It is an API that helps in database scalability and has low overhead. Because the API is reactive and non-blocking, you can handle multiple database connections with a single thread.
NoteThe Eclipse Vert.x reactive Oracle client requires that you use the Oracle JDBC driver. Red Hat does not provide support for the Oracle JDBC driver.
The Eclipse Vert.x reactive Oracle client requires that you use JDK 11 or JDK 17.
vertx-http-proxyThe Eclipse Vert.x HTTP proxy is a reverse proxy. Using this module you can easily create proxies. The proxy server can also dynamically resolve the DNS queries from origin server.
vertx-web-proxyThe Eclipse Vert.x web proxy enables you to mount an Eclipse Vert.x HTTP proxy in an Eclipse Vert.x web router.
vertx-opentelemetryOpen Telemetry tracing is supported. You can use Open Telemetry for HTTP and event bus tracing.
4.3. Artifacts removed in this release Link kopierenLink in die Zwischenablage kopiert!
No artifacts are removed in this release.
4.4. Artifacts deprecated in this release Link kopierenLink in die Zwischenablage kopiert!
No artifacts are marked as deprecated in this release.