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

Generate automatically functional configuration from Spring Boot #273

Open
sdeleuze opened this issue May 27, 2020 · 4 comments
Open

Generate automatically functional configuration from Spring Boot #273

sdeleuze opened this issue May 27, 2020 · 4 comments
Assignees
Labels
status: pending-design-work Needs design work before any code can be developed type: enhancement A general enhancement

Comments

@sdeleuze
Copy link
Collaborator

See https://github.com/spring-projects-experimental/spring-init/, cc @dsyer.

@sdeleuze sdeleuze added this to the 0.4 milestone May 27, 2020
@sdeleuze sdeleuze self-assigned this May 27, 2020
@sdeleuze
Copy link
Collaborator Author

spring-init has been recently upgraded to Spring Boot 2.3.0, the source code of the functional version of Boot autoconfig is available in https://repo.spring.io/snapshot/org/springframework/experimental/spring-boot-autoconfigure/2.3.0.BUILD-SNAPSHOT/spring-boot-autoconfigure-2.3.0.BUILD-20200527.144954-2-func-sources.jar to, and the artifact to use is org.springframework.experimental:spring-boot-autoconfigure:2.3.0.BUILD-SNAPSHOT with the func classifier.

@sdeleuze
Copy link
Collaborator Author

A question is how could we still use only the WebMvc and WebFlux functional infra (as implemented in 088e19f) if we leverage spring-init. Will we have to wait it is supported by Boot ?

@dsyer
Copy link

dsyer commented Jun 11, 2020

N.B. I removed the "func" classifier and changed the artifactId to add a "-func" suffix instead. So the link above is now like this: https://repo.spring.io/snapshot/org/springframework/experimental/spring-boot-autoconfigure-func/2.3.0.BUILD-SNAPSHOT/

@sdeleuze sdeleuze modified the milestones: 0.4.0, 0.5.0 Aug 4, 2020
@sdeleuze sdeleuze changed the title Replace autoconfigure-adapter by leveraging spring-init Generate automatically functional configuration from Spring Boot Aug 31, 2020
@sdeleuze sdeleuze modified the milestones: 0.5.0, 0.6.0 Aug 31, 2020
@sdeleuze
Copy link
Collaborator Author

@sdeleuze sdeleuze added status: pending-design-work Needs design work before any code can be developed type: enhancement A general enhancement labels Jan 8, 2021
@sdeleuze sdeleuze modified the milestones: 0.6.0, General backlog Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending-design-work Needs design work before any code can be developed type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants