swagger-core
swagger-core copied to clipboard
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
**Swagger Core Version: 2.2.12** I have a very simple REST API to explain the problem I'm having. The model looks like following:  When I go to swagger-ui page, the...
**shouldScan** method parameter does nothing inside setScan(boolean shouldScan) swagger-jaxrs BeanConfig.java ``` public void setScan(boolean shouldScan) { scanAndRead(); new SwaggerContextService() .withConfigId(configId) .withScannerId(scannerId) .withContextId(contextId) .withServletConfig(servletConfig) .withSwaggerConfig(this) .withScanner(this) .withBasePath(getBasePath()) .withPathBasedConfig(isUsePathBasedConfig()) .initConfig() .initScanner(); }...
We are trying to represent a tree of logic operators with Dtos using simple inheritance. This is essentially what our Dtos look like: ```java @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY,...
Hi! description: we detect that some assertions in your test code have the wrong parameter orders. For example, the test case named ''getParameterAnnotationsTest()'' in ''ReflectionUtilsTest.java'' writes the assertion as , jakarta namespace is supported by dedicated artifacts, which means that swagger-core should depend on old (pre-jakarta) dependencies: 1. jakarta.xml.bind-api -> jaxb-api ([here](https://github.com/swagger-api/swagger-core/blob/2344ce4c9c0c6e667d6e441bb0516e6df28750c6/modules/swagger-core/pom.xml#L56)) 2. jakarta.validation-api -> validation-api ([here](https://github.com/swagger-api/swagger-core/blob/2344ce4c9c0c6e667d6e441bb0516e6df28750c6/modules/swagger-core/pom.xml#L126C25-L126C47))...
Hi, I got bounced here from CXF Jira so I apologize in advance if it's not the right place to open this issue. Basic repro project is here: https://github.com/apache/cxf/tree/cxf-3.4.3/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web ....