You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Belyakov (Jira)" <ji...@apache.org> on 2022/09/06 21:38:00 UTC

[jira] [Created] (IGNITE-17640) Update Ignite Spring Data Dependency Snippet

Igor Belyakov created IGNITE-17640:
--------------------------------------

             Summary: Update Ignite Spring Data Dependency Snippet
                 Key: IGNITE-17640
                 URL: https://issues.apache.org/jira/browse/IGNITE-17640
             Project: Ignite
          Issue Type: Bug
          Components: documentation
            Reporter: Igor Belyakov


Since "org.apache.ignite:ignite-spring-data-ext:2.0.0" was released:

[https://search.maven.org/artifact/org.apache.ignite/ignite-spring-data-ext/2.0.0/jar]

a dependency snippet on the Spring Data page should be updated:

[https://ignite.apache.org/docs/extensions/spring/spring-data#maven-configuration]

as well as "Apache Ignite Spring Data extension version" in the compatibility table.

Also, the "org.springframework:spring-tx" dependency should be added to the dependency snippet:
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tx</artifactId>
    <version>${spring.version}</version>
</dependency>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)