Skip to content

IGNITE-28462: Upgrade remaining Maven plugins#12982

Open
animovscw wants to merge 11 commits intoapache:masterfrom
animovscw:ignite-28462
Open

IGNITE-28462: Upgrade remaining Maven plugins#12982
animovscw wants to merge 11 commits intoapache:masterfrom
animovscw:ignite-28462

Conversation

@animovscw
Copy link
Copy Markdown
Contributor

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached to the JIRA ticket (see tab PR Check at TC.Bot - Instance 1 or TC.Bot - Instance 2)

Notes

If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.

@animovscw animovscw changed the title IGNITE-28462 Upgrade remaining Maven plugins IGNITE-28462: Upgrade remaining Maven plugins Apr 6, 2026
@animovscw animovscw force-pushed the ignite-28462 branch 3 times, most recently from 812a406 to 724521a Compare April 16, 2026 07:36
Comment thread modules/compress/pom.xml
@animovscw animovscw requested a review from ptupitsyn as a code owner April 20, 2026 10:36
@animovscw animovscw force-pushed the ignite-28462 branch 2 times, most recently from c9de64f to 8217e35 Compare April 20, 2026 18:13

if (file.isFile() && fileName.toLowerCase().endsWith(".class"))
if (file.isFile() && fileName.toLowerCase().endsWith(".class")
&& !fileName.equals("package-info.class"))
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.

can you append a comment, why we need such a change plz ?

Copy link
Copy Markdown
Contributor Author

@animovscw animovscw Apr 28, 2026

Choose a reason for hiding this comment

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

Plugin update revealed that there was a defect in BinaryContext .
After the version was upgraded package-info.class became physically present in the package directory on the disk. The method picked it up as a regular class and added it to the list for registration as a binary type.
Logs: https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_BinaryObjects/9015329?buildTab=overview

@zstan zstan requested a review from vveider April 28, 2026 06:30
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 4, 2026

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants