2.2.0
Note
- Before,
quarkus-netty
was imported automatically through transitive dependency, it's no longer the case, if you're not usingsoftware.amazon.awssdk:netty-nio-client
. However, other extensions like resteasy reactive may still import it. - Previously, you needed to include
io.quarkus:quarkus-apache-httpclient
if you were usingsoftware.amazon.awssdk:apache-client
. However, now it's unnecessary because it's imported automatically as needed. Addingsoftware.amazon.awssdk:apache-client
is now the only dependency to add if you want to use the apache http client.
What's Changed
- Throw exception if url-connection-client is needed and missing by @scrocquesel in #707
- Update build.yml by @scrocquesel in #721
- feat: add conditional extension dependencies for Apache and Netty by @scrocquesel in #734
- feat: remove transitive dependency on Netty by @scrocquesel in #734
- build(deps): bump software.amazon.awssdk:bom from 2.20.53 to 2.20.65 by @dependabot in #733
- build(deps): bump aws-java-sdk-core from 1.12.456 to 1.12.468 by @dependabot in #732
- build(deps): bump aws-crt from 0.21.12 to 0.21.15 by @dependabot in #735
- build(deps): bump quarkus.version from 3.0.1.Final to 3.0.3.Final by @dependabot in #729
- Release 2.2.0 by @scrocquesel in #737
Full Changelog: 2.1.1...2.2.0