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

Add initial support for reactive web #4908

Closed
philwebb opened this issue Jan 8, 2016 · 6 comments
Closed

Add initial support for reactive web #4908

philwebb opened this issue Jan 8, 2016 · 6 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented Jan 8, 2016

No description provided.

@philwebb philwebb added the type: enhancement A general enhancement label Jan 8, 2016
@philwebb philwebb added this to the 2.0.0 milestone Jan 8, 2016
@anandshah123
Copy link
Contributor

@philwebb Can you explain bit more on this, so I can submit PR?

@philwebb
Copy link
Member Author

philwebb commented Feb 2, 2016

@anandshah123 Thanks for the offer, but unfortunately behind the innocuous title there is quite a bit of work here. Spring Framework 5 is working on a reactive web stack and this issue is a placeholder for all the work required to get that effort into Spring Boot. It's likely that the effort will take quite some time and involve quite a lot of changes as the Spring Framework 5 effort continues.

If it's an area that interests you we'd very much appreciate feedback when the work starts in earnest. You can already see the core framework changes progressing here: https://github.com/spring-projects/spring-reactive.

/cc @rstoyanchev @bclozel @sdeleuze

@bclozel
Copy link
Member

bclozel commented Jul 28, 2016

The spring-reactive repo has now been merged into Spring Framework and is available as the 5.0.0.BUILD-SNAPSHOT version. We're working on Spring Boot 1.4 and 1.5 - this feature is in the Boot 2.0 milestone.

In the meantime, you can check the experimental Boot Starter project.

@pabloa
Copy link

pabloa commented Aug 26, 2016

Is is possible to have a version working with spring-boot 1.4.x? Or more in general is it possible to have a version that works right now? I tried current version and it does not work. I followed instructions here: https://spring.io/blog/2016/07/20/notes-on-reactive-programming-part-iii-a-simple-http-server-application

@bclozel
Copy link
Member

bclozel commented Aug 28, 2016

@pabloa Could you take a look at the dedicated Boot Starter? The README explains everything you need to get started.

This starter currently works with Boot 1.4, so I don't understand what you mean. Please open an issue there if you've found a problem. Don't forget to add all the necessary details or a repro project.

@bclozel
Copy link
Member

bclozel commented Feb 24, 2017

Initial support has been merged in master, the Spring Boot experimental starter is now closed.

@bclozel bclozel closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants