[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200568#comment-17200568
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit 487959caa9fb49c0c8fa14200cd372f2303645cd in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=487959c ]

ISIS-2437: Commons: house keeping (2)

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200563#comment-17200563
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit 10464d8e2a61f31487a7feb136aba52fcdfe777f in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=10464d8 ]

ISIS-2437: Commons: house keeping

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[GitHub] [isis] andi-huber merged pull request #207: Bump select2 from 4.0.10 to 4.0.13

2020-09-22 Thread GitBox


andi-huber merged pull request #207:
URL: https://github.com/apache/isis/pull/207


   



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 contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber commented on pull request #208: [ON HOLD] Bump vaadin.version from 14.3.1 to 17.0.2

2020-09-22 Thread GitBox


andi-huber commented on pull request #208:
URL: https://github.com/apache/isis/pull/208#issuecomment-696534018


   Vaadin14.x is LTS. Once a new major LTS version is available, we gonna 
upgrade.



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 contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #209: Bump surefire.version from 2.22.0 to 2.22.2

2020-09-22 Thread GitBox


andi-huber merged pull request #209:
URL: https://github.com/apache/isis/pull/209


   



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 contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200428#comment-17200428
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit 029845070f01516fd1e91cf4c1a413b9b562f673 in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0298450 ]

ISIS-2437: Tooling: adds ProjectDoc model generator (CLI)

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200427#comment-17200427
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit de545cd943fffa390c77b8d2f6cbb62795efb75a in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=de545cd ]

ISIS-2437: fix test resources not found

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2222) Flesh out demo app with extra examples.

2020-09-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-:
---

Commit 66a478c4f32be8d277e7c880cffba31ec5a2270b in isis's branch 
refs/heads/ISIS- from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=66a478c ]

ISIS-: moves CommandService to runtimeservices, makes internal


> Flesh out demo app with extra examples.
> ---
>
> Key: ISIS-
> URL: https://issues.apache.org/jira/browse/ISIS-
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Examples
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M4
>
>




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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200430#comment-17200430
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit c386d5bced333f51cae7916e873f50412ea4d606 in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c386d5b ]

ISIS-2437: update System Overview (adoc) using new tooling cli

Doing this from within my IDE with a run configuration launching Cli

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2222) Flesh out demo app with extra examples.

2020-09-22 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on ISIS-:
---

Commit 3fdb8511dcf57cf5482c7ef3255dd6cbe7545efc in isis's branch 
refs/heads/ISIS- from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3fdb851 ]

ISIS-: adds property command to demo

and updates some docs on headless access.


> Flesh out demo app with extra examples.
> ---
>
> Key: ISIS-
> URL: https://issues.apache.org/jira/browse/ISIS-
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Examples
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M4
>
>




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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200429#comment-17200429
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit 39d55e546b2fbe5f2afd47dddc84751edb524da4 in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=39d55e5 ]

ISIS-2437: Tooling: disable picocli annotation processing

seems to conflict with lombok

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200426#comment-17200426
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit fc59bed24362cd18734f2f98022cfe95145d81af in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fc59bed ]

ISIS-2437: Commons: add _Yaml for YAML parsing

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17200021#comment-17200021
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit c386d5bced333f51cae7916e873f50412ea4d606 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c386d5b ]

ISIS-2437: update System Overview (adoc) using new tooling cli

Doing this from within my IDE with a run configuration launching Cli

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17199987#comment-17199987
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit 39d55e546b2fbe5f2afd47dddc84751edb524da4 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=39d55e5 ]

ISIS-2437: Tooling: disable picocli annotation processing

seems to conflict with lombok

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17199967#comment-17199967
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit 029845070f01516fd1e91cf4c1a413b9b562f673 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0298450 ]

ISIS-2437: Tooling: adds ProjectDoc model generator (CLI)

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[GitHub] [isis] andi-huber merged pull request #207: Bump select2 from 4.0.10 to 4.0.13

2020-09-22 Thread GitBox


andi-huber merged pull request #207:
URL: https://github.com/apache/isis/pull/207


   



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 contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17199907#comment-17199907
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit de545cd943fffa390c77b8d2f6cbb62795efb75a in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=de545cd ]

ISIS-2437: fix test resources not found

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[GitHub] [isis] andi-huber merged pull request #209: Bump surefire.version from 2.22.0 to 2.22.2

2020-09-22 Thread GitBox


andi-huber merged pull request #209:
URL: https://github.com/apache/isis/pull/209


   



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 contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ISIS-2437) Tooling: Sync Gradle files from Maven POMs

2020-09-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17199899#comment-17199899
 ] 

ASF subversion and git services commented on ISIS-2437:
---

Commit fc59bed24362cd18734f2f98022cfe95145d81af in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fc59bed ]

ISIS-2437: Commons: add _Yaml for YAML parsing

> Tooling: Sync Gradle files from Maven POMs
> --
>
> Key: ISIS-2437
> URL: https://issues.apache.org/jira/browse/ISIS-2437
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Todo:
> - generate tree model of a Maven multi-module project
> - generate tree model of a Gradle multi-module project
> - diff those 2 models into a deficiency model
> - let a deficiency handler correct issues by directly modifying the local 
> filesystem
> Issues are:
> - differences in *settings.gradle* as generated from Maven model vs Gradle 
> model
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *dependencies.gradle* as generated from Maven model vs 
> Gradle model
> -- optionally needs additional information for shortcut names on external 
> dependencies (but we might just auto-generate these shortcut names aka 
> library references)
> -- auto generated from Maven model, can always override any existing in file 
> system
> - differences in *build.gradle* as generated from Maven model vs Gradle model
> -- handle missing build.gradle file
> -- there are open questions: clearly we don't want to support full 
> build.gradle syntax, but just a minimal required subset



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


[GitHub] [isis] andi-huber commented on pull request #208: [ON HOLD] Bump vaadin.version from 14.3.1 to 17.0.2

2020-09-22 Thread GitBox


andi-huber commented on pull request #208:
URL: https://github.com/apache/isis/pull/208#issuecomment-696534018


   Vaadin14.x is LTS. Once a new major LTS version is available, we gonna 
upgrade.



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 contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #209: Bump surefire.version from 2.22.0 to 2.22.2

2020-09-22 Thread GitBox


dependabot[bot] opened a new pull request #209:
URL: https://github.com/apache/isis/pull/209


   Bumps `surefire.version` from 2.22.0 to 2.22.2.
   Updates `maven-failsafe-plugin` from 2.22.0 to 2.22.2
   
   Commits
   
   https://github.com/apache/maven-surefire/commit/d96b95c4bda73c4a93506db38b9ca76b4d7b5743;>d96b95c
 [maven-release-plugin] prepare release surefire-2.22.2
   https://github.com/apache/maven-surefire/commit/4a2aafc516dd6e1db54548cedd0645ddeccc1dc2;>4a2aafc
 Remove Travis file
   https://github.com/apache/maven-surefire/commit/7b9ec3fe7805ee6718b8efa41984127e0ceb17b1;>7b9ec3f
 Remove JUnit SNAPSHOT argument from IT
   https://github.com/apache/maven-surefire/commit/18b4078de24a0cd69eb51cad4e793d4e51b26743;>18b4078
 [SUREFIRE-1614] JUnit Runner that writes to System.out corrupts Surefire's 
ST...
   https://github.com/apache/maven-surefire/commit/af417b88d59624165be6273a641c4848b8d5c09a;>af417b8
 prepare for next development iteration
   https://github.com/apache/maven-surefire/commit/c23c8b94d5fe8320051f38420f22083736a4b8a4;>c23c8b9
 [maven-release-plugin] prepare release surefire-2.22.1_vote-1
   https://github.com/apache/maven-surefire/commit/537626138008c6cfaea15938ca7322741a3cecb8;>5376261
 [SUREFIRE-1564] Can't override platform version through project/plugin 
depend...
   https://github.com/apache/maven-surefire/commit/242c0e8a70be5a2a839ab00062c645f0d7b81137;>242c0e8
 [SUREFIRE-1564] Can't override platform version through project/plugin 
depend...
   https://github.com/apache/maven-surefire/commit/25fadfca1c9aeaf2fd0a2c209484800dcaea4024;>25fadfc
 CheckTestNgSuiteXmlIT should not be ignored
   https://github.com/apache/maven-surefire/commit/57fbb166ac59c829dedacf9fddbf9f109149b2b2;>57fbb16
 [SUREFIRE-1532] MIME type for javascript is now officially 
application/javasc...
   Additional commits viewable in https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2;>compare
 view
   
   
   
   
   Updates `maven-surefire-plugin` from 2.22.0 to 2.22.2
   
   Commits
   
   https://github.com/apache/maven-surefire/commit/d96b95c4bda73c4a93506db38b9ca76b4d7b5743;>d96b95c
 [maven-release-plugin] prepare release surefire-2.22.2
   https://github.com/apache/maven-surefire/commit/4a2aafc516dd6e1db54548cedd0645ddeccc1dc2;>4a2aafc
 Remove Travis file
   https://github.com/apache/maven-surefire/commit/7b9ec3fe7805ee6718b8efa41984127e0ceb17b1;>7b9ec3f
 Remove JUnit SNAPSHOT argument from IT
   https://github.com/apache/maven-surefire/commit/18b4078de24a0cd69eb51cad4e793d4e51b26743;>18b4078
 [SUREFIRE-1614] JUnit Runner that writes to System.out corrupts Surefire's 
ST...
   https://github.com/apache/maven-surefire/commit/af417b88d59624165be6273a641c4848b8d5c09a;>af417b8
 prepare for next development iteration
   https://github.com/apache/maven-surefire/commit/c23c8b94d5fe8320051f38420f22083736a4b8a4;>c23c8b9
 [maven-release-plugin] prepare release surefire-2.22.1_vote-1
   https://github.com/apache/maven-surefire/commit/537626138008c6cfaea15938ca7322741a3cecb8;>5376261
 [SUREFIRE-1564] Can't override platform version through project/plugin 
depend...
   https://github.com/apache/maven-surefire/commit/242c0e8a70be5a2a839ab00062c645f0d7b81137;>242c0e8
 [SUREFIRE-1564] Can't override platform version through project/plugin 
depend...
   https://github.com/apache/maven-surefire/commit/25fadfca1c9aeaf2fd0a2c209484800dcaea4024;>25fadfc
 CheckTestNgSuiteXmlIT should not be ignored
   https://github.com/apache/maven-surefire/commit/57fbb166ac59c829dedacf9fddbf9f109149b2b2;>57fbb16
 [SUREFIRE-1532] MIME type for javascript is now officially 
application/javasc...
   Additional commits viewable in https://github.com/apache/maven-surefire/compare/surefire-2.22.0...surefire-2.22.2;>compare
 view
   
   
   
   
   Updates `maven-surefire-report-plugin` from 2.22.0 to 2.22.2
   
   Commits
   
   https://github.com/apache/maven-surefire/commit/d96b95c4bda73c4a93506db38b9ca76b4d7b5743;>d96b95c
 [maven-release-plugin] prepare release surefire-2.22.2
   https://github.com/apache/maven-surefire/commit/4a2aafc516dd6e1db54548cedd0645ddeccc1dc2;>4a2aafc
 Remove Travis file
   https://github.com/apache/maven-surefire/commit/7b9ec3fe7805ee6718b8efa41984127e0ceb17b1;>7b9ec3f
 Remove JUnit SNAPSHOT argument from IT
   https://github.com/apache/maven-surefire/commit/18b4078de24a0cd69eb51cad4e793d4e51b26743;>18b4078
 [SUREFIRE-1614] JUnit Runner that writes to System.out corrupts Surefire's 
ST...
   https://github.com/apache/maven-surefire/commit/af417b88d59624165be6273a641c4848b8d5c09a;>af417b8
 prepare for next development iteration
   https://github.com/apache/maven-surefire/commit/c23c8b94d5fe8320051f38420f22083736a4b8a4;>c23c8b9
 [maven-release-plugin] prepare release surefire-2.22.1_vote-1
   https://github.com/apache/maven-surefire/commit/537626138008c6cfaea15938ca7322741a3cecb8;>5376261
 [SUREFIRE-1564] Can't override platform version through project/plugin 
depend...
   

[GitHub] [isis] dependabot[bot] opened a new pull request #208: Bump vaadin.version from 14.3.1 to 17.0.2

2020-09-22 Thread GitBox


dependabot[bot] opened a new pull request #208:
URL: https://github.com/apache/isis/pull/208


   Bumps `vaadin.version` from 14.3.1 to 17.0.2.
   Updates `vaadin-bom` from 14.3.1 to 17.0.2
   
   Updates `vaadin-maven-plugin` from 14.3.1 to 17.0.2
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



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 contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #207: Bump select2 from 4.0.10 to 4.0.13

2020-09-22 Thread GitBox


dependabot[bot] opened a new pull request #207:
URL: https://github.com/apache/isis/pull/207


   Bumps [select2](https://github.com/webjars/select2) from 4.0.10 to 4.0.13.
   
   Commits
   
   https://github.com/webjars/select2/commit/fa5eed2d6067fdb2b2bcc9f6d13b185ddbd3c0bc;>fa5eed2
 [maven-release-plugin] prepare release select2-4.0.13
   https://github.com/webjars/select2/commit/5845677dec348b2c9f5669ef57117a881762b116;>5845677
 [maven-release-plugin] prepare for next development iteration
   https://github.com/webjars/select2/commit/5fedda2e53b7bb6293cdc0fb77736fa6fbea02ee;>5fedda2
 [maven-release-plugin] prepare release select2-4.0.12
   https://github.com/webjars/select2/commit/4cf00c62e1b8fa51dd5aa4bec3ee804de30e41e3;>4cf00c6
 bump to 4.0.12 - fixes https://github-redirect.dependabot.com/webjars/select2/issues/28;>#28
   https://github.com/webjars/select2/commit/ee0235743c4cc911c46502517ac26cdc74cc90c2;>ee02357
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/webjars/select2/compare/select2-4.0.10...select2-4.0.13;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.webjars:select2=maven=4.0.10=4.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



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 contact Infrastructure at:
us...@infra.apache.org