Olivier Lamy

Results 337 comments of Olivier Lamy

@gregw sorry I'm referring the code we have for this :). the code is mixing commits and PRs. As we still have direct commits without using PRs so the code...

@gregw those one were not in changelog https://github.com/jetty/jetty.project/pull/12182 https://github.com/jetty/jetty.project/pull/12176 https://github.com/jetty/jetty.project/pull/12098 no issue and no label attached :(

missing entries fixed with https://github.com/webtide/webtide-release-tools/pull/3 It needs to be used for VERSION.TXT as well

some work done here https://github.com/webtide/webtide-release-tools but not released yet.

this one is supposed to support it https://cdn.azul.com/zulu/bin/zulu17.44.17-ca-crac-jdk17.0.8-linux_x64.tar.gz

@gregw regarding `Assertion failure test passes!!!` We have setup something such `surefire.rerunFailingTestsCount = 1` which means failing tests are re-executed to give a second chance to flaky tests. So having...

build warning see https://github.com/apache/maven-surefire/issues/855

do we reallly need GC output in build logs on CI? ``` 06:05:30 000][info][gc] GC(1) Pause Young (Concurrent Start) (Metadata GC Threshold) 120M->14M(4104M) 10.285ms 06:05:30 000][info][gc] GC(2) Concurrent Mark Cycle...

@gregw should we consider those as noise as well? ``` 2025-06-09 07:07:55.441:WARN :oejx.XmlConfiguration:ForkJoinPool-1-worker-4: Deprecated constructor public java.lang.Double(java.lang.String) throws java.lang.NumberFormatException in file:///home/jenkins/agent/workspace/jetty.project_PR-13221/jetty-core/jetty-xml/target/test-classes/org/eclipse/jetty/xml/configureWithAttr.xml 2025-06-09 07:07:55.441:WARN :oejx.XmlConfiguration:ForkJoinPool-1-worker-4: Deprecated constructor public java.lang.Integer(java.lang.String) throws java.lang.NumberFormatException...