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

springfox-data-rest v3 support #2272

Closed
PascalSchumacher opened this issue Mar 1, 2018 · 3 comments
Closed

springfox-data-rest v3 support #2272

PascalSchumacher opened this issue Mar 1, 2018 · 3 comments

Comments

@PascalSchumacher
Copy link
Contributor

PascalSchumacher commented Mar 1, 2018

I tried to upgrade a project using springfox-data-rest 2.8.0 to spring boot 2.0.0.RELEASE (with uses spring-data 3.0.5) but got:

org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NoSuchMethodError: org.springframework.data.repository.support.Repositories.getRepositoryInformationFor(Ljava/lang/Class;)Lorg/springframework/data/repository/core/RepositoryInformation;

We are using springfox-data-rest like this:

@Import(SpringDataRestConfiguration.class)
public class MyApp extends SpringBootServletInitializer

Sorry if this is a duplicate, I could not find any existing issue.

BTW: Thanks you very much for providing springfox!

@PascalSchumacher
Copy link
Contributor Author

PascalSchumacher commented Mar 1, 2018

I guess #2273 fixes this issue.

@PascalSchumacher
Copy link
Contributor Author

PascalSchumacher commented Mar 1, 2018

Closed because this is already covered by #1773

@dilipkrish
Copy link
Member

@PascalSchumacher thank you for reporting.

@dilipkrish dilipkrish added this to the 2.9.0 milestone Apr 21, 2018
@dilipkrish dilipkrish changed the title springfox-data-rest - spring-data 3 support springfox-data-rest v3 support Apr 21, 2018
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

2 participants