Forum Discussion

spoon's avatar
spoon
New Contributor
4 years ago

Need help on camel-swagger-java

Im upgrading to camel-swagger-java 3.0.0 with my existing application using servlet, I cannot find any example of this library on servlet and all I see is an example with spring boot. Any help or link to a specific topic on this specific requirement will help.

 

Thanks

3 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    Hi spoon,

     

    camel-swagger-java is not one of our projects, it's part of Apache Camel. Your best bet is to go through the Apache Camel documentation, and if you don't find answers to your questions, file a ticket with them for further support.

    • spoon's avatar
      spoon
      New Contributor

      Hi HKosova,

       

      Sorry on posting with the wrong place, how about on swagger-ui? Is it possible to remove properties I dont need to show to my api users? The reason that there are extra properties displayed on my swagger spec is because the developers extended 3rd party library on our class and swagger detected those properties and was returned to UI.

       

      Thanks,

      Dominic

      • spoon's avatar
        spoon
        New Contributor

        Hi HKosova,

         

        I managed to solve my issue by diverting the request for swagger specs on my nodejs part and removed excess properties using lodash.

         

        Thanks,

        Dominic