Main features:
- new ClientBuilderListener SPI that allows for setting properties as a first thing before the Client is created.
- MP RestClient allows regexps on @Path of REST interfaces
- Update MP Rest Client support to 1.4.1
- It is possible to define priority on Features, to guarantee the order of Feature processing
- Kryo uses setRegistrationRequired(true) by default
- Updated support for Helidon 2.0.2 Connector
- Allows using Apache HttpEntity as an Entity type for the request
- New Expect100ContinueFeature that allows for Http 100 using the default HttpUrlConnector
- Better settings of READ_TIMEOUT and connection pool constraint for NettyConnector