Marcel Baumann

Results 5 issues of Marcel Baumann

I am trying to migrate my Vaadin/javalin application to version 6.1.0. I am using [vaadin-boot](https://github.com/mvysny/vaadin-boot) library for Vaadin which already provides an embedded Jetty server. I am looking how to...

I have a modular monolith application in Java. Each domain can provide a REST API to publish its services. Being modular, the openAPI specification is generated per module using the...

Add `maven-jar-plugin` configuration in pom.xml to create an automatic module name. It implements the issues #148 and #53. You can call 'mvn package', open the generated jar file `iban4j-3.2.10-RELEASE.jar` with...

Dear Maintainer Could you please add an automatic module name to the distribution to allow use of _iban4j_ in a java module application (supported since Java 9). The changes would...

I am using Java records in my model. The documentation seems to have a discrepancy. Under [Java Record](https://docs.eclipsestore.io/manual/storage/faq/java-features.html) the documentation states the step to enable record support. Under [Eclipse Store...