-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat: add spring cloud function runtime and templates #231
Conversation
kameshsampath
commented
Nov 25, 2020
- Adds SpringBoot runtime based Spring Cloud Functions
- Adds Spring Cloud Functions tempaltes for http and events
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kameshsampath - thanks a lot for the contribution! This has really helped us move forward quite a bit! I have a bunch of nit picky requests (soon I will be known as the most annoying reviewer on GitHub!). And a couple of questions. Overall looks good. Thanks!
templates/springboot/http/src/main/java/functions/CloudFunctionApplication.java
Show resolved
Hide resolved
templates/springboot/events/src/main/java/functions/SpringCloudEventsApplication.java
Show resolved
Hide resolved
5f29744
to
e060341
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kameshsampath!
Y'all realize that |
@mattmoor I think because of this boson-project/buildpacks#49 , I see thats not merged yet into the master |
@kameshsampath that merged, and there's still no |
@mattmoor I see the publish images in the CI is not being called for last few releases, wondering some bug with the GitHub release action ? I faced one such issue for one of my other projects and I have to bump the release action to latest to make it work . |