Philippe Marschall
Philippe Marschall
@maksymgendin the following path in your fix ```java new Timestamp(zonedDateTime.toInstant().getEpochSecond() * 1000L); ``` is limited to second precision, `TIMESTAMP WITH TIME ZONE` on Oracle defaults to microsecond precision but can...
@frl7082 unless you have exactly the same setup and issue as OP would you mind opening a separate issue instead?
Out of curiosity, why do you need to subclass `WAServerManager`? Is there something we can do so that you don't have to do this?
Requires https://github.com/SeasideSt/Grease/pull/140
How are you trying to generate Javadocs in Eclispe, when are you getting the error?
There isn't really a need to explicitly run Maven in Eclipse with m2e. m2e will set up everything including class path containers so that the normal Eclipse incremental build uses...
> Simply calling mvn on the command line doesn't work because the pom file contains no default target (that's why I asked you if it is possible to add one)....
@dadza do you know what caused issues?
Please be aware this will prevent JasperReports to work out of the box with JDK 17 LTS which will ship in September.
@Paul6552 [JEP 403: Strongly Encapsulate JDK Internals](https://openjdk.java.net/jeps/403) → all illegal access will throw an exception and you will have to add `--add-opens` command line arguments to prevent this