Tobias

Results 5 comments of Tobias

In my eyes, the easiest way would be to create multi-arch builds via GitHub Actions. I have solved this in [one of my projects](https://github.com/twiese99/manjaro-package-mirror/blob/main/.github/workflows/docker-multiarch-build.yml) as follows: ````yaml name: Build Multi-Arch...

If I could add something to that: I don't know how the page is currently deployed, but you could also have it deployed from GitHub itself (GitHub Pages) or via...

@oubidar-Abderrahim @wirthi From my point of view (GraalVM user / java developer), there have been no new developments or activities in this area for what seems like 2 years. Is...

Alternative Solution: a property i can set like "parentType" or "parentInterface" ```xml my.package.HasAdditionalProperties ```

Hi > There's already [javaInterfaces](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Reference#javainterfaces) property to define which interfaces will be implemented by generated type Thanks, I have tried it. It works if we were managing the schema and...