AS-5461: Added sonarqube scanning to PR, commit and workflows - #1249
Closed
sandeep-ctds wants to merge 60 commits into
Closed
AS-5461: Added sonarqube scanning to PR, commit and workflows#1249sandeep-ctds wants to merge 60 commits into
sandeep-ctds wants to merge 60 commits into
Conversation
(cherry picked from commit 975b976)
(cherry picked from commit 5198b5d)
…es. (streamnative#937) (cherry picked from commit 46bdf7e)
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.4.7 to 2.4.9. - [Release notes](https://github.com/netplex/json-smart-v2/releases) - [Commits](https://github.com/netplex/json-smart-v2/commits/2.4.9) --- updated-dependencies: - dependency-name: net.minidev:json-smart dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 5ed32bd)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit d198b0a)
…ative#892) Bumps org.apache.commons:commons-compress from 1.21 to 1.26.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 351fc8c)
(cherry picked from commit b10d0f2)
…treamnative#966) (cherry picked from commit 72856b0)
* Added user-specified S3 path * Optimized the implementation * Variables renamed * Logic moved to Partitioner & Added unit tests with all the flags about the partitions with all the combinations * Removed unnecessary checks (cherry picked from commit 2a66206)
This reverts commit 21c3ad3.
This reverts commit 2696f0d.
* [fix]: fix Parquet/Avro format with separated key value avro-avro messages (#3) (cherry picked from commit 37a5c85) (cherry picked from commit 8802a76) * [improve] Allow user-specified S3 path (#5) * Added user-specified S3 path * Optimized the implementation * Variables renamed * Logic moved to Partitioner & Added unit tests with all the flags about the partitions with all the combinations * Removed unnecessary checks (cherry picked from commit 2a66206) (cherry picked from commit 2696f0d) * Fix checkstyle (cherry picked from commit 21c3ad3) * Added ds-release.yml * Removed System.out.println from PulsarTestBase.java --------- Co-authored-by: Nicolò Boschi <boschi1997@gmail.com> Co-authored-by: Mukesh Kumar <65598381+mukesh154@users.noreply.github.com>
This reverts commit 06392e4.
…e-3.2.0" This reverts commit 76908c2.
…2024-53990 (#11) * Upgrade protobuf3 to 3.25.5 to address CVE-2024-7254 * Include async-http-client with updated version to fix vulnerable transitive dependency. * Add explanation comment and scope. --------- Co-authored-by: ganesh-ctds <ext-ganesh.saladi@datastax.com>
AS-4121: Update pom.xml to resolve vulnerabilities
* Upgrade dependencies to resolve vulnerabilities & Remove duplicate dependencies * Revert netty.version back to resolve failing integration tests
* bump netty version & override aircompressor version * Update pulsar version to 3.1.4.22 to fix CI failures. * bump netty version. * bump jackson version.
|
@sandeep-ctds:Thanks for your contribution. For this PR, do we need to update docs? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(If this PR fixes a github issue, please add
Fixes #<xyz>.)Fixes #
https://datastax.jira.com/browse/AS-5461
(or if this PR is one task of a github issue, please add
Master Issue: #<xyz>to link to the master issue.)Master Issue: #
Motivation
Explain here the context, and why you're making that change. What is the problem you're trying to solve.
Modifications
Describe the modifications you've done.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation
Check the box below.
Need to update docs?
doc-required(If you need help on updating docs, create a doc issue)
no-need-doc(Please explain why)
doc(If this PR contains doc changes)