Closed
Description
Hello.
Recently I have this java.lang.NoSuchMethodError
on:
at com.eatthepath.otp.HmacOneTimePasswordGenerator.generateOneTimePassword(HmacOneTimePasswordGenerator.java:140)
at com.eatthepath.otp.TimeBasedOneTimePasswordGenerator.generateOneTimePassword(TimeBasedOneTimePasswordGenerator.java:143)
I guess this is something related to the latest Java 1.8 updated version. Currently I am using:
openjdk version "**1.8.0_312**"
OpenJDK Runtime Environment (Temurin)(**build 1.8.0_312-b07**)
OpenJDK 64-Bit Server VM (Temurin)(build 25.312-b07, mixed mode)
Downloaded on https://adoptium.net/?variant=openjdk8 .
Curiously this wasn't happening on previous Java 1.8 update version.
I am trying to get more information about it and will update this issue as soon as I have, however could you please take a look on this? Perhaps we have more people facing same issue.
This is the version I am using, which I believe is the latest one:
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>java-otp</artifactId>
<version>0.3.0</version>
</dependency>
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels