Dear Ignite Community,
I have uploaded a release candidate of the following extension modules: performance-statistics-ext spring-data-ext spring-data-2.0-ext spring-data-2.2-ext spring-data-commons The release candidate of the performance-statistics-ext extension: https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ The following staging can be used for testing: https://repository.apache.org/content/repositories/orgapacheignite-1513 Tags were created: ignite-performance-statistics-ext-1.0.0-rc2 https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe ignite-spring-data-ext-1.0.0-rc2 ignite-spring-data-2.2-ext-1.0.0-rc2 ignite-spring-data-2.0-ext-1.0.0-rc2 ignite-spring-data-commons-1.0.0-rc2 ignite-spring-data-all-ext-1.0.0-rc2 https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd RELEASE NOTES: https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb DOCUMENTATION: Documentation of listed extensions was updated in the following issues: https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) The vote is formal, see voting guidelines https://www.apache.org/foundation/voting.html +1 - to accept all the Apache Ignite performance-statistics-ext and spring-data-all-ext extensions 1.0.0-rc1 listed in the thread 0 - don't care either way -1 - DO NOT accept either of the Apache Ignite performance-statistics-ext and spring-data-all-ext extensions 1.0.0-rc1 (explain why) The vote will hold for 3 days and will end on April 29 2021 20:00 UTC https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive -- Best wishes, Amelchev Nikita |
Hello!
I don't understand how I can download any artifacts for spring-data. I would assume that people responsible for spring data migration will give their input - adding them to CC. Regards, -- Ilya Kasnacheev пн, 26 апр. 2021 г. в 22:07, Nikita Amelchev <[hidden email]>: > Dear Ignite Community, > > I have uploaded a release candidate of the following extension modules: > > performance-statistics-ext > spring-data-ext > spring-data-2.0-ext > spring-data-2.2-ext > spring-data-commons > > The release candidate of the performance-statistics-ext extension: > > https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ > > The following staging can be used for testing: > https://repository.apache.org/content/repositories/orgapacheignite-1513 > > Tags were created: > > ignite-performance-statistics-ext-1.0.0-rc2 > > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe > > ignite-spring-data-ext-1.0.0-rc2 > ignite-spring-data-2.2-ext-1.0.0-rc2 > ignite-spring-data-2.0-ext-1.0.0-rc2 > ignite-spring-data-commons-1.0.0-rc2 > ignite-spring-data-all-ext-1.0.0-rc2 > > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd > > RELEASE NOTES: > > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb > > DOCUMENTATION: > Documentation of listed extensions was updated in the following issues: > > https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) > > The vote is formal, see voting guidelines > https://www.apache.org/foundation/voting.html > > +1 - to accept all the Apache Ignite performance-statistics-ext and > spring-data-all-ext extensions 1.0.0-rc1 listed in the thread > 0 - don't care either way > -1 - DO NOT accept either of the Apache Ignite > performance-statistics-ext and spring-data-all-ext extensions > 1.0.0-rc1 (explain why) > > The vote will hold for 3 days and will end on April 29 2021 20:00 UTC > > https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive > > -- > Best wishes, > Amelchev Nikita > |
Hello, Ilya.
As I understand it, Spring Data integration dependencies of the current RC are stored in the repository referenced in the original email. To download Spring Data dependencies with maven, you need to set up an external repository in your application pom file using the specified link [0]. I did it like this: <repositories> <repository> <id>ignite-spring-data-rc-2</id> <name>ignite-spring-data</name> � <url>https://repository.apache.org/content/repositories/orgapacheignite-1513/</url> </repository> </repositories> You can also take a look at Spring Data integration documentation [1] (note, that it was updated recently) and Spring Data integration examples [2]. [0] - https://repository.apache.org/content/repositories/orgapacheignite-1513 [1] - https://github.com/apache/ignite/blob/5817e309812ee56d8eab5ec53a6cefbcff665f18/docs/_docs/extensions-and-integrations/spring/spring-data.adoc [2] - https://github.com/apache/ignite-extensions/tree/master/modules/spring-data-2.0-ext/examples/main/java/org/apache/ignite/springdata20/examples On 28.04.2021 14:00, Ilya Kasnacheev wrote: > Hello! > > I don't understand how I can download any artifacts for spring-data. > > I would assume that people responsible for spring data migration will > give their input - adding them to CC. > > Regards, > -- > Ilya Kasnacheev > > > пн, 26 апр. 2021 г. в 22:07, Nikita Amelchev > <[hidden email]>: > > Dear Ignite Community, > > I have uploaded a release candidate of the following extension > modules: > > performance-statistics-ext > spring-data-ext > spring-data-2.0-ext > spring-data-2.2-ext > spring-data-commons > > The release candidate of the performance-statistics-ext extension: > https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ > > The following staging can be used for testing: > https://repository.apache.org/content/repositories/orgapacheignite-1513 > > Tags were created: > > ignite-performance-statistics-ext-1.0.0-rc2 > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe > > ignite-spring-data-ext-1.0.0-rc2 > ignite-spring-data-2.2-ext-1.0.0-rc2 > ignite-spring-data-2.0-ext-1.0.0-rc2 > ignite-spring-data-commons-1.0.0-rc2 > ignite-spring-data-all-ext-1.0.0-rc2 > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd > > RELEASE NOTES: > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb > > DOCUMENTATION: > Documentation of listed extensions was updated in the following > issues: > https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) > <https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493)> > > The vote is formal, see voting guidelines > https://www.apache.org/foundation/voting.html > > +1 - to accept all the Apache Ignite performance-statistics-ext and > spring-data-all-ext extensions 1.0.0-rc1 listed in the thread > 0 - don't care either way > -1 - DO NOT accept either of the Apache Ignite > performance-statistics-ext and spring-data-all-ext extensions > 1.0.0-rc1 (explain why) > > The vote will hold for 3 days and will end on April 29 2021 20:00 UTC > https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive > <https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive> > > -- > Best wishes, > Amelchev Nikita > |
Hello!
I get that, but previously you could also have those as modules in the apache-ignite-N.N.N-bin.zip Are we losing that capacity with -ext now? Can you reason why it is not necessary? It just seems to me that spring data is much less visible when it is stowed in ext, and even there is only available via Maven. Regards, -- Ilya Kasnacheev ср, 28 апр. 2021 г. в 15:04, Mikhail Petrov <[hidden email]>: > Hello, Ilya. > > As I understand it, Spring Data integration dependencies of the current RC > are stored in the repository referenced in the original email. To download > Spring Data dependencies with maven, you need to set up an external > repository in your application pom file using the specified link [0]. > > I did it like this: > > <repositories> > <repository> > <id>ignite-spring-data-rc-2</id> > <name>ignite-spring-data</name> > <url> > https://repository.apache.org/content/repositories/orgapacheignite-1513/ > </url> > </repository> > </repositories> > > You can also take a look at Spring Data integration documentation [1] > (note, that it was updated recently) and Spring Data integration examples > [2]. > > [0] - > https://repository.apache.org/content/repositories/orgapacheignite-1513 > [1] - > https://github.com/apache/ignite/blob/5817e309812ee56d8eab5ec53a6cefbcff665f18/docs/_docs/extensions-and-integrations/spring/spring-data.adoc > [2] - > https://github.com/apache/ignite-extensions/tree/master/modules/spring-data-2.0-ext/examples/main/java/org/apache/ignite/springdata20/examples > On 28.04.2021 14:00, Ilya Kasnacheev wrote: > > Hello! > > I don't understand how I can download any artifacts for spring-data. > > I would assume that people responsible for spring data migration will > give their input - adding them to CC. > > Regards, > -- > Ilya Kasnacheev > > > пн, 26 апр. 2021 г. в 22:07, Nikita Amelchev <[hidden email]>: > >> Dear Ignite Community, >> >> I have uploaded a release candidate of the following extension modules: >> >> performance-statistics-ext >> spring-data-ext >> spring-data-2.0-ext >> spring-data-2.2-ext >> spring-data-commons >> >> The release candidate of the performance-statistics-ext extension: >> >> https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ >> >> The following staging can be used for testing: >> https://repository.apache.org/content/repositories/orgapacheignite-1513 >> >> Tags were created: >> >> ignite-performance-statistics-ext-1.0.0-rc2 >> >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe >> >> ignite-spring-data-ext-1.0.0-rc2 >> ignite-spring-data-2.2-ext-1.0.0-rc2 >> ignite-spring-data-2.0-ext-1.0.0-rc2 >> ignite-spring-data-commons-1.0.0-rc2 >> ignite-spring-data-all-ext-1.0.0-rc2 >> >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd >> >> RELEASE NOTES: >> >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb >> >> DOCUMENTATION: >> Documentation of listed extensions was updated in the following issues: >> >> https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) >> >> The vote is formal, see voting guidelines >> https://www.apache.org/foundation/voting.html >> >> +1 - to accept all the Apache Ignite performance-statistics-ext and >> spring-data-all-ext extensions 1.0.0-rc1 listed in the thread >> 0 - don't care either way >> -1 - DO NOT accept either of the Apache Ignite >> performance-statistics-ext and spring-data-all-ext extensions >> 1.0.0-rc1 (explain why) >> >> The vote will hold for 3 days and will end on April 29 2021 20:00 UTC >> >> https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive >> >> -- >> Best wishes, >> Amelchev Nikita >> > |
Hello, Ilya.
Extensions are released separately from the Ignite. So, they can not be included in the Ignite binaries. See IEP-36 [1] for more details. Already released Spring and streaming extensions are available only in maven. [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-36%3A+Modularization ср, 28 апр. 2021 г. в 16:33, Ilya Kasnacheev <[hidden email]>: > > Hello! > > I get that, but previously you could also have those as modules in the > apache-ignite-N.N.N-bin.zip > > Are we losing that capacity with -ext now? Can you reason why it is not > necessary? > > It just seems to me that spring data is much less visible when it is stowed > in ext, and even there is only available via Maven. > > Regards, > -- > Ilya Kasnacheev > > > ср, 28 апр. 2021 г. в 15:04, Mikhail Petrov <[hidden email]>: > > > Hello, Ilya. > > > > As I understand it, Spring Data integration dependencies of the current RC > > are stored in the repository referenced in the original email. To download > > Spring Data dependencies with maven, you need to set up an external > > repository in your application pom file using the specified link [0]. > > > > I did it like this: > > > > <repositories> > > <repository> > > <id>ignite-spring-data-rc-2</id> > > <name>ignite-spring-data</name> > > <url> > > https://repository.apache.org/content/repositories/orgapacheignite-1513/ > > </url> > > </repository> > > </repositories> > > > > You can also take a look at Spring Data integration documentation [1] > > (note, that it was updated recently) and Spring Data integration examples > > [2]. > > > > [0] - > > https://repository.apache.org/content/repositories/orgapacheignite-1513 > > [1] - > > https://github.com/apache/ignite/blob/5817e309812ee56d8eab5ec53a6cefbcff665f18/docs/_docs/extensions-and-integrations/spring/spring-data.adoc > > [2] - > > https://github.com/apache/ignite-extensions/tree/master/modules/spring-data-2.0-ext/examples/main/java/org/apache/ignite/springdata20/examples > > On 28.04.2021 14:00, Ilya Kasnacheev wrote: > > > > Hello! > > > > I don't understand how I can download any artifacts for spring-data. > > > > I would assume that people responsible for spring data migration will > > give their input - adding them to CC. > > > > Regards, > > -- > > Ilya Kasnacheev > > > > > > пн, 26 апр. 2021 г. в 22:07, Nikita Amelchev <[hidden email]>: > > > >> Dear Ignite Community, > >> > >> I have uploaded a release candidate of the following extension modules: > >> > >> performance-statistics-ext > >> spring-data-ext > >> spring-data-2.0-ext > >> spring-data-2.2-ext > >> spring-data-commons > >> > >> The release candidate of the performance-statistics-ext extension: > >> > >> https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ > >> > >> The following staging can be used for testing: > >> https://repository.apache.org/content/repositories/orgapacheignite-1513 > >> > >> Tags were created: > >> > >> ignite-performance-statistics-ext-1.0.0-rc2 > >> > >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe > >> > >> ignite-spring-data-ext-1.0.0-rc2 > >> ignite-spring-data-2.2-ext-1.0.0-rc2 > >> ignite-spring-data-2.0-ext-1.0.0-rc2 > >> ignite-spring-data-commons-1.0.0-rc2 > >> ignite-spring-data-all-ext-1.0.0-rc2 > >> > >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd > >> > >> RELEASE NOTES: > >> > >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb > >> > >> DOCUMENTATION: > >> Documentation of listed extensions was updated in the following issues: > >> > >> https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) > >> > >> The vote is formal, see voting guidelines > >> https://www.apache.org/foundation/voting.html > >> > >> +1 - to accept all the Apache Ignite performance-statistics-ext and > >> spring-data-all-ext extensions 1.0.0-rc1 listed in the thread > >> 0 - don't care either way > >> -1 - DO NOT accept either of the Apache Ignite > >> performance-statistics-ext and spring-data-all-ext extensions > >> 1.0.0-rc1 (explain why) > >> > >> The vote will hold for 3 days and will end on April 29 2021 20:00 UTC > >> > >> https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive > >> > >> -- > >> Best wishes, > >> Amelchev Nikita > >> > > -- Best wishes, Amelchev Nikita |
In reply to this post by Nikita Amelchev-2
Folks, just want to confirm that the docs will be updated in a way showing
the proper/new Maven libs. Is this taken into consideration? CC-ing @Nikita Safonov <[hidden email]> and @Igor Gusev <[hidden email]> - Denis On Mon, Apr 26, 2021 at 3:07 PM Nikita Amelchev <[hidden email]> wrote: > Dear Ignite Community, > > I have uploaded a release candidate of the following extension modules: > > performance-statistics-ext > spring-data-ext > spring-data-2.0-ext > spring-data-2.2-ext > spring-data-commons > > The release candidate of the performance-statistics-ext extension: > > https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ > > The following staging can be used for testing: > https://repository.apache.org/content/repositories/orgapacheignite-1513 > > Tags were created: > > ignite-performance-statistics-ext-1.0.0-rc2 > > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe > > ignite-spring-data-ext-1.0.0-rc2 > ignite-spring-data-2.2-ext-1.0.0-rc2 > ignite-spring-data-2.0-ext-1.0.0-rc2 > ignite-spring-data-commons-1.0.0-rc2 > ignite-spring-data-all-ext-1.0.0-rc2 > > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd > > RELEASE NOTES: > > https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb > > DOCUMENTATION: > Documentation of listed extensions was updated in the following issues: > > https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) > > The vote is formal, see voting guidelines > https://www.apache.org/foundation/voting.html > > +1 - to accept all the Apache Ignite performance-statistics-ext and > spring-data-all-ext extensions 1.0.0-rc1 listed in the thread > 0 - don't care either way > -1 - DO NOT accept either of the Apache Ignite > performance-statistics-ext and spring-data-all-ext extensions > 1.0.0-rc1 (explain why) > > The vote will hold for 3 days and will end on April 29 2021 20:00 UTC > > https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive > > -- > Best wishes, > Amelchev Nikita > |
Hi Denis,
Thanks for the info! We've taken this into consideration. Regards, Nikita ср, 28 апр. 2021 г. в 17:22, Denis Magda <[hidden email]>: > Folks, just want to confirm that the docs will be updated in a way showing > the proper/new Maven libs. Is this taken into consideration? CC-ing @Nikita > Safonov <[hidden email]> and @Igor Gusev <[hidden email]> > - > Denis > > > On Mon, Apr 26, 2021 at 3:07 PM Nikita Amelchev <[hidden email]> > wrote: > >> Dear Ignite Community, >> >> I have uploaded a release candidate of the following extension modules: >> >> performance-statistics-ext >> spring-data-ext >> spring-data-2.0-ext >> spring-data-2.2-ext >> spring-data-commons >> >> The release candidate of the performance-statistics-ext extension: >> >> https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ >> >> The following staging can be used for testing: >> https://repository.apache.org/content/repositories/orgapacheignite-1513 >> >> Tags were created: >> >> ignite-performance-statistics-ext-1.0.0-rc2 >> >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe >> >> ignite-spring-data-ext-1.0.0-rc2 >> ignite-spring-data-2.2-ext-1.0.0-rc2 >> ignite-spring-data-2.0-ext-1.0.0-rc2 >> ignite-spring-data-commons-1.0.0-rc2 >> ignite-spring-data-all-ext-1.0.0-rc2 >> >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd >> >> RELEASE NOTES: >> >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb >> >> DOCUMENTATION: >> Documentation of listed extensions was updated in the following issues: >> >> https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) >> >> The vote is formal, see voting guidelines >> https://www.apache.org/foundation/voting.html >> >> +1 - to accept all the Apache Ignite performance-statistics-ext and >> spring-data-all-ext extensions 1.0.0-rc1 listed in the thread >> 0 - don't care either way >> -1 - DO NOT accept either of the Apache Ignite >> performance-statistics-ext and spring-data-all-ext extensions >> 1.0.0-rc1 (explain why) >> >> The vote will hold for 3 days and will end on April 29 2021 20:00 UTC >> >> https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive >> >> -- >> Best wishes, >> Amelchev Nikita >> > -- *Nikita Safonov* Technical Writer, Saint Petersburg +79112988496 https://www.gridgain.com Powered by Apache® Ignite™ |
Igniters,
I have found that the ASF release policy [1] says that each released package must contain sources. The RC2 does not contain sources for Spring extensions and will be canceled. Sources for each extension module will be published to SVN. Also, I will create separate voting threads for the performance statistics and spring extensions. [1] https://www.apache.org/legal/release-policy.html#source-packages ср, 28 апр. 2021 г. в 23:54, Nikita Safonov <[hidden email]>: > > Hi Denis, > > Thanks for the info! > We've taken this into consideration. > > Regards, > Nikita > > ср, 28 апр. 2021 г. в 17:22, Denis Magda <[hidden email]>: > > > Folks, just want to confirm that the docs will be updated in a way showing > > the proper/new Maven libs. Is this taken into consideration? CC-ing @Nikita > > Safonov <[hidden email]> and @Igor Gusev <[hidden email]> > > - > > Denis > > > > > > On Mon, Apr 26, 2021 at 3:07 PM Nikita Amelchev <[hidden email]> > > wrote: > > > >> Dear Ignite Community, > >> > >> I have uploaded a release candidate of the following extension modules: > >> > >> performance-statistics-ext > >> spring-data-ext > >> spring-data-2.0-ext > >> spring-data-2.2-ext > >> spring-data-commons > >> > >> The release candidate of the performance-statistics-ext extension: > >> > >> https://dist.apache.org/repos/dist/dev/ignite/ignite-performance-statistics-ext/1.0.0-rc2/ > >> > >> The following staging can be used for testing: > >> https://repository.apache.org/content/repositories/orgapacheignite-1513 > >> > >> Tags were created: > >> > >> ignite-performance-statistics-ext-1.0.0-rc2 > >> > >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=26fedfad954852a59f15bbd8f5b65708901f8cfe > >> > >> ignite-spring-data-ext-1.0.0-rc2 > >> ignite-spring-data-2.2-ext-1.0.0-rc2 > >> ignite-spring-data-2.0-ext-1.0.0-rc2 > >> ignite-spring-data-commons-1.0.0-rc2 > >> ignite-spring-data-all-ext-1.0.0-rc2 > >> > >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=commit;h=471d7f388c7ad38fc651523f3d68f271235226bd > >> > >> RELEASE NOTES: > >> > >> https://gitbox.apache.org/repos/asf?p=ignite-extensions.git;a=blob;f=RELEASE_NOTES.txt;h=22f8d665c194ba2dfa6167354d97ad53d5ef206f;hb=c8de80ee14d1fb76d6cbb0b18513bb70b499c3cb > >> > >> DOCUMENTATION: > >> Documentation of listed extensions was updated in the following issues: > >> > >> https://issues.apache.org/jira/issues/?filter=-1&jql=key%20in%20(IGNITE-14417%2CIGNITE-14398%2CIGNITE-14493) > >> > >> The vote is formal, see voting guidelines > >> https://www.apache.org/foundation/voting.html > >> > >> +1 - to accept all the Apache Ignite performance-statistics-ext and > >> spring-data-all-ext extensions 1.0.0-rc1 listed in the thread > >> 0 - don't care either way > >> -1 - DO NOT accept either of the Apache Ignite > >> performance-statistics-ext and spring-data-all-ext extensions > >> 1.0.0-rc1 (explain why) > >> > >> The vote will hold for 3 days and will end on April 29 2021 20:00 UTC > >> > >> https://www.timeanddate.com/countdown/generic?iso=20210429T20&p0=1440&font=cursive > >> > >> -- > >> Best wishes, > >> Amelchev Nikita > >> > > > > -- > *Nikita Safonov* > Technical Writer, > Saint Petersburg > +79112988496 > https://www.gridgain.com > Powered by Apache® Ignite™ -- Best wishes, Amelchev Nikita |
Free forum by Nabble | Edit this page |