|
697 | 697 | <plugin> |
698 | 698 | <groupId>com.github.kongchen</groupId> |
699 | 699 | <artifactId>swagger-maven-plugin</artifactId> |
700 | | - <version>3.1.7</version> |
| 700 | + <version>3.1.8</version> |
701 | 701 | <configuration> |
702 | 702 | <apiSources> |
703 | 703 | <apiSource> |
704 | 704 | <springmvc>false</springmvc> |
| 705 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 706 | + <outputFormats>json</outputFormats> |
705 | 707 | <locations> |
706 | 708 | <location>org.apache.pulsar.broker.admin.v2.Bookies</location> |
707 | 709 | <location>org.apache.pulsar.broker.admin.v2.BrokerStats</location> |
|
737 | 739 | </apiSource> |
738 | 740 | <apiSource> |
739 | 741 | <springmvc>false</springmvc> |
| 742 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 743 | + <outputFormats>json</outputFormats> |
740 | 744 | <locations>org.apache.pulsar.broker.lookup.v2</locations> |
741 | 745 | <schemes>http,https</schemes> |
742 | 746 | <basePath>/lookup</basePath> |
|
754 | 758 | </apiSource> |
755 | 759 | <apiSource> |
756 | 760 | <springmvc>false</springmvc> |
| 761 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 762 | + <outputFormats>json</outputFormats> |
757 | 763 | <locations>org.apache.pulsar.broker.admin.v3.Functions</locations> |
758 | 764 | <schemes>http,https</schemes> |
759 | 765 | <basePath>/admin/v3</basePath> |
|
771 | 777 | </apiSource> |
772 | 778 | <apiSource> |
773 | 779 | <springmvc>false</springmvc> |
| 780 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 781 | + <outputFormats>json</outputFormats> |
774 | 782 | <locations>org.apache.pulsar.broker.admin.v3.Transactions</locations> |
775 | 783 | <schemes>http,https</schemes> |
776 | 784 | <basePath>/admin/v3</basePath> |
|
788 | 796 | </apiSource> |
789 | 797 | <apiSource> |
790 | 798 | <springmvc>false</springmvc> |
| 799 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 800 | + <outputFormats>json</outputFormats> |
791 | 801 | <locations>org.apache.pulsar.broker.admin.v3.Sources</locations> |
792 | 802 | <schemes>http,https</schemes> |
793 | 803 | <basePath>/admin/v3</basePath> |
|
805 | 815 | </apiSource> |
806 | 816 | <apiSource> |
807 | 817 | <springmvc>false</springmvc> |
| 818 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 819 | + <outputFormats>json</outputFormats> |
808 | 820 | <locations>org.apache.pulsar.broker.admin.v3.Sinks</locations> |
809 | 821 | <schemes>http,https</schemes> |
810 | 822 | <basePath>/admin/v3</basePath> |
|
822 | 834 | </apiSource> |
823 | 835 | <apiSource> |
824 | 836 | <springmvc>false</springmvc> |
| 837 | + <operationIdFormat>{{className}}_{{methodName}}</operationIdFormat> |
| 838 | + <outputFormats>json</outputFormats> |
825 | 839 | <locations>org.apache.pulsar.broker.admin.v3.Packages</locations> |
826 | 840 | <schemes>http,https</schemes> |
827 | 841 | <basePath>/admin/v3</basePath> |
|
0 commit comments