Apicurio / apicurio-registry

An API/Schema registry - stores APIs and Schemas.
https://www.apicur.io/registry/
Apache License 2.0
609 stars 269 forks source link

chore(Kiota): Upgraded Kiota from 1.19.1 to 1.20.0 #5498

Closed EricWittmann closed 1 week ago

andreaTP commented 2 weeks ago

Since you are at it: https://github.com/Apicurio/apicurio-registry/blob/417dde2c3cd63f1ad1bfde72997e6bad563d7891/pom.xml#L267

EricWittmann commented 2 weeks ago

Since you are at it:

https://github.com/Apicurio/apicurio-registry/blob/417dde2c3cd63f1ad1bfde72997e6bad563d7891/pom.xml#L267

Isn't that change already in my PR?

EricWittmann commented 1 week ago

Forcibly exclude the compression handler eh?

andreaTP commented 1 week ago

Forcibly exclude the compression handler eh?

Correct ... Should we support compression instead?

andreaTP commented 1 week ago

This is the guide on how to do it: https://quarkus.io/guides/http-reference#http-compression

EricWittmann commented 1 week ago

Probably so, but for now we'll disable in the client. I'll open a GH issue for enabling compression.