Nikita, thanks for releasing the artifacts. Could you please update the following documentation section as well? https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-data#maven-configuration
This is what worked for me: 1. Ignite Spring Data dependency <dependency> <groupId>org.apache.ignite</groupId> <artifactId>ignite-spring-data-2.2-ext</artifactId> <version>1.0.0</version> </dependency> 2. Also, I had to provide this dependency to solve various runtime-related issues (didn't need to do this with previous version of the integration): <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons</artifactId> * <version>2.2.3.RELEASE</version> (this is hardcoded, needs to be generic in the docs)* </dependency> -- Denis - Denis On Sat, Jul 24, 2021 at 7:46 PM Nikita Amelchev <namelc...@apache.org> wrote: > Hi, > > Artifacts were uploaded to the maven repo [1, 2, 3, 4]. > > The spring-tx module was migrated in the 2.11 that was not released yet. > The extension release is independent of the Ignite release. > > [1] > https://mvnrepository.com/artifact/org.apache.ignite/ignite-spring-data-ext > [2] > > https://mvnrepository.com/artifact/org.apache.ignite/ignite-spring-data-2.0-ext > [3] > > https://mvnrepository.com/artifact/org.apache.ignite/ignite-spring-data-2.2-ext > [4] > > https://mvnrepository.com/artifact/org.apache.ignite/ignite-spring-data-commons > > > сб, 24 июл. 2021 г., 04:48 18624049226 <18624049...@163.com>: > > > Igniters, > > > > It seems that these artifact have not been uploaded to Maven Repo? Will > > it be uploaded with ignite 2.11? > > > > This release does not include spring-tx-ext, but the documentation of > > this artifact has been merged into the ignite-2.11 branch, What's wrong? > > > > 在 2021/7/7 下午1:49, Nikita Amelchev 写道: > > > The Apache Ignite Community is pleased to announce the release of > > > Apache Ignite Spring Data extensions 1.0.0. > > > > > > The following integrations were migrated to the Apache Ignite > > > Extensions repository: > > > > > > - Spring Data 2.2 extension. > > > - Spring Data 2.0 extension. > > > - Spring Data extension. > > > > > > Release notes: > > > > > > https://ignite.apache.org/releases/ext/spring-data-all-1.0.0/release_notes.html > > > > > > The sources package is available here: > > > > > > https://downloads.apache.org/ignite/ignite-extensions/ignite-spring-data-all-ext/1.0.0/ > > > > > > Please let us know if you have any problems > > > https://ignite.apache.org/community/resources.html#ask > > > > > >