Re: Replace methods using an InputStream from Loader.loadPDF

2022-08-01 Thread Andreas Lehmkuehler
Am 01.08.22 um 20:20 schrieb Tilman Hausherr: +1 but - the explanation below (when to use which class) should be in the javadoc - the removal should be in the migration guide It is already on my TODO list Andreas Tilman Am 31.07.2022 um 15:18 schrieb Andreas Lehmkuehler: Hi fellow devs,

Re: Replace methods using an InputStream from Loader.loadPDF

2022-08-01 Thread Tilman Hausherr
+1 but - the explanation below (when to use which class) should be in the javadoc - the removal should be in the migration guide Tilman Am 31.07.2022 um 15:18 schrieb Andreas Lehmkuehler: Hi fellow devs, there was a discussion on JIRA [1] about the changed behaviour of the parser due to the

Re: Replace methods using an InputStream from Loader.loadPDF

2022-07-31 Thread sahy...@fileaffairs.de
Hi, I'm very much in favour of simpliying as much as possible and not doing too much magic under the hood which can be better handled individually by a developer. This will also leave room for an individual to come up with an optimized version for specific uses cases. +1 from my side. BR Maruan