Merge remote-tracking branch 'origin/5.3.x' into 6.0.x

This commit is contained in:
William Cheng
2021-07-27 11:52:19 +08:00
1011 changed files with 34058 additions and 5848 deletions

View File

@@ -73,7 +73,9 @@ public interface PetApi {
*
* Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
*
* @deprecated
*/
@Deprecated
@GET
@Path("/findByTags")
@Produces({ "application/xml", "application/json" })