Skip to content
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

[fix][sec] Upgrade commons-text to 1.10.0 in the kinesis-sink #18093

Merged
merged 2 commits into from
Oct 21, 2022

Conversation

nicoloboschi
Copy link
Contributor

@nicoloboschi nicoloboschi commented Oct 18, 2022

Motivation

Follow up of #18053.
Kinesis sink still uses 1.9

Modifications

  • Add the commons-text dependency to the dependency management section

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@@ -65,13 +65,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useless, it throws warning for the missing version

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make the patch focus only on one problem (the upgrade)

pulsar-proxy/pom.xml Outdated Show resolved Hide resolved
@nicoloboschi nicoloboschi requested review from eolivelli and nodece and removed request for eolivelli October 18, 2022 12:58
@nicoloboschi
Copy link
Contributor Author

@coderzc PTAL

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Oct 18, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2022

Codecov Report

Merging #18093 (a92b96b) into master (6c65ca0) will increase coverage by 16.15%.
The diff coverage is 46.15%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master   #18093       +/-   ##
=============================================
+ Coverage     34.91%   51.07%   +16.15%     
- Complexity     5707     8755     +3048     
=============================================
  Files           607      607               
  Lines         53396    53511      +115     
  Branches       5712     5739       +27     
=============================================
+ Hits          18644    27329     +8685     
+ Misses        32119    23135     -8984     
- Partials       2633     3047      +414     
Flag Coverage Δ
unittests 51.07% <46.15%> (+16.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../pulsar/broker/service/AbstractBaseDispatcher.java 50.92% <ø> (+5.06%) ⬆️
.../service/SystemTopicBasedTopicPoliciesService.java 62.97% <0.00%> (+11.38%) ⬆️
.../pulsar/broker/stats/BrokerOperabilityMetrics.java 98.21% <ø> (+5.56%) ⬆️
...g/apache/pulsar/compaction/CompactedTopicImpl.java 69.28% <0.00%> (+58.57%) ⬆️
...va/org/apache/pulsar/io/jdbc/JdbcAbstractSink.java 3.22% <0.00%> (-0.97%) ⬇️
...java/org/apache/pulsar/io/jdbc/JdbcSinkConfig.java 20.00% <0.00%> (-5.00%) ⬇️
...main/java/org/apache/pulsar/io/jdbc/JdbcUtils.java 0.00% <0.00%> (ø)
.../org/apache/pulsar/broker/admin/v2/Namespaces.java 56.85% <50.00%> (+48.82%) ⬆️
...ache/pulsar/broker/service/EntryFilterSupport.java 27.02% <50.00%> (+2.02%) ⬆️
...apache/pulsar/proxy/server/DirectProxyHandler.java 63.63% <50.00%> (ø)
... and 163 more

@@ -65,13 +65,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make the patch focus only on one problem (the upgrade)

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@Technoboy- Technoboy- added this to the 2.12.0 milestone Oct 21, 2022
@Technoboy- Technoboy- added the area/dependency Pull requests that update a dependency file label Oct 21, 2022
@Technoboy- Technoboy- merged commit b4bba3a into apache:master Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Pull requests that update a dependency file doc-not-needed Your PR changes do not impact docs ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants