Files
spring-data-rest/spring-data-rest-hal-explorer
Christoph Strobl 8ff438678d DATAREST-1567 - Replace component scan with explicit bean methods.
We replaced the component scan in RespositoryRestMvcConfiguration with dedicated bean methods. This allows us to be more explicit in resolving required components, which is required for better support of GraalVM native image.

Original pull request: #382.
2020-09-25 10:57:15 +02:00
..