Skip to content

Migrate autoconfiguration to Spring Boot #234

@dsyer

Description

@dsyer

Should be mostly straightforward. Just a package change.

Things to watch out for:

  • OAuth2 - autconfig classes were copied from Spring Boot, so there will be clashes and condition corner cases. It would be best if Spring Boot sorted its own approach out first - e.g. to make it easier to configure OAuth2 clients in a non-webapp. The biggest challenge for us will be gRPC embedded in a servlet or webflux app, and wanting to use OAuth2 as well (there should be some stuff that can be shared in the servlet case, but maybe not in webflux).
  • Where to put the samples? There are probably too many for them all to be used as smoke tests in Spring Boot, but they are valuable integration tests. We could leave them here I guess (cyclic dependency), or move them to a new samples repo (like Spring Security).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions