[GitHub] [gora] kamaci commented on a change in pull request #221: Add ScyllaDB Store

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #221: URL: https://github.com/apache/gora/pull/221#discussion_r632668517 ## File path: gora-scylladb/src/examples/java/org/apache/gora/scylladb/example/generated/AvroSerialization/ScyllaDBRecord.java ## @@ -0,0 +1,1299 @@ +/** +

[GitHub] [gora] kamaci commented on a change in pull request #221: Add ScyllaDB Store

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #221: URL: https://github.com/apache/gora/pull/221#discussion_r632669675 ## File path: gora-scylladb/src/examples/java/org/apache/gora/scylladb/example/generated/AvroSerialization/ScyllaDBRecord.java ## @@ -0,0 +1,1299 @@ +/** +

[GitHub] [gora] kamaci commented on pull request #220: GORA-537: [WIP] Upgrade to Hadoop 3.X

2021-05-14 Thread GitBox
kamaci commented on pull request #220: URL: https://github.com/apache/gora/pull/220#issuecomment-841381866 Thanks @balashashanka! Did you have a time to check the comment of @lewismc? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [gora] kamaci commented on a change in pull request #218: [GORA-650] [WIP] Add initial ArangoDB datastore

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #218: URL: https://github.com/apache/gora/pull/218#discussion_r632675878 ## File path: gora-arangodb/src/main/java/org/apache/gora/arangodb/store/ArangoDBStore.java ## @@ -0,0 +1,690 @@ +/** + * Licensed to the Apache Software

[GitHub] [gora] kamaci commented on a change in pull request #218: [GORA-650] [WIP] Add initial ArangoDB datastore

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #218: URL: https://github.com/apache/gora/pull/218#discussion_r632676232 ## File path: gora-arangodb/src/main/java/org/apache/gora/arangodb/store/ArangoDBStore.java ## @@ -0,0 +1,690 @@ +/** + * Licensed to the Apache Software

[GitHub] [gora] kamaci commented on a change in pull request #218: [GORA-650] [WIP] Add initial ArangoDB datastore

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #218: URL: https://github.com/apache/gora/pull/218#discussion_r632675729 ## File path: gora-arangodb/src/main/java/org/apache/gora/arangodb/store/ArangoDBStore.java ## @@ -0,0 +1,690 @@ +/** + * Licensed to the Apache Software

[GitHub] [gora] kamaci commented on a change in pull request #218: [GORA-650] [WIP] Add initial ArangoDB datastore

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #218: URL: https://github.com/apache/gora/pull/218#discussion_r632677158 ## File path: gora-arangodb/src/main/java/org/apache/gora/arangodb/store/ArangoDBStore.java ## @@ -0,0 +1,690 @@ +/** + * Licensed to the Apache Software

[GitHub] [gora] kamaci commented on a change in pull request #218: [GORA-650] [WIP] Add initial ArangoDB datastore

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #218: URL: https://github.com/apache/gora/pull/218#discussion_r632677448 ## File path: gora-arangodb/src/test/java/org/apache/gora/arangodb/ArangoDBTestDriver.java ## @@ -0,0 +1,85 @@ +/** + * Licensed to the Apache Software

[GitHub] [gora] kamaci commented on a change in pull request #210: GORA-651 upgrade Orient DB driver to version 3

2021-05-14 Thread GitBox
kamaci commented on a change in pull request #210: URL: https://github.com/apache/gora/pull/210#discussion_r632680001 ## File path: gora-orientdb/src/main/java/org/apache/gora/orientdb/store/OrientDBStore.java ## @@ -103,20 +109,36 @@ public void initialize(Class keyClass,

[GitHub] [gora] drazzib commented on pull request #242: GORA-679 Fix CI build issue

2021-05-08 Thread GitBox
drazzib commented on pull request #242: URL: https://github.com/apache/gora/pull/242#issuecomment-835225855 Hi @djkevincr ! I've tracked down this FTBFS issue and came to the same conclusion : it's linked to a behavior change in lastest Maven 3.8.1 (described in [CVE-2021-26291

[GitHub] [gora] drazzib edited a comment on pull request #242: GORA-679 Fix CI build issue

2021-05-08 Thread GitBox
drazzib edited a comment on pull request #242: URL: https://github.com/apache/gora/pull/242#issuecomment-835225855 Hi @djkevincr ! I've tracked down this FTBFS issue and came to the same conclusion : it's linked to a behavior change in lastest Maven 3.8.1 (described in

[GitHub] [gora] lewismc commented on pull request #239: GORA-675: Perform Sonar static code analysis on Jenkins

2021-05-06 Thread GitBox
lewismc commented on pull request #239: URL: https://github.com/apache/gora/pull/239#issuecomment-833899343 The Jenkinsfile looks good but of-course the build failed with NPE... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [gora] 100202x opened a new pull request #245: Update mongodb driver version to 3.12.8

2021-06-06 Thread GitBox
100202x opened a new pull request #245: URL: https://github.com/apache/gora/pull/245 -- 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,

[GitHub] [gora] madhawa-gunasekara merged pull request #237: GORA-676 Upgrade Aerospike 5.0.6

2021-06-06 Thread GitBox
madhawa-gunasekara merged pull request #237: URL: https://github.com/apache/gora/pull/237 -- 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,

[GitHub] [gora] madhawa-gunasekara commented on pull request #237: GORA-676 Upgrade Aerospike 5.0.6

2021-06-06 Thread GitBox
madhawa-gunasekara commented on pull request #237: URL: https://github.com/apache/gora/pull/237#issuecomment-855409178 Thanks, @100202x for the contribution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [gora] lewismc merged pull request #242: GORA-679 Fix CI build issue

2021-06-05 Thread GitBox
lewismc merged pull request #242: URL: https://github.com/apache/gora/pull/242 -- 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

[GitHub] [gora] madhawa-gunasekara commented on pull request #238: GORA-677 Upgrade Ignite version 2.10.0

2021-06-06 Thread GitBox
madhawa-gunasekara commented on pull request #238: URL: https://github.com/apache/gora/pull/238#issuecomment-855409797 Thanks, @100202x for the pull request -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [gora] drazzib opened a new pull request #236: GORA-674: upgrade testcontainers to 1.15

2021-04-05 Thread GitBox
drazzib opened a new pull request #236: URL: https://github.com/apache/gora/pull/236 -- 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,

[GitHub] [gora] podorvanova opened a new pull request #234: GORA-664 Add datastore for Elasticsearch

2021-03-01 Thread GitBox
podorvanova opened a new pull request #234: URL: https://github.com/apache/gora/pull/234 [Outreachy Winter 2020-2021] This PR implements an Apache Elasticsearch datastore for Apache Gora. Your feedback would be much appreciated.

[GitHub] [gora] mgov88 opened a new pull request #235: [GORA-663] Add datastore for Neo4j

2021-03-01 Thread GitBox
mgov88 opened a new pull request #235: URL: https://github.com/apache/gora/pull/235 This pull request contains the implementation of the Neo4j Datastore for Apache Gora Please let me know if you have feedback. Intern: Gaby Ortiz Project: Add datastore for Neo4j

[GitHub] [gora] drazzib merged pull request #236: GORA-674: upgrade testcontainers to 1.15.2

2021-04-10 Thread GitBox
drazzib merged pull request #236: URL: https://github.com/apache/gora/pull/236 -- 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

[GitHub] [gora] drazzib opened a new pull request #239: GORA-675: Perform Sonar static code analysis on Jenkins

2021-04-20 Thread GitBox
drazzib opened a new pull request #239: URL: https://github.com/apache/gora/pull/239 -- 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,

[GitHub] [gora] 100202x opened a new pull request #238: GORA-677 Upgrade Ignite version 2.10.0

2021-04-11 Thread GitBox
100202x opened a new pull request #238: URL: https://github.com/apache/gora/pull/238 -- 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,

[GitHub] [gora] 100202x opened a new pull request #237: GORA-676 Upgrade Aerospike 5.0.6

2021-04-11 Thread GitBox
100202x opened a new pull request #237: URL: https://github.com/apache/gora/pull/237 -- 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,

[GitHub] [gora] SemanticBeeng commented on pull request #218: [GORA-650] [WIP] Add initial ArangoDB datastore

2021-02-13 Thread GitBox
SemanticBeeng commented on pull request #218: URL: https://github.com/apache/gora/pull/218#issuecomment-778648908 @dinuka-perera please advise on plans for this - thanks This is an automated message from the Apache

[GitHub] [gora] 100202x edited a comment on pull request #246: Add SQL store on JOOQ

2021-08-22 Thread GitBox
100202x edited a comment on pull request #246: URL: https://github.com/apache/gora/pull/246#issuecomment-903323925 Update : There are 44 test cases in GoraTestBase and 19 test cases are getting through without a problem in this PR. But most essentials one where persisting objects is

[GitHub] [gora] 100202x commented on pull request #246: Add SQL store on JOOQ

2021-08-22 Thread GitBox
100202x commented on pull request #246: URL: https://github.com/apache/gora/pull/246#issuecomment-903323925 Update : There are 44 test cases in GoraTestBase and 19 test cases are getting through without a problem in this PR. But most essentials one where persisting objects is happening

[GitHub] [gora] 100202x opened a new pull request #246: Add SQL store on JOOQ

2021-07-15 Thread GitBox
100202x opened a new pull request #246: URL: https://github.com/apache/gora/pull/246 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] djkevincr merged pull request #234: GORA-664 Add datastore for Elasticsearch

2021-08-11 Thread GitBox
djkevincr merged pull request #234: URL: https://github.com/apache/gora/pull/234 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] djkevincr merged pull request #247: GORA-664 Fix build issue with testcases / formatting

2021-08-11 Thread GitBox
djkevincr merged pull request #247: URL: https://github.com/apache/gora/pull/247 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] djkevincr commented on pull request #240: GORA-678 Upgrade to JDK11

2021-08-11 Thread GitBox
djkevincr commented on pull request #240: URL: https://github.com/apache/gora/pull/240#issuecomment-897133583 @lewismc Initial work looks great. Any update on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [gora] madhawa-gunasekara merged pull request #238: GORA-677 Upgrade Ignite version 2.10.0

2021-08-11 Thread GitBox
madhawa-gunasekara merged pull request #238: URL: https://github.com/apache/gora/pull/238 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] djkevincr commented on pull request #244: GORA-680 Upgrade Avro from 1.8.2 --> 1.10.2

2021-08-11 Thread GitBox
djkevincr commented on pull request #244: URL: https://github.com/apache/gora/pull/244#issuecomment-897132355 @lewismc Initial work looks great. Any update on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [gora] madhawa-gunasekara merged pull request #245: Update mongodb driver version to 3.12.8

2021-08-11 Thread GitBox
madhawa-gunasekara merged pull request #245: URL: https://github.com/apache/gora/pull/245 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] nbrendah opened a new pull request #248: GORA-537: Upgrade to Hadoop 3.X

2021-10-12 Thread GitBox
nbrendah opened a new pull request #248: URL: https://github.com/apache/gora/pull/248 This PR is raised in reaction to issue https://issues.apache.org/jira/browse/GORA-537 Some tests are still failing though. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [gora] nbrendah opened a new pull request #249: GORA-651: Upgrade OrientDB to the latest version 3

2021-10-19 Thread GitBox
nbrendah opened a new pull request #249: URL: https://github.com/apache/gora/pull/249 **Issue Link:** https://issues.apache.org/jira/browse/GORA-651 I have updated upgraded the version of OrientDB to 3.2.2 All tests are passing locally. Maybe it could on the upstream. cc

[GitHub] [gora] djkevincr commented on pull request #250: GORA-630 Move hadoop-common dependencies from gora-hive pom to gora parent pom

2021-11-02 Thread GitBox
djkevincr commented on pull request #250: URL: https://github.com/apache/gora/pull/250#issuecomment-958079050 @khadijm Thank you for the PR. we basically had transitive dependency issue where the same jar exists multiple versions in class path that made a build failure. Please do full

[GitHub] [gora] djkevincr commented on pull request #248: GORA-537: Upgrade to Hadoop 3.X

2021-11-02 Thread GitBox
djkevincr commented on pull request #248: URL: https://github.com/apache/gora/pull/248#issuecomment-958088664 @nbrendah Thank you for the PR. There s already PR raised for the issue in https://github.com/apache/gora/pull/220 Basically this is basically a major version upgrade, probably

[GitHub] [gora] djkevincr commented on pull request #249: GORA-651: Upgrade OrientDB to the latest version 3

2021-11-02 Thread GitBox
djkevincr commented on pull request #249: URL: https://github.com/apache/gora/pull/249#issuecomment-958083777 @nbrendah Thank you for the PR. This is main version upgrade and you will probably have compilation errors due to API changes. Please execute tests using mvn clean install and see

[GitHub] [gora] djkevincr commented on pull request #249: GORA-651: Upgrade OrientDB to the latest version 3

2021-11-02 Thread GitBox
djkevincr commented on pull request #249: URL: https://github.com/apache/gora/pull/249#issuecomment-958083777 @nbrendah Thank you for the PR. This is main version upgrade and you will probably have compilation errors due to API changes. Please execute tests using mvn clean install and see

[GitHub] [gora] djkevincr commented on pull request #248: GORA-537: Upgrade to Hadoop 3.X

2021-11-02 Thread GitBox
djkevincr commented on pull request #248: URL: https://github.com/apache/gora/pull/248#issuecomment-958088664 @nbrendah Thank you for the PR. There s already PR raised for the issue in https://github.com/apache/gora/pull/220 Basically this is basically a major version upgrade, probably

[GitHub] [gora] djkevincr commented on pull request #250: GORA-630 Move hadoop-common dependencies from gora-hive pom to gora parent pom

2021-11-02 Thread GitBox
djkevincr commented on pull request #250: URL: https://github.com/apache/gora/pull/250#issuecomment-958079050 @khadijm Thank you for the PR. we basically had transitive dependency issue where the same jar exists multiple versions in class path that made a build failure. Please do full

[GitHub] [gora] nbrendah commented on pull request #248: GORA-537: Upgrade to Hadoop 3.X

2021-11-02 Thread GitBox
nbrendah commented on pull request #248: URL: https://github.com/apache/gora/pull/248#issuecomment-958180480 Its so nice to here form you @djkevincr I will add tests for this in 8 hours time Thank you so much. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [gora] nbrendah commented on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-10-28 Thread GitBox
nbrendah commented on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-954249750 My PR is failing. What is the meaning of ``` Going to parse results form **/*-reports/TEST-*.xml Result: 1352 tests run, 29 skipped, 0 failed. Posting status

[GitHub] [gora] nbrendah edited a comment on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-10-28 Thread GitBox
nbrendah edited a comment on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-954249750 My PR is failing. @lewismc, what is the cause of ``` Going to parse results form **/*-reports/TEST-*.xml Result: 1352 tests run, 29 skipped, 0 failed. Posting

[GitHub] [gora] khadijm commented on pull request #250: GORA-630 Move hadoop-common dependencies from gora-hive pom to gora parent pom

2021-10-22 Thread GitBox
khadijm commented on pull request #250: URL: https://github.com/apache/gora/pull/250#issuecomment-950010559 this is the first step after that i will be able to move to junit test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [gora] khadijm opened a new pull request #250: GORA-630 Move hadoop-common dependencies from gora-hive pom to gora parent pom

2021-10-22 Thread GitBox
khadijm opened a new pull request #250: URL: https://github.com/apache/gora/pull/250 as describe here https://issues.apache.org/jira/browse/GORA-630 -- 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

[GitHub] [gora] nbrendah opened a new pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-10-26 Thread GitBox
nbrendah opened a new pull request #251: URL: https://github.com/apache/gora/pull/251 Issue Link: https://issues.apache.org/jira/browse/GORA-276 Migrated classes in package `org.apache.gora.mapreduce` to org.apache.gora.io.serializer cc @djkevincr -- This is an automated

[GitHub] [gora] nbrendah commented on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-11-08 Thread GitBox
nbrendah commented on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-963728763 I had to send an empty commit to re-run the build. I guess it passes and we continue with our discussion -- This is an automated message from the Apache Git Service. To respond

[GitHub] [gora] nbrendah commented on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-11-08 Thread GitBox
nbrendah commented on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-963651500 Sorry @lewismc for taking long without replying to this. I was finishing my outreachy application > This patch introduces a major API break... so we need to think

[GitHub] [gora] nbrendah commented on pull request #248: GORA-537: Upgrade to Hadoop 3.X

2021-11-08 Thread GitBox
nbrendah commented on pull request #248: URL: https://github.com/apache/gora/pull/248#issuecomment-963721790 @lewismc @djkevincr Based on the dependence requirements at https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/dependency-analysis.html, I thought it would

[GitHub] [gora] nbrendah commented on pull request #249: GORA-651: Upgrade OrientDB to the latest version 3

2021-11-08 Thread GitBox
nbrendah commented on pull request #249: URL: https://github.com/apache/gora/pull/249#issuecomment-963811996 Hello @djkevincr @lewismc May your please take a look at this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [gora] nbrendah edited a comment on pull request #249: GORA-651: Upgrade OrientDB to the latest version 3

2021-11-08 Thread GitBox
nbrendah edited a comment on pull request #249: URL: https://github.com/apache/gora/pull/249#issuecomment-963811996 Hello @djkevincr @lewismc May you please kindly take a look at this. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [gora] lewismc commented on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-11-03 Thread GitBox
lewismc commented on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-960458329 This is a real blast from the past @nbrendah This patch introduces a major API break... so we need to think about how clients will address that. -- This is an automated

[GitHub] [gora] lewismc commented on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-10-28 Thread GitBox
lewismc commented on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-954302442 Yeah I saw that and I tried to fix it. @djkevincr do you know when the Github Actions build started failing? I did see

[GitHub] [gora] nbrendah edited a comment on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-10-28 Thread GitBox
nbrendah edited a comment on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-954303920 > Yeah I saw that and I tried to fix it. @lewismc I saw your current commit https://github.com/apache/gora/commit/44ecabb241201c37f94ade36806b2070eca0144c . It was

[GitHub] [gora] nbrendah commented on pull request #251: GORA-276: Refactor and organize o.a.g.mapreduce package naming

2021-10-28 Thread GitBox
nbrendah commented on pull request #251: URL: https://github.com/apache/gora/pull/251#issuecomment-954303920 > Yeah I saw that and I tried to fix it. @lewismc I saw your current build. It was passing build, though failing with sonar scanners. However, most of these builds pass

[GitHub] [gora] dependabot[bot] opened a new pull request, #257: Bump hadoop-common from 2.5.2 to 3.2.3 in /gora-jet

2022-04-12 Thread GitBox
dependabot[bot] opened a new pull request, #257: URL: https://github.com/apache/gora/pull/257 Bumps hadoop-common from 2.5.2 to 3.2.3. [![Dependabot compatibility

[GitHub] [gora] madhawa-gunasekara merged pull request #258: Upgrade Cassandra driver version

2022-04-18 Thread GitBox
madhawa-gunasekara merged PR #258: URL: https://github.com/apache/gora/pull/258 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] dependabot[bot] opened a new pull request, #259: Bump accumulo-core from 1.6.4 to 1.10.1 in /gora-goraci

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #259: URL: https://github.com/apache/gora/pull/259 Bumps [accumulo-core](https://github.com/apache/accumulo) from 1.6.4 to 1.10.1. Commits https://github.com/apache/accumulo/commit/2ede18d4d00e48300e289666069aaa44ec341ff6;>2ede18d

[GitHub] [gora] dependabot[bot] opened a new pull request, #262: Bump cassandra-all from 3.11.0 to 3.11.12

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #262: URL: https://github.com/apache/gora/pull/262 Bumps cassandra-all from 3.11.0 to 3.11.12. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #261: Bump netty-all from 4.1.36.Final to 4.1.42.Final in /gora-redis

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #261: URL: https://github.com/apache/gora/pull/261 Bumps [netty-all](https://github.com/netty/netty) from 4.1.36.Final to 4.1.42.Final. Commits https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b;>bd907c3

[GitHub] [gora] dependabot[bot] opened a new pull request, #263: Bump ant from 1.8.2 to 1.10.11

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #263: URL: https://github.com/apache/gora/pull/263 Bumps ant from 1.8.2 to 1.10.11. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #260: Bump accumulo-core from 1.7.1 to 1.10.1 in /gora-accumulo

2022-04-18 Thread GitBox
dependabot[bot] opened a new pull request, #260: URL: https://github.com/apache/gora/pull/260 Bumps [accumulo-core](https://github.com/apache/accumulo) from 1.7.1 to 1.10.1. Commits https://github.com/apache/accumulo/commit/2ede18d4d00e48300e289666069aaa44ec341ff6;>2ede18d

[GitHub] [gora] madhawa-gunasekara merged pull request #254: GORA-692 Upgrade MongoDB java driver

2022-04-18 Thread GitBox
madhawa-gunasekara merged PR #254: URL: https://github.com/apache/gora/pull/254 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] madhawa-gunasekara merged pull request #253: GORA-691 Upgrade Lucene driver to latest

2022-04-19 Thread GitBox
madhawa-gunasekara merged PR #253: URL: https://github.com/apache/gora/pull/253 -- 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. To unsubscribe, e-mail:

[GitHub] [gora] dependabot[bot] opened a new pull request, #270: Bump cxf-rt-frontend-jaxrs from 2.5.2 to 2.6.11

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #270: URL: https://github.com/apache/gora/pull/270 Bumps cxf-rt-frontend-jaxrs from 2.5.2 to 2.6.11. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #269: Bump jetty-server from 9.4.14.v20181114 to 10.0.10

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #269: URL: https://github.com/apache/gora/pull/269 Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.14.v20181114 to 10.0.10. Release notes Sourced from

[GitHub] [gora] dependabot[bot] opened a new pull request, #268: Bump jetty-http from 9.4.14.v20181114 to 9.4.48.v20220622

2022-07-07 Thread GitBox
dependabot[bot] opened a new pull request, #268: URL: https://github.com/apache/gora/pull/268 Bumps [jetty-http](https://github.com/eclipse/jetty.project) from 9.4.14.v20181114 to 9.4.48.v20220622. Release notes Sourced from

[GitHub] [gora] dependabot[bot] opened a new pull request, #267: Bump uimaj-core from 2.3.1 to 2.10.2

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #267: URL: https://github.com/apache/gora/pull/267 Bumps uimaj-core from 2.3.1 to 2.10.2. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #266: Bump hadoop-client from 2.5.2 to 2.7.0

2022-07-01 Thread GitBox
dependabot[bot] opened a new pull request, #266: URL: https://github.com/apache/gora/pull/266 Bumps hadoop-client from 2.5.2 to 2.7.0. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #271: Bump commons-fileupload from 1.2.1 to 1.3.3

2022-07-08 Thread GitBox
dependabot[bot] opened a new pull request, #271: URL: https://github.com/apache/gora/pull/271 Bumps commons-fileupload from 1.2.1 to 1.3.3. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #265: Bump zookeeper from 3.4.6 to 3.4.14

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #265: URL: https://github.com/apache/gora/pull/265 Bumps zookeeper from 3.4.6 to 3.4.14. [![Dependabot compatibility

[GitHub] [gora] dependabot[bot] opened a new pull request, #264: Bump derby from 10.9.1.0 to 10.14.2.0

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #264: URL: https://github.com/apache/gora/pull/264 Bumps derby from 10.9.1.0 to 10.14.2.0. [![Dependabot compatibility

[GitHub] [gora] cunningt opened a new pull request, #272: Upgrade spark to 2.4.8

2022-08-29 Thread GitBox
cunningt opened a new pull request, #272: URL: https://github.com/apache/gora/pull/272 Upgrade spark to 2.4.8.Ran gora-core, gora-hbase tests with jdk8, passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [gora] himanshuacharya95 opened a new pull request, #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-03 Thread GitBox
himanshuacharya95 opened a new pull request, #273: URL: https://github.com/apache/gora/pull/273 # Pending Items Test Cases -- 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.

[GitHub] [gora] kamaci commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-03 Thread GitBox
kamaci commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r962204734 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,190 @@ +package org.apache.gora.geode.store; + +import org.apache.geode.cache.*;

[GitHub] [gora] kamaci commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-03 Thread GitBox
kamaci commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r962204714 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,190 @@ +package org.apache.gora.geode.store; + +import org.apache.geode.cache.*;

[GitHub] [gora] kamaci commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-03 Thread GitBox
kamaci commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r962204662 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,190 @@ +package org.apache.gora.geode.store; + +import org.apache.geode.cache.*;

[GitHub] [gora] himanshuacharya95 commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-05 Thread GitBox
himanshuacharya95 commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r963143973 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,190 @@ +package org.apache.gora.geode.store; + +import

[GitHub] [gora] himanshuacharya95 commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-05 Thread GitBox
himanshuacharya95 commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r963144223 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,190 @@ +package org.apache.gora.geode.store; + +import

[GitHub] [gora] himanshuacharya95 commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-05 Thread GitBox
himanshuacharya95 commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r963144285 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,190 @@ +package org.apache.gora.geode.store; + +import

[GitHub] [gora] kamaci commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-18 Thread GitBox
kamaci commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r973768766 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,187 @@ +package org.apache.gora.geode.store; + +import org.apache.geode.cache.*;

[GitHub] [gora] kamaci commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-18 Thread GitBox
kamaci commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r973769144 ## gora-geode/src/test/java/store/TestGeodeStore.java: ## @@ -0,0 +1,161 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[GitHub] [gora] himanshuacharya95 commented on a diff in pull request #273: [IN-PROGRESS] GORA-698 Geode DataStore

2022-09-18 Thread GitBox
himanshuacharya95 commented on code in PR #273: URL: https://github.com/apache/gora/pull/273#discussion_r973775993 ## gora-geode/src/main/java/org/apache/gora/geode/store/GeodeStore.java: ## @@ -0,0 +1,187 @@ +package org.apache.gora.geode.store; + +import

[GitHub] [gora] dependabot[bot] opened a new pull request, #274: Bump hazelcast-jet from 3.1 to 4.5.4

2022-12-27 Thread GitBox
dependabot[bot] opened a new pull request, #274: URL: https://github.com/apache/gora/pull/274 Bumps hazelcast-jet from 3.1 to 4.5.4. [![Dependabot compatibility

<    5   6   7   8   9   10