spring-cloud / spring-cloud/spring-cloud-function
Remove remaining references to spring-cloud-function-deployer
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 641
- Avg merge
- 11h 2m
- Merged PRs (30d)
- 8
Description
Describe the bug
The spring-cloud-function-deployer module was disabled in f96cd52e54b28b675458f743c8ed08cb4273004b and removed in 32444f17, and is thus no longer published (since 5.0.0-M2), however there are remaining references that cause confusion:
- The official documentation still recommends it, as per docs/modules/ROOT/pages/spring-cloud-function/deploying-a-packaged.adoc,
- spring-cloud-function-dependencies still manages its version,
- spring-cloud-function-samples still uses it and cannot be built,
- and the module is still commented out in the main pom.xml.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docs/modules/ROOT/pages/spring-cloud-function/deploying-a-packaged.adoc, spring-cloud-function-dependencies/pom.xml, spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml, and the commented module entry in pom.xml. Remove the remaining references to spring-cloud-function-deployer, update the documented deployment guidance, and verify that the affected sample can be built without the removed module.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100