[jira] [Commented] (ISIS-2158) Miscellaneous tasks in preparation of Version 2

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: commons: cleaning up

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Commented] (ISIS-2086) Define beans for configuration, so that (eventually) can use Spring Boot's @ConfigurationProperties infrastructure.

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2086: cleaning up and aligning package names in 'unittestsuppot'


> Define beans for configuration, so that (eventually) can use Spring Boot's 
> @ConfigurationProperties infrastructure.
> ---
>
> Key: ISIS-2086
> URL: https://issues.apache.org/jira/browse/ISIS-2086
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>
> ie as per 
> [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]
> Another benefit we will get from this is that SB has an annotation processor 
> that generates some IDE config files to provide autocomplete when editing the 
> application.properties file
> [https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]
>  
>  



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


[jira] [Commented] (ISIS-2086) Define beans for configuration, so that (eventually) can use Spring Boot's @ConfigurationProperties infrastructure.

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2086: moving IsisConfigurationLegacy to 'test-scope'

- no longer required by core, only required for JUnit tests

> Define beans for configuration, so that (eventually) can use Spring Boot's 
> @ConfigurationProperties infrastructure.
> ---
>
> Key: ISIS-2086
> URL: https://issues.apache.org/jira/browse/ISIS-2086
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>
> ie as per 
> [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]
> Another benefit we will get from this is that SB has an annotation processor 
> that generates some IDE config files to provide autocomplete when editing the 
> application.properties file
> [https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]
>  
>  



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


[jira] [Commented] (ISIS-2158) Miscellaneous tasks in preparation of Version 2

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: fixes de-serialization issue also for panels (part 2)

- it seems with wicket, injection points are not honored for
de-serialized panels, models and pages

(previous commit was incomplete)

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Commented] (ISIS-2158) Miscellaneous tasks in preparation of Version 2

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: fixes de-serialization issue also for panels

- it seems with wicket, injection points are not honored for
de-serialized panels, models and pages

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Commented] (ISIS-2086) Define beans for configuration, so that (eventually) can use Spring Boot's @ConfigurationProperties infrastructure.

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2086: converting to config beans: all remaining

> Define beans for configuration, so that (eventually) can use Spring Boot's 
> @ConfigurationProperties infrastructure.
> ---
>
> Key: ISIS-2086
> URL: https://issues.apache.org/jira/browse/ISIS-2086
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>
> ie as per 
> [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]
> Another benefit we will get from this is that SB has an annotation processor 
> that generates some IDE config files to provide autocomplete when editing the 
> application.properties file
> [https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]
>  
>  



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


[jira] [Commented] (ISIS-2158) Miscellaneous tasks in preparation of Version 2

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: further remove ObjectAdapter usage

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Commented] (ISIS-2086) Define beans for configuration, so that (eventually) can use Spring Boot's @ConfigurationProperties infrastructure.

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2086: converting to config beans: value.format + locale + money

> Define beans for configuration, so that (eventually) can use Spring Boot's 
> @ConfigurationProperties infrastructure.
> ---
>
> Key: ISIS-2086
> URL: https://issues.apache.org/jira/browse/ISIS-2086
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>
> ie as per 
> [https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-external-config]
> Another benefit we will get from this is that SB has an annotation processor 
> that generates some IDE config files to provide autocomplete when editing the 
> application.properties file
> [https://docs.spring.io/spring-boot/docs/2.0.8.RELEASE/reference/html/configuration-metadata.html#configuration-metadata-annotation-processor]
>  
>  



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


[jira] [Commented] (ISIS-1267) Enhance isis-maven-plugin to generate UML class diagrams from metamodel

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-1267: disables the logout menu


> Enhance isis-maven-plugin to generate UML class diagrams from metamodel
> ---
>
> Key: ISIS-1267
> URL: https://issues.apache.org/jira/browse/ISIS-1267
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 1.10.0
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.11.0
>
>
> per mailing list thread: http://markmail.org/message/ey5kgtx6xub7zyo5
> There are different use cases here.  The thread originally was motivated by 
> the use case to forward-generate Java classes from a diagram, but also then 
> got onto more general purpose round-tripping tools, plus the idea of 
> generating diagrams from code, "after the fact"
> This ticket is for the latter of these ideas; for rendering, could use:
> - www.plantuml.com
>   can then visualize using:
>- http://asciidoctor.org/docs/asciidoctor-diagram/
>- https://borisdevnotes.wordpress.com/2013/12/09/xtextplantuml/
> - www.umlgraph.org  (has a Maven plugin)
> - yUML.me (online)
> - fowler's bliki mentions some others 
> http://martinfowler.com/bliki/UmlSketchingTools.html
> There are various other tools listed on the thread.  Some of these reverse 
> engineer Java, whereas a better visualization would be of the Isis metamodel 
> (showing contributions/mixins etc).
> Anyway, the other tools mentioned on the thread include:
> - http://roomodeler.com
> - http://www.capableobjects.com
> - https://www.eclipse.org/gef/zest/ (also for visualizing diagrams)
> - http://vue.tufts.edu/ (visualizing arbitrary diagrams)
> - http://www.sparxsystems.com/ (roundtripping, a la TogetherJ)
> - http://www.agilej.com  (roundtripping - this is Paul Wells' tool)
> - https://www.eclipse.org/papyrus/   (UML, forward generate, reverse generate 
> ... but isn't visualization)
> - http://www.andromda.org/
> - http://www.ifml.org



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


[jira] [Commented] (ISIS-1267) Enhance isis-maven-plugin to generate UML class diagrams from metamodel

2019-10-25 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-1267: adds keycloak module and extends AuthenticationSession

in order to pass in through a wormhole to wicket.


> Enhance isis-maven-plugin to generate UML class diagrams from metamodel
> ---
>
> Key: ISIS-1267
> URL: https://issues.apache.org/jira/browse/ISIS-1267
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 1.10.0
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.11.0
>
>
> per mailing list thread: http://markmail.org/message/ey5kgtx6xub7zyo5
> There are different use cases here.  The thread originally was motivated by 
> the use case to forward-generate Java classes from a diagram, but also then 
> got onto more general purpose round-tripping tools, plus the idea of 
> generating diagrams from code, "after the fact"
> This ticket is for the latter of these ideas; for rendering, could use:
> - www.plantuml.com
>   can then visualize using:
>- http://asciidoctor.org/docs/asciidoctor-diagram/
>- https://borisdevnotes.wordpress.com/2013/12/09/xtextplantuml/
> - www.umlgraph.org  (has a Maven plugin)
> - yUML.me (online)
> - fowler's bliki mentions some others 
> http://martinfowler.com/bliki/UmlSketchingTools.html
> There are various other tools listed on the thread.  Some of these reverse 
> engineer Java, whereas a better visualization would be of the Isis metamodel 
> (showing contributions/mixins etc).
> Anyway, the other tools mentioned on the thread include:
> - http://roomodeler.com
> - http://www.capableobjects.com
> - https://www.eclipse.org/gef/zest/ (also for visualizing diagrams)
> - http://vue.tufts.edu/ (visualizing arbitrary diagrams)
> - http://www.sparxsystems.com/ (roundtripping, a la TogetherJ)
> - http://www.agilej.com  (roundtripping - this is Paul Wells' tool)
> - https://www.eclipse.org/papyrus/   (UML, forward generate, reverse generate 
> ... but isn't visualization)
> - http://www.andromda.org/
> - http://www.ifml.org



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