此内容没有您所选择的语言版本。
Release Notes for Red Hat build of Quarkus 1.7
Abstract
Preface 复制链接链接已复制到粘贴板!
These release notes list new features, features in technology preview, known issues, and issues fixed in Red Hat build of Quarkus 1.7.
Making open source more inclusive 复制链接链接已复制到粘贴板!
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Chapter 1. Red Hat build of Quarkus 复制链接链接已复制到粘贴板!
Red Hat build of Quarkus is a Kubernetes-native Java stack that is optimized for use with containers and Red Hat OpenShift Container Platform. Quarkus is designed to work with popular Java standards, frameworks, and libraries such as Eclipse MicroProfile, Apache Kafka, RESTEasy (JAX-RS), Hibernate ORM (JPA), Spring, Infinispan, and Apache Camel.
The Quarkus dependency injection solution is based on CDI (contexts and dependency injection) and includes an extension framework to expand functionality and to configure, boot, and integrate a framework into your application.
Quarkus provides a container-first approach to building Java applications. This approach makes it much easier to build microservices-based applications written in Java as well as enabling those applications to invoke functions running on serverless computing frameworks. For this reason, Quarkus applications have small memory footprints and fast startup times.
Chapter 2. New and changed features 复制链接链接已复制到粘贴板!
This section provides an overview of new features and changes introduced in Red Hat build of Quarkus 1.7.6.
2.1. gRPC Quarkus extension 复制链接链接已复制到粘贴板!
The quarkus-grpc extension introduces the following capabilities:
- Ability for Quarkus application to consume and expose gRPC services.
- Support based on the Quarkus reactive core as well as imperative (blocking) consumption.
- Support for plain-text and TLS communication, both relying on HTTP/2 transport.
- Support for TLS encryption and mutual authentication.
-
Implementation of the gRPC health and reflection services. Health is integrated with the
quarkus-smallrye-healthextension and the reflection service makes it easier to use tools such as grpcurl.
2.2. Quarkus native mode 复制链接链接已复制到粘贴板!
This release provides full support for running a Quarkus application as a native application when compiled using the Red Hat build of Quarkus Native build container. Running a Quarkus application as a native application instead of a Java application can greatly improve startup times and memory utilization. This feature was Tech preview in the previous version of Red Hat build of Quarkus.
2.3. OpenShift Serverless Serving in native and JVM mode 复制链接链接已复制到粘贴板!
Running a Quarkus application in OpenShift Serverless (Serving) is now fully supported in both JVM and native mode. The quarkus-openshift extension additionally supports deploying a JVM applications to OpenShift Container Platforms with Serverless Serving installed using the Apache Maven.
2.4. Support for client to connect to Red Hat Data Grid 复制链接链接已复制到粘贴板!
With the quarkus-infinispan-client extension the client can connect to a server running outside of application processes.
The Infinispan client Quarkus extension provides the following features:
- Creation of native image
- Automatic injection of important resources such as RemoteCache (named), RemoteCacheManger, CounterManager
- User based ProtoStream Marshalling
- Indexed and non-indexed querying
- Continuous query
- Near cache
- Authentication and authorization
- Encryption
- Counters
2.5. Spring compatibility layers 复制链接链接已复制到粘贴板!
Expanded support for new Spring compatibility layers including:
-
quarkus-spring-cache -
quarkus-spring-cloud-config-client -
quarkus-spring-scheduled
- For a list of supported configurations and tested integrations see the Red Hat build of Quarkus Supported Configurations page (login required).
- For a list of supported Maven artifacts see the Red Hat build of Quarkus Component Details page (login required).
3.1. Supported extensions and dependencies 复制链接链接已复制到粘贴板!
For a list of Red Hat build of Quarkus extensions and dependencies that Red Hat supports for use in production environments see the Red Hat build of Quarkus Component Details page (login required).
3.2. Development support 复制链接链接已复制到粘贴板!
Red Hat provides development support for the following Red Hat build of Quarkus features, plug-ins, extensions, and dependencies:
Features
- Live development mode
- Remote development mode
Plug-ins
-
protobuf-maven-plugin
Extensions and dependencies
- For a list of Red Hat build of Quarkus extensions that Red Hat supports under the development support scope of coverage see the Red Hat build of Quarkus Component Details page (login required).
Chapter 4. Deprecated components and features 复制链接链接已复制到粘贴板!
The components and features listed in this section are deprecated with Red Hat build of Quarkus 1.7. They are included and supported in this release, however no enhancements will be made to these components and features and they might be removed in the future.
-
The
quarkus-smallrye-opentracingextension - The use of ReactiveX APIs
Chapter 5. Technology preview 复制链接链接已复制到粘贴板!
This section lists features and extensions that are in Technology Preview in Red Hat build of Quarkus 1.7.
These features are for Technology Preview only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs), might not be functionally complete, and Red Hat does not recommend to use them for production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
For more information on Red Hat Technology Preview features, see Technology Preview Features Scope.
Extensions and dependencies
- For a list of Red Hat build of Quarkus extensions and dependencies that Red Hat provides as Technology Preview with Red Hat build of Quarkus 1.7.6 see the Red Hat build of Quarkus Component Details page (login required).
Chapter 6. Known issues 复制链接链接已复制到粘贴板!
This section lists known issues with Red Hat build of Quarkus 1.7.
- Issue #11633 Missing zero-config solution for OpenShift Serverless. This issue affects only deployment of Quarkus native Serverless applications
-
QUARKUS-451 Increased instability in
NativeAggregatorITinkafka-streams-quickstart -
QUARKUS-688 Cannot deploy
mutable-jar(used by remote development feature) on OpenShift
Chapter 7. Fixed issues in Quarkus 1.7.5 SP1 复制链接链接已复制到粘贴板!
Quarkus 1.7.5 SP1 contains the following bug fix:
Chapter 8. Fixed issues in Quarkus 1.7.6 GA 复制链接链接已复制到粘贴板!
Quarkus 1.7.6 GA contains the following bug fixes:
8.4. Component version upgrades 复制链接链接已复制到粘贴板!
- QUARKUS-543: Upgrade Hibernate Validator version to 6.1.6.Final
- QUARKUS-548: Upgrade Quarkus HTTP version to 3.0.15.Final
- QUARKUS-606: Upgrade Eclipse Vert.x components to version 3.9.5
- QUARKUS-625: Update Apache HTTP Client to version 4.5.13
- QUARKUS-685: Update Infinispan version to 11.0.4 and Infinispan ProtoStream version to 4.3.4.Final
Revised on 2021-01-11 16:32:07 UTC