Stefan Bischof

Results 79 issues of Stefan Bischof

Dirk Fauth @fipro78 tries to bring in crac Support. Main issues seems to be `open File Handles` in the create Checkpoint stage. Why are they open, and could they be...

requirements

The [Jakarta EE 10 Specification](https://jakarta.ee/specifications/platform/10/jakarta-platform-spec-10.0#container-requirements) changes the required minimum Java Version from `8 to 11`. ``` 2.4.1. Container Requirements This specification requires that containers support execution in a Java™ runtime...

I would like to add some functionality to the Converter by allowing to convert to Optionals. ``` // empty Optional for null Optional n1 = converter.convert(null).to(Optional.class); assertThat(n1).isNotNull().isEmpty(); // wrapper for...

From; https://github.com/osgi/osgi/pull/581 ``` 2023-04-13T12:32:40.7652074Z # Execution Finished: testMethodInjectedService - [engine:bnd-bundle-engine]/[bundle:org.osgi.test.cases.cdi;8.1.0.202304131224-SNAPSHOT]/[sub-engine:junit-vintage]/[runner:org.osgi.test.cases.cdi.junit.CdiBeanTests]/[test:testMethodInjectedService(org.osgi.test.cases.cdi.junit.CdiBeanTests)] - TestExecutionResult [status = FAILED, throwable = java.lang.AssertionError] 2023-04-13T12:32:40.7653259Z java.lang.AssertionError 2023-04-13T12:32:40.7653954Z at org.junit.Assert.fail(Assert.java:87) 2023-04-13T12:32:40.7654430Z at org.junit.Assert.assertTrue(Assert.java:42) 2023-04-13T12:32:40.7654953Z at org.junit.Assert.assertNotNull(Assert.java:713) 2023-04-13T12:32:40.7832050Z...

TODO: - Predicated - Conditions - more convenient assertions - tests

Would be developed/updated in parallel to the specification process.

@timothyjward any thoughts on that?

stale

Discussion container for - Support of the the Java 16 Feature `record` Related [jaxb-api issue](https://github.com/eclipse-ee4j/jaxb-api/issues/183). I did a [POC](https://github.com/eclipse-ee4j/jaxb-ri/compare/master...stbischof:jaxb-ri:master) that could `marshal and unmarshal a Record` to see how much...

A new method in the AdaptersBase may be added. This will habe effect also on gradle https://github.com/vaadin/flow/issues/10318 https://github.com/vaadin/flow/pull/10319 --- And there is this issue that also may have implications in...

enhancement