eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 81 forks source link

distinguish resources paths in airlines app, by username and id #559

Closed aubi closed 1 year ago

aubi commented 1 year ago

In the original version, the testing apps cannot deploy to an application server (Payara in my case), as the paths '/user/{username}' and '/user/{id}' are ambiguous.

According to the reaction in the issue https://github.com/eclipse/microprofile-open-api/issues/557, I tried to suggest a fix.

eclipse-microprofile-bot commented 1 year ago

Can one of the admins verify this patch?

Azquelt commented 1 year ago

Sorry for the slow reply, I was on vacation.

No concerns from me. The changes look good and I ran the TCK with this change against OpenLiberty and it still passed.