Woonsan Ko

Results 6 issues of Woonsan Ko

AWS S3 SDK recommends to _abort_ the `S3ObjectInputStream` if not intended to consume the data because the http connection pool behavior (by consuming data on close to reuse the connection)...

I have a field in a bean class (which is annotated with @JcrNode(nodeType = "ns1:document"): ``` @JcrParentNode private HandleContent handle; ``` And the HandleContent is annotated with @JcrNode(nodeType = "ns1:handle")....

As an initial PR, I've added swagger doc and UI support, and added API docs for the "admin" services for now; mutate and query services will come later. How to...

I've added a configuration for curl example base url and let each rst source refer to the variable for interpolation. As the variable is used in code block, I also...