https://bz.apache.org/bugzilla/show_bug.cgi?id=69121
Eduwardo Horibe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from Eduwardo Horibe <[email protected]> --- The project declares itself as Java 8 compatible, but I'm using the `Thread#sleep(Duration)` method, that is only available on Java >= 19, sorry for the confusion. Running with newer Java should fix the problem, but I'm updating the project to work properly with Java >= 8 too. It is worth pointing out that the unit test will fail with Tomcat `9.0.89`, which is the default for the project. Changing the `tomcat.version` property on `pom.xml` to `9.0.88` will make it pass. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
