Joe DiPol
Joe DiPol
- [ ] Server MP - [ ] Server SE - [ ] Client MP - [ ] Client SE See: #4021 #4020 #4018 #4023
## Environment Details * Helidon Version: 2.5.2 * Helidon MP ## Problem Description Using the 2.5.2 MP quickstart I created a simple app and modified it to add an endpoint...
- [ ] Server MP - [ ] Server SE - [ ] Client MP - [ ] Client SE
Now that 4.0.0-ALPHA1 is released we need to update the TechEmpower benchmark to add the Nima implementation of the Helidon framework.
I've seen `WebSocketTest.testMulti` fail on the 4.x pipeline. ``` Expected: iterable containing ["First", "Second"] but: No item matched: "Second" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at io.helidon.nima.tests.integration.websocket.webserver.WebSocketTest.testMulti(WebSocketTest.java:107) ```
The `Json` factory methods (`createObjectBuilder​()`, `createArrayBuilder​()`, etc) are very inefficient because they call `JsonProvider.provider()` every time and do not cache the result. Some benchmarking we did showed these methods to...
### Package URl `pkg:maven/org.eclipse.jgit/[email protected]` ### CPE `cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:* versions from (including) 6.7.0; versions up to (excluding) 6.7.0.202309050840` `cpe:2.3:a:eclipse:jgit:*:*:*:*:*:*:*:* versions from (including) 6.6.0; versions up to (excluding) 6.6.1.202309021850` ### CVE CVE-2023-4759 ###...
## Environment Details * Helidon Version: 4.0.5 * Helidon SE * JDK version: java 21.0.2 2024-01-16 LTS ---------- ## Problem Description Metric example reports the following when run: ``` 2024.02.14...
Fixes #5878 This PR silences warning from native-image caused by Netty metadata providing reflection entries for Netty classes that depend on optional 3rd party dependencies. We silence those warnings by...