Olivier Lamy
Olivier Lamy
this should be fixed with this commit https://github.com/eclipse/jetty.project/pull/8034.
@joakime sounds like a good idea. Still a need to implement it?
ah yup that's more changes... but not so trivial. I will resume after holidays.
This has been fixed with https://github.com/eclipse/jetty.project/pull/3780
Will be with next release On Fri, 9 Aug 2019 at 2:52 pm, Gili Tzabari wrote: > @olamy How could this have been fixed by a > merge from June...
uhm building locally from `jetty-11.0.x` doesn't have any issues. weird. I will check with @jmcc0nn3ll how is it deployed.
fixed https://github.com/eclipse/jetty.project/commit/68206ce880a334d02fa381adf03fe01e2e5b2015
The maven plugin is using the last available docker which is 2.6.0 see https://github.com/jetty-project/h2spec-maven-plugin/blob/5ac3283e1c426502610d7458a5adbf57dee1f643/src/main/java/org/mortbay/jetty/maven/h2spec/Http2SpecMojo.java#L136
give it a bit of time
happy to work on that. Should we use a pattern such (each change need to be reviewed) ``` System.currentTimeMillis() -> TimeUnit.MILLISECONDS.convert(System.currentTimeMillis(), TimeUnit.NANOSECONDS) ``` ?