Lars Bruun-Hansen
Lars Bruun-Hansen
I must admit I don't know if the fact that not all parents are analyzed is an _intentional feature_ of `FirstParentWalkDistanceCalculator`. Is it? I would think it is unintentional and...
I had this problem too. However, I can confirm that I can make it work with the latest version of the SDK, in my case version `2.15.26`, and with the...
Perhaps I'm misreading the code, but hasn't this indeed been fixed? In the current version 1.0.6 I would think it can be solved like this: ```java SQSConnectionFactory connectionFactory = new...
Just wanted to note that [sboekhoff's workaround](https://github.com/asciidoctor/asciidoctor/issues/1687#issuecomment-232379477) doesn't work on GitHub preview. (I fully realize that GitHub preview is only a best-effort and not the same as the real AsciiDoctor)...
yes, please !!
Seems to be the most wanted feature. There is also [PR #18](https://github.com/JasonEtco/build-and-tag-action/pull/18) which has the same aim.
This is really annoying. I think the issue is compounded by the fact that indeed `*-sources.jar` and `*-javadoc.jar` files are published into Maven Central, but they are empty. This confuses...
+1 Support for Java `Instant` is coming up in JPA 3.2. But it has been in Hibernate for quite some time. I don't think the Hibernate implementation will change as...
Another reason: A `Range` implementation wouldn't suffer [this nasty problem](https://github.com/vladmihalcea/hypersistence-utils/issues/655).
I agree that if at all possible to improve on the default behavior - i.e. when the proposed `-Encoding` parameter is not specified - then that is of course a...