Marc Nuri

Results 723 comments of Marc Nuri

A very simple Java 21 HttpServer with a single endpoint should do the job.

Java 21 provides an extremely easy way to create webserver with a 2 or 3 liner code. Just look for that online. We just need an endpoint that prints a...

### Eclipse JKube [CI Report](https://github.com/jkubeio/ci) Started new GH workflow run for https://github.com/eclipse/jkube/pull/2771 (_2024-03-06T07:02:44Z_) :gear: [JKube E2E Tests (8168061939)](https://github.com/jkubeio/ci/actions/runs/8168061939) - :heavy_check_mark: [Bootstrap CI test run (#2771)](https://github.com/jkubeio/ci/actions/runs/8168061939/job/22329482856) - :heavy_check_mark: [K8S v1.25.13 dockerfile...

Hi @l3002 I'm sorry, but I'm failing to see the issue at hand. The "Error in windows:" screenshot shows a truncated stacktrace precisely where the most critical part is, could...

### Eclipse JKube [CI Report](https://github.com/jkubeio/ci) Started new GH workflow run for https://github.com/eclipse/jkube/pull/2764 (_2024-03-02T00:01:36Z_) :gear: [JKube E2E Tests (8118565448)](https://github.com/jkubeio/ci/actions/runs/8118565448) - :heavy_check_mark: [Bootstrap CI test run (#2764)](https://github.com/jkubeio/ci/actions/runs/8118565448/job/22193033447) - :heavy_check_mark: [K8S v1.25.13 dockerfile...

The sleep is probably there to force the code to pass through the asynchronous block, the test should be refactored to assert something (an open connection, a log message, etc.)

test was passing because the test is not asserting anything (just like now).

> However, at the moment I'm not sure there are users are using jkube-kit as a direct dependency. Then we might want to throw an exception instead. Objects.requireNonNull or something...

> Hi @jochenr, How much effort is required for this? If I can take this up and start working on? A very deep and important refactor. It's not a trivial...