You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/10/25 22:22:17 UTC

[GitHub] [ignite-extensions] ololo3000 opened a new pull request #27: IGNITE-13621 Removes dependency of spring-data modules on Ignite version.

ololo3000 opened a new pull request #27:
URL: https://github.com/apache/ignite-extensions/pull/27


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ignite-extensions] ololo3000 closed pull request #27: IGNITE-13621 Removes dependency of spring-data modules on Ignite version.

Posted by GitBox <gi...@apache.org>.
ololo3000 closed pull request #27:
URL: https://github.com/apache/ignite-extensions/pull/27


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [ignite-extensions] samaitra commented on a change in pull request #27: IGNITE-13621 Removes dependency of spring-data modules on Ignite version.

Posted by GitBox <gi...@apache.org>.
samaitra commented on a change in pull request #27:
URL: https://github.com/apache/ignite-extensions/pull/27#discussion_r512324467



##########
File path: modules/spring-data-2.0-ext/pom.xml
##########
@@ -39,12 +39,14 @@
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
             <version>${ignite.version}</version>
+            <scope>provided</scope>

Review comment:
       Hi Mikhail, My understanding is we will always depend on latest snapshot of master from Ignite Nightly build in Apache Ignite Extensions project.
   
   Here is the discussion thread on the same http://apache-ignite-developers.2346864.n4.nabble.com/DISCUSS-dependencies-and-release-process-for-Ignite-Extensions-td44478.html
   
    When we release specific extension like spring-data module then during release we will set latest release of Ignite version in the release branch for release. In this case it would be 2.9.0 version.
   
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org