Skip to content

Commit

Permalink
Recompile using JDK8 to avoid NoSuchMethodError: Method flip() does n…
Browse files Browse the repository at this point in the history
…ot exist in class java.nio.ByteBuffer
  • Loading branch information
nguyenq committed Aug 12, 2018
1 parent 5595ce6 commit 2aa51f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Tess4J - Tesseract for Java</name>
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/versionchanges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,7 @@ Version 4.1.1 (28 July 2018)
- Fix NPE in Java 10

Version 4.2.0 (11 August 2018)
- Upgrade to Tesseract 4.0.0-beta.4 (fd49206)
- Upgrade to Tesseract 4.0.0-beta.4 (fd49206)

Version 4.2.1 (11 August 2018)
- Recompile using JDK8 to avoid NoSuchMethodError: Method flip() does not exist in class java.nio.ByteBuffer

0 comments on commit 2aa51f7

Please sign in to comment.