cristalp
cristalp
Thanks for the configuration hint!
Sorry for not answering, it looks like the GitHub mail got caught in the spam folder... Yes, you unterstand the first two bullet points correctly. Since I don't know whether...
Thanks a lot! I will try it as soon as the new release is available.
I just noticed that `example` within `@Parameter` doesn't work either.
Also, the matrix parameter name is sometimes added to the show path, like `/api/foobar{my-matrix-parameter}`. I can't define whether this is a good or bad thing, but it looks kind of...
@MikeEdgar There's nothing better than revisiting age-old code ;-) Well, there's two things to this. First of all it's the user friendliness. We have people using Swagger UI who couldn't...
I'm not sure whether I understand what you mean. This is what is generated by SmallRye: ```json "/api/changed{changed}" : { "get" : { "parameters" : [ { "name" : "changed",...
Ah, ok! There are a couple of other parameters, but here's what I see: ``` curl -X 'GET' \ 'http://localhost:8080/service/api/changed;status=%5B%22foo%22%2C%22bar%22%5D?dateTimeFrom=2021-01-30T10%3A22%3A44&dateTimeTo=2021-05-14T15%3A15%3A00' \ -H 'accept: */*' ``` Unescaped: ``` curl -X 'GET'...
Hmmm... if I do the same with the old toolchain, I get ``` curl -X 'GET' \ 'https://localhost:8080/service/api/changed?dateTimeFrom=2021-01-30T10:22:44&dateTimeTo=2021-01-31T15:15:00' \ -H 'accept: */*' ``` So, it looks good in SwaggerUI, but...
Yes, anything that looks nice in SwaggerUI and works is fine by me.