Contributor permissions

2017-09-21 Thread schernolyas
Hi All. Could you please provide me a contributor permissions? My Jira account: schernolyas Thanks, Sergey. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Apache Ignite 2.3 release

2017-09-25 Thread schernolyas
Hi Vladimir! Could you add to future release by PR (http://apache-ignite-developers.2346864.n4.nabble.com/GitHub-ignite-pull-request-2737-IGNITE-6286-fix-org-h2-jdbc-JdbcSQLException-td22625.html)? The PR is very important for project Hibernate OGM . -- Sent from:

[GitHub] ignite pull request #2737: IGNITE-6286: fix org.h2.jdbc.JdbcSQLException

2017-09-25 Thread schernolyas
GitHub user schernolyas opened a pull request: https://github.com/apache/ignite/pull/2737 IGNITE-6286: fix org.h2.jdbc.JdbcSQLException changes: 1) develop test for check all supported types for parameterized queries 2) add support BigDecimal type as type of paraameter's

Re: Apache Ignite 2.3 release

2017-09-25 Thread schernolyas
Hi Vladimir! Could you please add my PR to next relese. I mean PR https://github.com/apache/ignite/pull/2737 . The PR is very important for project Hibernate OGM. A lot of thanks! With best regards, Sergey Chernolyas -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

[GitHub] ignite pull request #2737: IGNITE-6286: fix org.h2.jdbc.JdbcSQLException

2017-09-26 Thread schernolyas
Github user schernolyas closed the pull request at: https://github.com/apache/ignite/pull/2737 ---

[GitHub] ignite pull request #2750: IGNITE-6286: fix org.h2.jdbc.JdbcSQLException

2017-09-26 Thread schernolyas
GitHub user schernolyas opened a pull request: https://github.com/apache/ignite/pull/2750 IGNITE-6286: fix org.h2.jdbc.JdbcSQLException changes: 1. develop test for check all supported types for parameterized queries 2. add support BigDecimal type as type

IGNITE-6286

2017-09-26 Thread schernolyas
Hi! I was prepared https://github.com/apache/ignite/pull/2737 PR. The PR fix https://issues.apache.org/jira/browse/IGNITE-6286 . Please, review it Also, the PR is very important for project Hibernate OGM for Ignite. A lot of thank! With best regards, Sergey Chernolyas -- Sent from:

Re: [IGNITE-12582] Configuration by property

2020-01-31 Thread schernolyas
Hi! It is proposed to use the same annotation(RepositoryConfig). But value of field "cacheName" can be constant or Spring EL expression. Correct cases are: 1) By Spring EL expression @Repository @RepositoryConfig(cacheName = "@cacheNames.calendarCacheName") public interface CalendarRepository

Re: [IGNITE-12582] Configuration by property

2020-02-01 Thread schernolyas
Hi Ivan ! Yes, I have the prototype. Right now, main question is can we remove spring data modules into project with extensions for Ignite. -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/