Philippe Marschall

Results 117 issues of Philippe Marschall

The following dependnecies are not used: - Servlet API - Commons Lang

Thank you for your work. I found the project a bit difficult to use because it contains no build script so I created one for Maven. Building in Eclipse requires...

Adds support for Last-Event-ID. This is two fold. First the, ability to send an event id to the client is added. Second, a new method is added that is called...

Update code to replace deprecated Byte Buddy code with replacement. https://hibernate.atlassian.net/browse/HHH-17596

It would be nice if the project provided a [Bill of Materials (BOM) POMs](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms) that contain all the artifacts of the project. Many projects like [Spring](https://search.maven.org/artifact/org.springframework/spring-framework-bom/6.0.11/pom) and [JUnit](https://search.maven.org/artifact/org.junit/junit-bom/5.10.0/pom) provide BOM...

Tycho Version: 4.0.4 We use Tycho to build an Eclipse product with `materialize-products`. We recently switched our target platform from 4.28 / 2023-06 to 4.30 / 2023-12 and suddenly most...

**Describe the bug** The manifest of the JMH jar containing the JMH runtime and the compiled benchmark classes lacks a [Multi-Release](https://openjdk.org/jeps/238) header when one of the dependencies is a multi-release...

The `Json` methods that take IO streams should have their `#close()` contract revisited. The current situation is: - The methods taking an `InputStream` or `OutputStream` as an argument specify "Upon...

The stream based methods in Jsonb specify close being called upon successful completion. Add tests that verify an implementation calls these methods.

- Add support JDK 17. - Remove support for JDK 6. JDK 17 does not support compiling for release 6. Supporting 6 would require using [Toolchains](https://maven.apache.org/guides/mini/guide-using-toolchains.html). - Update Spring. -...