Zitat von Eduard Weissmann <[email protected]>:
Hello,
Hi,
First of all, thanks for the hard work closing quite a few OutOfMemory issues affecting 1.8.2 Since I'm struggling a bit with stability issues related to PdfBox OOMs, I'm quite looking forward to the next bugfix release. Is there a SNAPSHOT version (1.8.3 or 2.0.0) being published somewhere that we can use in the meantime?
If you are using maven, the quickest way is to use this repository https://repository.apache.org/content/groups/snapshots/ ,------ <repositories> <repository> <id>apache_snapshot</id> <name>Apache Snapshot Repository</name> <url>https://repository.apache.org/content/groups/snapshots/</url> </repository> </repositories> `------ and as version you can define 1.8.3-SNAPSHOT or 2.0.0-SNAPSHOT ,------ <dependencies> <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>1.8.3-SNAPSHOT</version> </dependency> </dependencies> `------ You will get the latest builds.
Best regards, Eduard
Best regards Thomas

