Olivier Lamy
Olivier Lamy
**Describe the bug** While reviewing the IP of Eclipse Jetty project, it has been figured out the Hazelcast jars contains a non compatible license with Eclipse IP requirements See details...
We (the Jetty project) are trying to test jdk 24 (ea version). But it looks to not being supported by awaitility Error ``` [ERROR] org.eclipse.jetty.util.ConcurrentPoolTest.testLeakReserved(Factory)[4] -- Time elapsed: 0.148 s
Signed-off-by: Olivier Lamy ### Testing done ### Submitter checklist - [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [...
- **Setup profile for multi release jar** - **need to always run/compile with minimum of 23** - **22 as minimum**
Signed-off-by: Olivier Lamy
**Jetty version(s)** 12.0.16 **Jetty Environment** When using Jenkins **How to reproduce?** Not reproducible as is :( ``` Feb 24, 2025 3:34:38 AM FINE org.eclipse.jetty.websocket.core.WebSocketConnection fillAndParse Error during fillAndParse() java.lang.NullPointerException: Cannot...
Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the change (usually...
Signed-off-by: Olivier Lamy ### Testing done ### Submitter checklist - [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [...
Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SUREFIRE) filed for the change (usually...
### Affected version 3.5.3 ### Bug description When using `excludedGroups` to disable tagged test to run with junit5. If the build is using junit4 as well for few modules of...