Jeff Bornemann
Jeff Bornemann
Its possible you are running into https://github.com/kelseyhightower/certificate-init-container/issues/12 . ``` kubectl logs -n -c certificate-init-container ``` specifying the init container, to know for sure. Once I made some changes in my...
Any update on this? This would be great to have
@anchela @jukka @reschke
Great @reschke! Thanks for the pointer. I created an issue here https://issues.apache.org/jira/browse/JCR-4050
Great! I'll take a look at this tomorrow
If you are curious about how close() behaves in our case, check out org.apache.http.impl.io.ChunkedInputStream.close() (which is wrapped by our entities EofSensorInputStream class). You can see it continues to read into...
https://github.com/TWCable/grabbit/commit/1ffe73f087204075e48901641abf0fb070d63b2a is merged, so this may help with your progress on this branch
https://jackrabbit.apache.org/api/1.4/org/apache/jackrabbit/util/Text.html#escapeIllegalJcrChars(java.lang.String) Potentially for reference
Funny enough, that method isn't wrong, in fact ':' is technically an invalid name character according to the spec, and Jackrabbit even admits so in https://wiki.apache.org/jackrabbit/EncodingAndEscaping; however in AEM we...
@sagarsane @jdigger I guess we could be painfully explicit in the readme about how we follow semantic versioning?