Derek P. Moore
Derek P. Moore
Some vendors publish MIB files with trailing commas...
I may try to carve out some time to assist!
I get several exceptions with `jersey-media-moxy` on the classpath. Here is an example of one of them: ``` java.util.concurrent.ExecutionException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: An exception was thrown while processing request with message:...
MP Health recently broke back-compat by renaming "outcome"/"state" to "status"/"status". The only acceptable rationale (IMO) was to align with Spring Health Checks. Where MP Health is "checks"/"data", Spring is "details"/"details"....
From the sample JSON, version appears to be a single digit. Since the RFC lacks an implementation, version could be just two numbers, “1” for this RFC, then “1.1” for...
But I think maybe the RFC is saying it will define “1”, and if you extend “1” you don’t need to change the version number. What I’m curious about, are...
I actually had a conversation with SemVer.org’s author and got him to admit SemVer is identical to OSGi’s Semantic Versioning. While I think Semantic Versions can and does apply to...
https://github.com/semver/semver/issues/467
MicroProfile Health is adding liveness and readiness checks on top of health checks. Given status code expectations and coalescence of health check outcomes, additional `/health/live` and `/health/ready` endpoints are being...
I've also seen this in `ExtendedS3StorageTest`. (See #4998.) ``` 2020-07-29T19:34:49.6376770Z io.pravega.storage.extendeds3.ExtendedS3StorageTest$RollingStorageTests > testOpen FAILED 2020-07-29T19:34:49.6377117Z java.net.BindException: Address already in use 2020-07-29T19:34:49.6377391Z at java.base/sun.nio.ch.Net.bind0(Native Method) 2020-07-29T19:34:49.6377668Z at java.base/sun.nio.ch.Net.bind(Net.java:479) 2020-07-29T19:34:49.6379548Z at java.base/sun.nio.ch.Net.bind(Net.java:468)...