[GitHub] [roller] mbien opened a new pull request #96: Deprections, compiler warning fixes, local refactorings and JDK 17 support

2021-07-10 Thread GitBox
mbien opened a new pull request #96: URL: https://github.com/apache/roller/pull/96 Worked myself though the compiler warnings. This looks like a lot of changes, but the individual changes are all very local. * since most of the rawtype warnings were on Collections, I updated a lot of

Re: [GitHub] [roller] mbien opened a new pull request #96: Deprections, compiler warning fixes, local refactorings and JDK 17 support

2021-07-10 Thread Greg Huber
Maybe more of a java question, how do these streams get closed as wrappers are in used in the templates? org.apache.roller.weblogger.pojos.wrapper; public List retrieveWeblogEntries(boolean publishedOnly) throws WebloggerException {     return this.pojo.retrieveWeblogEntries(publishedOnly