pdolif opened a new pull request, #25930:
URL: https://github.com/apache/pulsar/pull/25930

   ### Motivation
   
   While trying to follow the documentation in the README on how to build the 
Pulsar Docker image, I noticed that it is outdated. It still refers to the 
Gradle task for building the pulsar-all image that was removed by PIP-465.
   Besides that, the scripts for getting/setting the Pulsar version are not 
working anymore since they still refer to the version catalog file even though 
the version was moved to the Gradle properties recently.
   
   ### Modifications
   
   - Updated README to reflect removal of pulsar-all image from the main 
repository.
   - Updated docker/README to refer to the new pulsar-connectors repository for 
a guide on how to use connectors.
   - Fixed `src/get-pulsar-version.sh` and `src/set-project-version.sh` to use 
`gradle.properties` file.
   - Pointed `docker/get-version.sh` to `src/get-pulsar-version.sh`.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If the box was checked, please highlight the changes*
   
   - [ ] Dependencies (add or upgrade a dependency)
   - [ ] The public API
   - [ ] The schema
   - [ ] The default values of configurations
   - [ ] The threading model
   - [ ] The binary protocol
   - [ ] The REST endpoints
   - [ ] The admin CLI options
   - [ ] The metrics
   - [ ] Anything that affects deployment


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to