-
Notifications
You must be signed in to change notification settings - Fork 211
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
Edit Starters sometimes confused whether 'cloud-function' starter is selected #315
Comments
The initializer folks decided not to add the metadata changes that would help us address this problem. See: spring-io/start.spring.io#169 (comment) Therefore it will be up to us to find some kind of workaround. From @mbhave comments in Zoom chat from yesterday, I understand there's probably also a problem with spring session dependency in certain combinations like reddis. I will have to double-check these combinations work and/or fix them as well. There may be others as well that we are not aware of. Perhaps it is possible for us to just run a kind of automated test of all possible pairs of co-selected dependencies to verify whether the 'reverse pom to selection' function works properly. Not sure this is practical though as there are over 6900 combinations. The best we can probably do therefore is just fix the cases we are aware of with a simple special-case 'if' test and do this for any/all cases if and when they get reported to us. |
List of problems detected by a scan of all pairs relating to cloud-function and session in combinations with all other starters:
|
The 'Project creation failed' are expected apparantly because of bugs in the starters. I have reported these here: spring-io/start.spring.io#191 |
To reproduce:
Reactive Web
and `Cloud Function'Notice that only 'Reactive Web' project is recognized as 'currently selected' by the wizard (this is incorrect, since
Cloud Function
should also be selected).The reason for this problem is explained here:
The text was updated successfully, but these errors were encountered: