[jira] [Created] (GOBBLIN-845) upgrade to latest gradle

2019-08-04 Thread Jay Sen (JIRA)
Jay Sen created GOBBLIN-845:
---

 Summary: upgrade to latest gradle
 Key: GOBBLIN-845
 URL: https://issues.apache.org/jira/browse/GOBBLIN-845
 Project: Apache Gobblin
  Issue Type: Improvement
Reporter: Jay Sen


currently Gobblin uses very old gradle version (2.13), current version is 5.5.1

there are lot of new features added since then. 

specially for project with this complexity will get help from latest features, 
specially around dependency management.

This, although, requires lot of changes in gradle script to refactor due to 
deprecated features.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (GOBBLIN-845) upgrade to latest gradle

2019-08-04 Thread Jay Sen (JIRA)


 [ 
https://issues.apache.org/jira/browse/GOBBLIN-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jay Sen updated GOBBLIN-845:

Affects Version/s: 0.14.0

> upgrade to latest gradle
> 
>
> Key: GOBBLIN-845
> URL: https://issues.apache.org/jira/browse/GOBBLIN-845
> Project: Apache Gobblin
>  Issue Type: Improvement
>Affects Versions: 0.14.0
>Reporter: Jay Sen
>Priority: Major
>
> currently Gobblin uses very old gradle version (2.13), current version is 
> 5.5.1
> there are lot of new features added since then. 
> specially for project with this complexity will get help from latest 
> features, specially around dependency management.
> This, although, requires lot of changes in gradle script to refactor due to 
> deprecated features.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (GOBBLIN-845) upgrade to latest gradle

2019-08-04 Thread Jay Sen (JIRA)


 [ 
https://issues.apache.org/jira/browse/GOBBLIN-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jay Sen updated GOBBLIN-845:

Fix Version/s: 0.15.0

> upgrade to latest gradle
> 
>
> Key: GOBBLIN-845
> URL: https://issues.apache.org/jira/browse/GOBBLIN-845
> Project: Apache Gobblin
>  Issue Type: Improvement
>Affects Versions: 0.14.0
>Reporter: Jay Sen
>Priority: Major
> Fix For: 0.15.0
>
>
> currently Gobblin uses very old gradle version (2.13), current version is 
> 5.5.1
> there are lot of new features added since then. 
> specially for project with this complexity will get help from latest 
> features, specially around dependency management.
> This, although, requires lot of changes in gradle script to refactor due to 
> deprecated features.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (GOBBLIN-844) centralize all graddle scripts

2019-08-04 Thread Jay Sen (JIRA)
Jay Sen created GOBBLIN-844:
---

 Summary: centralize all graddle scripts
 Key: GOBBLIN-844
 URL: https://issues.apache.org/jira/browse/GOBBLIN-844
 Project: Apache Gobblin
  Issue Type: Improvement
Affects Versions: 0.14.0
Reporter: Jay Sen
 Fix For: 0.15.0


currently flavored and envrionment and some other gradle scripts are scattered, 
all should be under gradle dir scripts/  . all that facilitate the custom 
gradle build for gobblin.

Task here is pretty much move the file and change the path of those gradle 
scripts accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Created] (GOBBLIN-843) Separately startable Admin UI & REST Server

2019-08-04 Thread Jay Sen (JIRA)
Jay Sen created GOBBLIN-843:
---

 Summary: Separately startable Admin UI & REST Server 
 Key: GOBBLIN-843
 URL: https://issues.apache.org/jira/browse/GOBBLIN-843
 Project: Apache Gobblin
  Issue Type: New Feature
Affects Versions: 0.14.0
Reporter: Jay Sen
 Fix For: 0.15.0


currently, the admin UI & rest server starts and clubbed within the master 
process ( standalone, or cluster master/worker process ).

If we can have ability to start the rest server and admin UI separately, it 
would help manage it better and decouple the deployment modes and admin/rest 
services.

the gobblin service command should facilitate starting stopping admin/rest 
services.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)