Daniel Mikusa

Results 382 comments of Daniel Mikusa

We could catch the CorruptedFrameException and wrap it. I'm not sure what would be the best exception in which to wrap it. It could be corrupt for any number of...

To be clear, this is what you're referring to? >Note: When multiple brokers provide two or more services with the same name, you must specify the broker by including the...

Sure thing. To get started: 1. Fork and `git clone` your repo 2. Follow these instructions to get the project set up & run the unit tests tests: https://github.com/cloudfoundry/cf-java-client#development 3....

@automationman666 Sorry, I cannot give a timeline as we don't have the work scheduled. If anyone is interested in submitting a PR for this, it would help to speed up...

We'll get this and a few other versions bumped shortly. For what it's worth, our releases do not bundle these dependencies in them. It's just referenced. You should be able...

>https://nvd.nist.gov/vuln/detail/CVE-2018-8909 >https://nvd.nist.gov/vuln/detail/CVE-2020-15258 >https://nvd.nist.gov/vuln/detail/CVE-2021-21301 >https://nvd.nist.gov/vuln/detail/CVE-2020-27853 >https://nvd.nist.gov/vuln/detail/CVE-2021-32665 >https://nvd.nist.gov/vuln/detail/CVE-2021-32666 >https://nvd.nist.gov/vuln/detail/CVE-2021-32755 >https://nvd.nist.gov/vuln/detail/CVE-2021-41093 >https://nvd.nist.gov/vuln/detail/CVE-2022-23625 @donacarr I don't believe any of these are actually problems with the wire we consume. They all reference "wireos" and seem...

Acknowledged. Marking as an enhancement.

It looks like it will vary based on the v2 or v3 API. The v2 has the `status` field, which takes `active` or `suspended` as a value. The v3 API...

OK, it's possible that this field was added to the API after we initially added support into cf-java-client and it's missing that field. We'll need to add it in. If...

Acknowledged as an enhancement.