[jira] [Commented] (ISIS-2062) Convert website to use Antora

2019-08-20 Thread ASF subversion and git services (Jira)


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

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

Commit 69cab1dcd78ef87a1e38121550c5df866b0c0b06 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=69cab1d ]

ISIS-2062: more updates for .adocs - sketch out extensions, comments out TODO: 
v2: text.


> Convert website to use Antora
> -
>
> Key: ISIS-2062
> URL: https://issues.apache.org/jira/browse/ISIS-2062
> Project: Isis
>  Issue Type: Improvement
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Major
> Fix For: 2.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-08-20 Thread ASF subversion and git services (Jira)


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

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

Commit f1351e22cd6da3b782213760eae7f52049bde875 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f1351e2 ]

ISIS-2100: makes IsisIntegrationTestAbstractWithFixtures helper methods

... consistent with FixtureScripts methods


> Reduce call-site complexity of 'BuilderScripts'
> ---
>
> Key: ISIS-2100
> URL: https://issues.apache.org/jira/browse/ISIS-2100
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-08-20 Thread ASF subversion and git services (Jira)


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

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

Commit d504614b4b7b50d3325534e20b6af82595e37345 in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d504614 ]

ISIS-2100: fixes method calls to renamed methods in 
IsisIntegrationTestAbstractWithFixtures


> Reduce call-site complexity of 'BuilderScripts'
> ---
>
> Key: ISIS-2100
> URL: https://issues.apache.org/jira/browse/ISIS-2100
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (ISIS-2100) Reduce call-site complexity of 'BuilderScripts'

2019-08-20 Thread ASF subversion and git services (Jira)


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

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

Commit 9ef50e9d74d22deb5c6bd14107292ddcb94ac09b in isis's branch 
refs/heads/v2-antora from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9ef50e9 ]

ISIS-2100: fixes misspelt name of IsisIntegrationTestAbstactWithFixtures

changed to IsisIntegrationTestAbstractWithFixtures


> Reduce call-site complexity of 'BuilderScripts'
> ---
>
> Key: ISIS-2100
> URL: https://issues.apache.org/jira/browse/ISIS-2100
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Removing type-params, where redundant ...
> {code:java}
> @Accessors(chain = true)
> public class SimpleObjectBuilder 
> extends BuilderScriptAbstract { // <= only 1 type param
> @Getter
> private SimpleObject object;
>   ...
> }
> @AllArgsConstructor
> public enum SimpleObject_persona 
> implements PersonaWithBuilderScript /* <= only 1 type 
> param */ ... {
> FOO("Foo"),
> BAR("Bar"),
>   
>   ...
> public SimpleObjectBuilder builder() {
> return new SimpleObjectBuilder().setName(name);
> }
> public static class PersistAll
> extends PersonaEnumPersistAll /* <= 
> only 2 type params */ {
>   ...
> }
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)