Re: Updating PDFBox code to use Java 11 features

2023-08-28 Thread Tilman Hausherr
I'm for c) because it gives more time to make all these changes. Tilman On 28.08.2023 09:53, axh wrote: Hi, now that 3.0 has been released and the Java version was updated to at least Java 11 in trunk for the next release, the PDFBox code can be updated in many places. Some methods in IOUti

Updating PDFBox code to use Java 11 features

2023-08-28 Thread axh
Hi, now that 3.0 has been released and the Java version was updated to at least Java 11 in trunk for the next release, the PDFBox code can be updated in many places. Some methods in IOUtils are now obsolete: - `public static long copy(InputStream input, OutputStream output) throws IOExceptio