Gary Gregory
Gary Gregory
> @garydgregory unfortunately, they're not. As we cannot reproduce the NPE you reported, this is progressing very slowly as we have to be super careful while working on assumptions. @lorban...
TY @lorban ! I'll pull, build, and start using it locally.
Hello @lorban Using git `commit ed1cadc449bfd711e7fb5d4d409e4eb57be9321b (HEAD -> jetty-12.0.x, origin/jetty-12.0.x, origin/HEAD)`, I just saw: ```java Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.client.transport.HttpExchange.getRequest()" because "exchange" is null at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)...
> @garydgregory could we please follow up this conversation on #12210? 👍
Hi @arturobernalg, What do you think about https://github.com/apache/commons-compress/pull/605
@arturobernalg Thank you for the review on https://github.com/apache/commons-compress/pull/605, I merged that PR.
IMO: You should follow the YAGNI principle and only make public and protected what you must, especially in a first cut.
"Does Apache commons have any sort of beta or incubation phase for APIs we can use?" No. The best we can do is to issue a release with a -beta1...
> Guava has `@Beta` for APIs they want to push but not commit to yet. Perhaps we can add something similar? This feels unwise to me and I would discourage...
> 1. I like this proposal in general. I'd love to get some beta feedback before we lock everything in though. Does Apache commons have any sort of beta or...