Alexander Rühl
Alexander Rühl
I just downloaded swagger-samples repo (#a5ece13) and it has a SNAPSHOT version in swagger-version in root pom.xml, which is not available for download at maven build. If using 1.5.22 instead,...
After making it work, I think others may stumble upon the same points as me, that 1st) there is no meaningful output when the REST call doesn't work for some...
Hi Sebastian, I used your plugin for one of my modules implementing a REST service. When converting it into a maven multi module project, with the following structure: ``` root-folder:...
The current version of the starter generates default Maven coordinates: ``` org.eclipse jakartaee-hello-world 0.1-SNAPSHOT ``` As it is common in other starters (e.g. SpringBoot, MicroProfile, Quarkus, OpenLiberty, ...) we should...
So far, we don't have a single unit test, not even the src/test folder is there. There is not much, the ui is doing, but at least some business logic...