Closed RenanGreca closed 9 months ago
I created pull request #15 that solves the issue. I also had to update the target version in pom.xml
from 1.6 to 1.7, but I'm not sure if these two are correlated.
Hi,
Which Java/Maven version did you use?
Hi Milos, sorry for the late reply. Here are the versions I'm using (on an Ubuntu Docker image).
openjdk 11.0.8 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.8+10-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)
# mvn --version
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 11.0.8, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "4.19.76-linuxkit", arch: "amd64", family: "unix"```
Addressed in https://github.com/gliga/ekstazi/pull/58
I tried compiling the project today, and got the following errors:
The referenced methods are the following:
https://github.com/gliga/ekstazi/blob/28d77329cf6944e1005fa3e4ab454dfc1125566d/org.ekstazi.core/src/main/java/org/ekstazi/io/FileRecorder.java#L176
https://github.com/gliga/ekstazi/blob/28d77329cf6944e1005fa3e4ab454dfc1125566d/org.ekstazi.core/src/main/java/org/ekstazi/io/FileRecorder.java#L180
https://github.com/gliga/ekstazi/blob/28d77329cf6944e1005fa3e4ab454dfc1125566d/org.ekstazi.core/src/main/java/org/ekstazi/io/FileRecorder.java#L196