jamesnetherton opened a new issue, #6896:
URL: https://github.com/apache/camel-quarkus/issues/6896

   ### Bug description
   
   Turns out I screwed up the brotli removal quite badly in 
https://github.com/apache/camel-quarkus/pull/6778. There are 2 issues:
   
   1. `BrotliAbsentBooleanSupplier` checks for the presence of 
`BrotliInputStream`. Which is a bit silly given that class is being generated 
at build time. 
   
   2. The generated `BrotliInputStream` class recursively invokes its own 
constructor. It needs to invoke the super class `InputStream` constructor.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to