Skip to content

IGNITE-28748 Fix ClassNotFoundException on test suite checks#13214

Merged
zstan merged 3 commits into
apache:masterfrom
wernerdv:IGNITE-28748
Jun 5, 2026
Merged

IGNITE-28748 Fix ClassNotFoundException on test suite checks#13214
zstan merged 3 commits into
apache:masterfrom
wernerdv:IGNITE-28748

Conversation

@wernerdv
Copy link
Copy Markdown
Contributor

@wernerdv wernerdv commented Jun 5, 2026

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.

@wernerdv wernerdv changed the title IGNITE-28748 Fix ClassNotFoundException for test suite checks IGNITE-28748 Fix ClassNotFoundException on test suite checks Jun 5, 2026
@zstan zstan requested a review from Copilot June 5, 2026 12:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to prevent ClassNotFoundException during test-suite execution for the modules/extdata/pluggable module by explicitly providing a java.util.logging (JUL) configuration for tests and wiring it into the Maven Surefire test JVM.

Changes:

  • Added a JUL properties file under test resources for the pluggable extdata module.
  • Configured maven-surefire-plugin to set java.util.logging.config.file to that test configuration.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
modules/extdata/pluggable/src/test/resources/config/java.util.logging.properties Adds a JUL config intended to be used during test runs.
modules/extdata/pluggable/pom.xml Sets java.util.logging.config.file for Surefire test execution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread modules/extdata/pluggable/src/test/resources/config/java.util.logging.properties Outdated
Comment thread modules/extdata/pluggable/pom.xml Outdated
@ignitetcbot
Copy link
Copy Markdown
Contributor

TCBot Test Analysis

Possible Blockers (0)

No blockers found.

New Tests (0)

No new tests found.

@zstan zstan merged commit 3087d27 into apache:master Jun 5, 2026
6 checks passed
@wernerdv wernerdv deleted the IGNITE-28748 branch June 5, 2026 15:12
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.

4 participants