Skip to content

IGNITE-28588 update Spring#13267

Closed
nao-it wants to merge 14 commits into
apache:masterfrom
nao-it:IGNITE-28588
Closed

IGNITE-28588 update Spring#13267
nao-it wants to merge 14 commits into
apache:masterfrom
nao-it:IGNITE-28588

Conversation

@nao-it

@nao-it nao-it commented Jun 22, 2026

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.

@zstan
zstan requested a review from Copilot June 24, 2026 04:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

* <p>
* Each wrapper instance has its own state (not shared between parallel tests).
*/
public class TransactionManagerWrapper implements TransactionManager {

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.

I missunderstand why do you need this wrapper under TransactionImple ? Plz explain ?

Comment thread parent/pom.xml
<javax.cache.bundle.version>1.0.0_1</javax.cache.bundle.version>
<javax.cache.tck.version>1.1.1</javax.cache.tck.version>
<javax.cache.version>1.0.0</javax.cache.version>
<jboss.rmi.version>1.0.6.Final</jboss.rmi.version>

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.

why we need to remove it ? i store it as is, apply all other changes and also not append : <narayana.version>7.3.4.Final</narayana.version> and tests seems ok, did i miss smth ?

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

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

Comment thread parent/pom.xml
<excludes>
<exclude>javax.transaction:jta</exclude>
<exclude>javax.transaction:javax.transaction-api</exclude>
<exclude>jakarta.transaction:jakarta.transaction-api:(,2.0.0)</exclude>
Comment on lines +1020 to +1023
catch (LinkageError e) {
U.warn(log, "Failed to initialize HTTP REST protocol (consider adding ignite-rest-http " +
"module and its dependencies to classpath): " + e);
}
Comment on lines 60 to 78
@@ -75,7 +75,6 @@ else if (target.startsWith("/logo.svg")) {
res.getOutputStream().flush();

res.setStatus(HttpServletResponse.SC_OK);
req.setHandled(true);
}
@Override public void testLifecycleAware() throws Exception {
// No-op, see anothre tests.
@Override public void testLifecycleAware() {
// No-op, see another tests.
@nao-it nao-it closed this Jul 8, 2026
@nao-it
nao-it deleted the IGNITE-28588 branch July 8, 2026 18:07
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