sekikn opened a new pull request, #19095: URL: https://github.com/apache/pulsar/pull/19095
### Motivation Currently, the alluxio submodule is not included in the Pulsar IO distribution. ``` $ ./mvnw clean install -DskipTests ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:09 min [INFO] Finished at: 2022-12-27T11:14:55+09:00 [INFO] ------------------------------------------------------------------------ $ ls -l distribution/io/target/apache-pulsar-io-connectors-2.12.0-SNAPSHOT-bin total 1721216 -rw-r--r-- 1 sekikn sekikn 13300 12月 27 11:02 LICENSE -rw-rw-r-- 1 sekikn sekikn 8352752 12月 27 11:02 pulsar-io-aerospike-2.12.0-SNAPSHOT.nar -rw-rw-r-- 1 sekikn sekikn 15910726 12月 27 11:02 pulsar-io-batch-data-generator-2.12.0-SNAPSHOT.nar ... ``` ### Modifications This PR fixes the problem above and addresses some checkstyle and OWASP issues. ### Verifying this change - [x] Make sure that the change passes the CI checks. This change is already covered by existing tests, such as unit tests under pulsar-io/alluxio/src/test. ### Does this pull request potentially affect one of the following parts: <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> *If the box was checked, please highlight the changes* - [x] Dependencies (add or upgrade a dependency): upgraded Alluxio 2.5.0 to 2.7.3 for addressing OWASP issues. - [ ] 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 ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [x] `doc` <!-- Your PR contains doc changes. Please attach the local preview screenshots (run `sh start.sh` at `pulsar/site2/website`) to your PR description, or else your PR might not get merged. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added -->  ### Matching PR in forked repository PR in forked repository: https://github.com/sekikn/incubator-pulsar/pull/4 There are a few failures in the BROKER_CLIENT_IMPL and OWASP tests, but I think the former is unrelated with this PR and no CVE is newly introduced in the latter. -- 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]
