Martin Panzer
Martin Panzer
I get a lot of messages like ``` 2024-07-02 13:46:46,185 INFO [io.sma.ope.api.util] (vert.x-eventloop-thread-3) SROAP01001: Schema with zero references removed from #/components/schemas: ``` when I activate the option `mp.openapi.extensions.smallrye.remove-unused-schemas.enable`. I believe...
JR 7 has just been released. https://repo1.maven.org/maven2/net/sf/jasperreports/jasperreports/7.0.0/ https://github.com/TIBCOSoftware/jasperreports/tree/release-7.0.0?tab=readme-ov-file#jasperreports-library-700-change-log We should make sure this plugin is compatible with the newest version. At least following tasks need to be done, in addition...
## Feature idea Right now, the shell to be used is defined in `PackageManagerRunner#runner`. For windows, cmd.exe /c is used by default. I have however on my system problems with...
Gitea provides multiple ways to authorize. [swagger-gitea.json](https://github.com/user-attachments/files/17843513/swagger-gitea.json) Right now, this is causing problems, since I have only configured the AuthorizationHeaderToken scheme. The resulting request headers: Authorization=token ,Authorization=Basic Og==,Sudo=token ,Basic Og==,X-GITEA-OTP=...
Having partially matching paths on resource classes could lead to 404s, even though a matching resource method existed. Lets take the example from #26496. ```java @Path("/base") class Base { @GET...
``` java.lang.Throwable: searcher.DependencySearcherManager requests actions.AppSettingsState instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:375) at com.intellij.serviceContainer.ComponentManagerImplKt.checkOutsideClassInitializer(ComponentManagerImpl.kt:1555) at com.intellij.serviceContainer.ComponentManagerImplKt.getOrCreateInstanceBlocking(ComponentManagerImpl.kt:1524) at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:729) at...
### Description Smallrye OpenAPI supports creation of multiple openapi documents using profiles. This is useful in e.g. following scenarios: * Seperation by external and internal description * Seperation by domain...
I have a query param in my resource of type boolean, primitive. If the client does not specify it, it is set to false (since default of primitive boolean). Can...
This issue will be opened and closed depending on the state of https://github.com/quarkiverse/quarkus-mapstruct build against Quarkus main SNAPSHOT. If you are interested in being notified, please subscribe to this issue.