Hi,
Am 12.11.2013 07:24, schrieb Thomas Chojecki:
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
This version doesn't include that much new stuff. Most of the fixes marked with
1.8.3 aren't merged into the branch yet. But I'm going to do that very soon as a
preparation for the next release.
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
BR
Andreas Lehmkühler