Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Springfox Swagger Integration with Jersey/RestEasy #1552

Open
pjaligama opened this issue Oct 31, 2016 · 6 comments
Open

Using Springfox Swagger Integration with Jersey/RestEasy #1552

pjaligama opened this issue Oct 31, 2016 · 6 comments

Comments

@pjaligama
Copy link

pjaligama commented Oct 31, 2016

We are using Springboot with JAX-RS/RestEasy instead of spring web MVC. I setup the Docket as mentioned in the documentation but the swagger api docs does not show my resources. It shows the actuator and metrics resources. Can you please tell me how to display the JAX-RS resources?

@dilipkrish
Copy link
Member

The short answer is springfox doesnt support jax-rs bindings ... yet. You'd be able to get off the ground quicker using the swagger-core libraries as documented.

The more long term answer, if you're willing the help with this, is that adding jersey/resteasy support is a plugin away. Let me know if that would be something you'd like to help with.

@gangakrishh
Copy link

@dilipkrish i want to contribute, let me know how to do that. basically i'm new contributions process

@dilipkrish
Copy link
Member

Thank you for your interest @gangakrishh Would be a great help! It wasn't clear if you want to help with this particular issue or in general you'd like to help. Anyways here are a number of ways you can help.

Participate in discussions and issue threads and see if you can answer some questions

Try and improve documentation

  1. Find an area of documentation you feel would have helped you understand the library better
  2. The source code for the documentation is here in the same repo
  3. Make the relevant changes and submit a PR

Try and contribute bug fixes

  1. Take a look at any open bug or feature in the issues; start simple or with problems you already face or understand.
  2. Try to write a failing test, (can be junit or spock) that exercises your problem.
  3. Fix the broken test
  4. Verify that you haven't broken anything else in the process by running the whole test suite.
  5. Create a pull request with your fix.

@dilipkrish dilipkrish added current and removed ready labels Feb 15, 2017
@dilipkrish dilipkrish modified the milestones: Someday, 2.7.0 Feb 26, 2017
@beihaifeiwu
Copy link

Hi @dilipkrish Any progress on this ?

@dilipkrish
Copy link
Member

Looking for contributions. @gangakrishh would have time to work on this?

EvgeniGordeev added a commit to EvgeniGordeev/springfox that referenced this issue Jan 15, 2019
@DSchroeterESI
Copy link

DSchroeterESI commented Jan 23, 2023

Im curious if this got off the ground?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants