Jenkins build is back to normal : Struts ยป Struts-master-JDK8-dependency-check #37

2020-11-11 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.

[GitHub] [struts] lcc opened a new pull request #445: Fix meaningless close

2020-11-11 Thread GitBox
lcc opened a new pull request #445: URL: https://github.com/apache/struts/pull/445 Meaningless Close: In several classes, close(), specified in Closeable interface, has no effect and other methods in those classes can be called after close() without IOException. -