[jira] [Commented] (GORA-537) Upgrade to Hadoop 3.X

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427571#comment-17427571
 ] 

Nabwegamo Brendah commented on GORA-537:


Opened up a PR [https://github.com/apache/gora/pull/248]
cc [~lewismc], [~djkevincr]

> Upgrade to Hadoop 3.X
> -
>
> Key: GORA-537
> URL: https://issues.apache.org/jira/browse/GORA-537
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: build process
>Reporter: Lewis John McGibbney
>Priority: Major
> Fix For: 1.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Hadoop 3 has been out for some time, we should consider upgrading. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GORA-537) Upgrade to Hadoop 3.X

2021-10-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427569#comment-17427569
 ] 

ASF GitHub Bot commented on GORA-537:
-

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 the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

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


> Upgrade to Hadoop 3.X
> -
>
> Key: GORA-537
> URL: https://issues.apache.org/jira/browse/GORA-537
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: build process
>Reporter: Lewis John McGibbney
>Priority: Major
> Fix For: 1.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Hadoop 3 has been out for some time, we should consider upgrading. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[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 the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@gora.apache.org

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




[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:56 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the 
[gora-issue-dashboard|https://issues.apache.org/jira/browse/GORA-680?jql=project%20%3D%20GORA%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20created%20DESC%2C%20priority%20DESC%2C%20updated%20DESC]
 but i cant tell issues that are of a higher priority to the community, and 
those that will introduce me pretty well to this project.
 * *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 * It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 * *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*

 * *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 * *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 * It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 * *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 * *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:53 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 * *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 * It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 * *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 * *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*


 # *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:51 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*


 # *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*


 # *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:49 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*


 # *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*


 # *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:49 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*


 # *[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*


 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 **
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*
 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:47 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to this project.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 **
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*
 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to the community.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 **
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*
 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:45 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy 2021 project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to the community.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 **
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*
 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to the community.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 **
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*
 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah edited comment on GORA-405 at 10/12/21, 7:44 AM:
---

Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
 I saw this project on the [Outreachy project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to the community.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
 **
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*
 # *What is your discussion platform?*  Honestly, i am not familiar with 
mailing lists.

Thank you so much :)


was (Author: brensereko):
Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
I saw this project on the [Outreachy project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to the community.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
**
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*



*What is your discussion platform?*  Honestly, i am not familiar with mailing 
lists. ** 

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GORA-405) Create Gora OpenAPI specification

2021-10-12 Thread Nabwegamo Brendah (Jira)


[ 
https://issues.apache.org/jira/browse/GORA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17427511#comment-17427511
 ] 

Nabwegamo Brendah commented on GORA-405:


Hello [~djkevincr] and/or [~lewismc]. 
 I am a newbie here.  
I saw this project on the [Outreachy project list 
|https://www.outreachy.org/outreachy-december-2021-internship-round/communities/apache/#create-rest-api-for-apache-gora-functions]and
 i have interest in applying for it.

I have been able to see some issues on the gora-issue-dashboard but i cant tell 
issues that are of a higher priority to the community, and those that will 
introduce me pretty well to the community.
 # *May your please help me filter out issues needed more, i try them out as my 
initial contribution?*
 # It`s like this is already assigned to someone else.  *Do you have a person 
already selected for this?*
**
 # ***[~udesh.liyanaarachchi]* *are you also applying for* *_outreachy2021?_*



*What is your discussion platform?*  Honestly, i am not familiar with mailing 
lists. ** 

> Create Gora OpenAPI specification
> -
>
> Key: GORA-405
> URL: https://issues.apache.org/jira/browse/GORA-405
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-compiler, gora-core
>Reporter: Udesh Liyanaarachchi
>Assignee: Udesh Liyanaarachchi
>Priority: Minor
>  Labels: gsoc2019, outreachy2021
> Fix For: 1.0
>
>
> As to the discussion [~lewismc]  initiated in the 
> [mail list 
> thread|https://www.mail-archive.com/dev@gora.apache.org/msg05444.html] we 
> need to implement a REST API for GORA.
> This is the initial proposal documentation for the [GORA REST 
> API|http://docs.apachegoraapi.apiary.io/].
> The plan will be to implement the API with  [Apache CXF 
> |http://cxf.apache.org] using [CXF's JAXRS 
> |http://cxf.apache.org/docs/jax-rs.html] implementation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)