-
## Description
## What did you expect to happen?
io.springfox:springfox-swagger-ui:2.9.2 should be able to detect vulnerability CVE-2019-17495
## What happened instead?
Vulnerability CV…
-
```shell
Showing last frame. Use --error-trace for full trace.
In swagger2.cr:74:19
74 | Swagger::Action.new("post", "/users", "Create a user",
^--
Error: argument 'res…
-
### What is the problem?
After upgrading to 3.0.0 I am unable to access my /swagger-ui.html page, instead getting a 401 response. The only thing that has changed inbetween builds is the version of s…
-
Hi there. Thank you very much for this excellent collection of libraries! Watching Alejandro's videos about the graphql capabilities inspired me to write my latest service in GraphQL, using `mu-graphq…
-
Hello,
My project is spring based and use simplemail as a mail library. I am trying to upgrade from 6.X to 7.0 version and after test connection with smtp_tls option getting this error.
`java.l…
-
![image](https://user-images.githubusercontent.com/14358709/111742342-fc213600-88c2-11eb-8266-6be2e5c9f839.png)
swagger2 api中多个接口,文档中统计接口个数怎么去掉,看着怪难受的
图片中标红的地方怎么设置隐藏
-
## Versions
Spring Boot `2.2.5`
Spring Cloud `Hoxton.SR3`
## Description
Basically, there isn't a simple way of sending a message with custom headers through `StreamBridge.send(..)` because …
-
What version of the library are you using? Is it the latest version?
io.springfox
springfox-swagger2
2.9.2
io.spring…
-
**BUG描述**
导入 swagger2 时,如果使用restful的方式会导致同一个url的不同method接口被最后一个同url的接口覆盖
**复现步骤**
如: 有两个接口, GET 用于根据ID获取user, DELETE 用于根据ID删除
GET /api/v1/user
DELETE /api/v1/user
**期望结果**
导入后获得两个接口: GET 和 …
-
## Issue Description
1. created Java classes for handling SAP Business One Service layer. EDMX file: [here](https://we.tl/t-jEpMbcEXHS)
2. CreateDate is marked as Edm.DateTimeOffset, Java Type is …