SAP / cf-java-logging-support

The Java Logging Support for Cloud Foundry supports the creation of structured log messages and the collection of request metrics
Apache License 2.0
77 stars 48 forks source link

Implement available() of com.sap.hcp.cf.logging.servlet.filter.WrappedInputStream #79

Closed eugene-andreev closed 4 years ago

eugene-andreev commented 4 years ago

Hi Colleagues, We are a CAP Team implementing Java NG Stack. We have a requirement which relies on implementation of available() method in com.sap.hcp.cf.logging.servlet.filter.WrappedInputStream which should call the corresponding method of a wrappedStream.

Best Regards Evgeny

KarstenSchnitter commented 4 years ago

Thanks, for raising this issue. Maybe we should also make sure, that all methods from InputStream are correctly delegated.

eugene-andreev commented 4 years ago

Thanks, for raising this issue. Maybe we should also make sure, that all methods from InputStream are correctly delegated.

Hi Karsten, That would be even better. Could, you, please, give an estimation, when you could release those changes? Thanks in advance.

Evgeny

KarstenSchnitter commented 4 years ago

Please have a look at https://github.com/SAP/cf-java-logging-support/pull/80 Would that suit your needs? There will be a new release of the library in November. It will contain this change.

KarstenSchnitter commented 4 years ago

Fixed with https://github.com/SAP/cf-java-logging-support/pull/80