Re: [PR] Use try-with-resources. (jspwiki)

2023-07-29 Thread via GitHub
juanpablo-santos commented on PR #207: URL: https://github.com/apache/jspwiki/pull/207#issuecomment-1656893050 Hi! just've seen now a pending review here - there're still a bunch of `try (JspWriter out = pageContext.getOut()) {` that should be reverted? -- This is an automated message fro

Re: [PR] Use try-with-resources. (jspwiki)

2023-06-17 Thread via GitHub
arturobernalg commented on code in PR #207: URL: https://github.com/apache/jspwiki/pull/207#discussion_r1233123166 ## jspwiki-main/src/main/java/org/apache/wiki/tags/AttachmentsIteratorTag.java: ## @@ -108,8 +108,9 @@ public final int doStartTag() { public final int doAfte