Quarkus CXF 3.13.1 release notes

Important dependency upgrades

New and noteworthy in Quarkus CXF

#1455 Vert.x HTTP client is incorrectly used as the default

We introduced Vert.x HttpClient based HTTP Conduit in Quarkus CXF 3.13.0 and it was not supposed to replace the original HttpURLConnection based default conduit. However, we screwed the default handling which resulted in using VertxHttpClientHTTPConduit as a default in some cases. This was fixed in Quarkus CXF 3.13.1. HttpURLConnection based conduit is now used as a default in all situations as it was the case before 3.13.0. We are sorry for the inconvenience.

Documentation improvements