spring-projects / spring-data-rest

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
https://spring.io/projects/spring-data-rest
Apache License 2.0
906 stars 558 forks source link

WebMvcRepositoryRestConfiguration visibility #2337

Open fkjaekel opened 7 months ago

fkjaekel commented 7 months ago

I'd like to write an integration test to confirm that CORS is correctly setup for the application.

With WebMvcRepositoryRestConfiguration I could check the registry field.

Could you consider making it public?

Thanks