Skip to content

[Issue 12271][Modernizer] Add Maven Modernizer plugin in pulsar-proxy module - #12326

Merged
codelipenghui merged 1 commit into
apache:masterfrom
amarlearning:modernizer-pulsar-proxy
Oct 25, 2021
Merged

[Issue 12271][Modernizer] Add Maven Modernizer plugin in pulsar-proxy module#12326
codelipenghui merged 1 commit into
apache:masterfrom
amarlearning:modernizer-pulsar-proxy

Conversation

@amarlearning

@amarlearning amarlearning commented Oct 11, 2021

Copy link
Copy Markdown
Contributor

Master Issue: #12271

Motivation

Apply Maven Modernizer plugin to enforce we move away from legacy APIs.

Modifications

Add Maven Modernizer plugin in pulsar-proxy module and fix the violation.

Verifying this change

This change is already covered by existing tests.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API: (no)
  • The schema: (no)
  • The default values of configurations: (no)
  • The wire protocol: (no)
  • The rest endpoints: (no)
  • The admin cli options: (no)
  • Anything that affects deployment: (no)

Documentation

Need to update docs?

  • no-need-doc

@amarlearning
amarlearning force-pushed the modernizer-pulsar-proxy branch from c7322cf to 19853f6 Compare October 11, 2021 12:06
@amarlearning

Copy link
Copy Markdown
Contributor Author

@codelipenghui ready for review, need the approval to run the job.

@eolivelli

Copy link
Copy Markdown
Contributor

@MarvinCai PTAL

@eolivelli eolivelli left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Anonymitaet Anonymitaet added the doc-not-needed Your PR changes do not impact docs label Oct 13, 2021
@MarvinCai

Copy link
Copy Markdown
Contributor

/pulsarbot run-failure-checks

@MarvinCai MarvinCai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

thanks for working on it, LGTM

@amarlearning

Copy link
Copy Markdown
Contributor Author

Thank you @eolivelli and @MarvinCai for reviewing 😄

Comment thread pulsar-proxy/src/test/java/org/apache/pulsar/proxy/server/ProxyStatsTest.java Outdated
Comment thread pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyService.java Outdated
@amarlearning
amarlearning force-pushed the modernizer-pulsar-proxy branch from 19853f6 to 44624ff Compare October 20, 2021 19:09
@merlimat merlimat added the type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use label Oct 20, 2021
@merlimat merlimat added this to the 2.10.0 milestone Oct 20, 2021
@MarvinCai

Copy link
Copy Markdown
Contributor

/pulsarbot run-failure-checks

@codelipenghui
codelipenghui merged commit a9483e1 into apache:master Oct 25, 2021
zeo1995 pushed a commit to zeo1995/pulsar that referenced this pull request Oct 25, 2021
* up/master: (46 commits)
  [website][upgrade]feat: docs migration - version-2.7.2 Pulsar Schema (apache#12393)
  [docs] io-develop, fix broken link (apache#12414)
  docs(function): fix incorrect classname in python runtime sample (apache#12476)
  Remove redundant null check for getInternalListener (apache#12474)
  Fix the retry topic's `REAL_TOPIC` & `ORIGIN_MESSAGE_ID` property should not be modified once it has been written. (apache#12451)
  [cli] Fix output format of string by pulsar-admin command (apache#11878)
  fix the race of delete subscription and delete topic (apache#12240)
  fix influxdb yaml doc (apache#12460)
  [Modernizer] Add Maven Modernizer plugin in pulsar-proxy module (apache#12326)
  fix DefaultCryptoKeyReaderTest can not run on windows (apache#12475)
  apache#12429 only fixed the compactor skips data issue, but the normal reader/consumer (apache#12464)
  broker resource group test optimize fail msg (apache#12438)
  Stop OffsetStore when stopping the connector (apache#12457)
  fix a typo in UnAckedMessageTracker (apache#12467)
  docs(function): fix typo in pip install (apache#12468)
  Optimize the code: remove extra spaces (apache#12470)
  optimize SecurityUtility code flow (apache#12431)
  Update lombok to 1.18.22 (apache#12466)
  Update team.js to add David K. as a committer (apache#12440)
  Fix java demo error in reset cursor admin (apache#12454)
  ...

# Conflicts:
#	site2/website-next/versioned_docs/version-2.7.2/schema-evolution-compatibility.md
#	site2/website-next/versioned_docs/version-2.7.2/schema-get-started.md
#	site2/website-next/versioned_docs/version-2.7.2/schema-manage.md
#	site2/website-next/versioned_docs/version-2.7.2/schema-understand.md
#	site2/website-next/versioned_sidebars/version-2.7.2-sidebars.json
@amarlearning
amarlearning deleted the modernizer-pulsar-proxy branch October 26, 2021 09:40
eolivelli pushed a commit to eolivelli/pulsar that referenced this pull request Nov 29, 2021
Comment thread pulsar-proxy/pom.xml
<executions>
<execution>
<id>modernizer</id>
<goals>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

<phase>verify</phase> was missing here. Added in #13168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc-not-needed Your PR changes do not impact docs type/cleanup Code or doc cleanups e.g. remove the outdated documentation or remove the code no longer in use

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants