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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: fixes bug: adds missing return statement (analysis by sonar)

> 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] [Updated] (ISIS-2164) OpenTracing integration

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2164:
--
Fix Version/s: (was: 1.18.0)
   2.0.0

> OpenTracing integration
> ---
>
> Key: ISIS-2164
> URL: https://issues.apache.org/jira/browse/ISIS-2164
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Resolved] (ISIS-2099) The framework should re-connect to the database if it is lost (eg after an overnight DB restore in a test environment)

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood resolved ISIS-2099.
---
Resolution: Fixed

> The framework should re-connect to the database if it is lost (eg after an 
> overnight DB restore in a test environment)
> --
>
> Key: ISIS-2099
> URL: https://issues.apache.org/jira/browse/ISIS-2099
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 1.18.0
>
>




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


[jira] [Resolved] (ISIS-2121) Change layout of datetime widget so that is fully visible in sidebar

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood resolved ISIS-2121.
---
Resolution: Fixed

> Change layout of datetime widget so that is fully visible in sidebar
> 
>
> Key: ISIS-2121
> URL: https://issues.apache.org/jira/browse/ISIS-2121
> Project: Isis
>  Issue Type: Improvement
>  Components: Core: Viewer: Wicket
>Affects Versions: 1.17.0
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Trivial
> Fix For: 1.18.0
>
>




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


[jira] [Updated] (ISIS-1695) Support value types (simple ones at least) as a first-class citizen

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-1695:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> Support value types (simple ones at least) as a first-class citizen
> ---
>
> Key: ISIS-1695
> URL: https://issues.apache.org/jira/browse/ISIS-1695
> Project: Isis
>  Issue Type: New Feature
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0
>
>
> I would like to reintroduce value types as a first-class citizen, but without 
> requiring the developer to have to write lots of code to teach DataNucleus, 
> Wicket and the RO viewer about these.
> I don't have a general solution in mind on how to do this.
> However, for very simple value types that are just a type-safe wrapper around 
> a single field (eg Password, or Money, or Temperature, or Email say), then 
> perhaps there might be a way to support this, eg :
> public class Temperature implements 
> org.apache.isis.valuetypes.Value {
>     public Temperature(BigDecimal value) \{ ... }
>     BigDecimal getValue() \{ ... }
> }
>  
>  or
>  
>  @Value(underlying=BigDecimal.class)
>  public class Temperature \{ ... }
> The idea here is that the framework would treat any instance of this custom 
> value type as if it were the underlying type (BigDecimal in the case above). 
> It would also be possible to apply validations to the value type that would 
> apply everywhere it is used as a property/parameter.
>  
> We would expect these value types to be immutable, and (although this can't 
> be expressed in an interface), would expect there to be a public 1-arg 
> constructor of the appropriate type, and a package-local "getValue()" method. 
>  These allow the framework to marshal values in and out of the value type.
>  
>  



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


[jira] [Updated] (ISIS-2178) Integrate Nexus Vulnerability Scan into github CI

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2178:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> Integrate Nexus Vulnerability Scan into github CI
> -
>
> Key: ISIS-2178
> URL: https://issues.apache.org/jira/browse/ISIS-2178
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0
>
>
> [https://github.com/marketplace/actions/nvs-github-actions]
>  
>  



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


[jira] [Updated] (ISIS-2245) convert WebModuleLogOnExceptionLogger, make into an extension.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2245:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> convert WebModuleLogOnExceptionLogger, make into an extension.
> --
>
> Key: ISIS-2245
> URL: https://issues.apache.org/jira/browse/ISIS-2245
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0
>
>




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


[jira] [Updated] (ISIS-2253) Actions fail MM Validation when associated

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2253:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.5

> Actions fail MM Validation when associated
> --
>
> Key: ISIS-2253
> URL: https://issues.apache.org/jira/browse/ISIS-2253
> Project: Isis
>  Issue Type: Bug
>  Components: Core, Core: Viewer: Wicket
>Reporter: Andi Huber
>Priority: Major
> Fix For: 2.0.5
>
>
> In fact, this is a case of two wrongs not quite making a right. There's a 
> nasty hack in that it is the Wicket viewer that knows how to populate the 
> choices for the parameter, and it does this without looking for an 
> autoComplete or choices facet ; it just picks up the checked items of the 
> associated collection.
>  The short term solution to fix DemoApp is just to update that metamodel 
> validator to also take into account any AssociatedWithFacet.
>  The long term "correct" solution is a new facet factory that will derive a 
> ChoicesFacet from the AssociatedWithFacet, and then to remove the special 
> case logic from the Wicket viewer.
> That would then make the validator correct as it is now written.



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


[jira] [Resolved] (ISIS-2260) Port pdfjs from incode platform as an extension

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood resolved ISIS-2260.
---
Resolution: Fixed

> Port pdfjs from incode platform as an extension
> ---
>
> Key: ISIS-2260
> URL: https://issues.apache.org/jira/browse/ISIS-2260
> Project: Isis
>  Issue Type: New Feature
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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


[jira] [Updated] (ISIS-2231) Bring incode-platform's lib modules in as extensions.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2231:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> Bring incode-platform's lib modules in as extensions.
> -
>
> Key: ISIS-2231
> URL: https://issues.apache.org/jira/browse/ISIS-2231
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Updated] (ISIS-2235) Mixins declared using @Property, @Collection or @Action shouldn't need to indicate contribution style.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2235:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> Mixins declared using @Property, @Collection or @Action shouldn't need to 
> indicate contribution style.
> --
>
> Key: ISIS-2235
> URL: https://issues.apache.org/jira/browse/ISIS-2235
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0
>
>
> for example, with this mixin:
> {code:java}
> @Property
> public class SimpleObject_self {
> private final SimpleObject simpleObject;
> public SimpleObject_self(SimpleObject simpleObject) {
> this.simpleObject = simpleObject;
> }
> @ActionLayout(contributed = Contributed.AS_ASSOCIATION)
> public SimpleObject prop() {
> return simpleObject;
> }
> }
>  {code}
> it's necessary to specify @ActionLayout, otherwise the behaviour is 
> contributed as both an association and an action.
> The @ActionLayout should be inferred.
> ~~~
> See the same for @Collection and @Action also ... should imply AS_ASSOCIATION 
> and AS_ACTION respectively.
> ~~~
> Also, (and this might be a slightly different issue), the facets defined by 
> @Property(...) should be copied down correctly to the corresponding facets on 
> the action, eg domain event (this might need specifying more precisely...)
>  
>  



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


[jira] [Updated] (ISIS-2232) Remove support for domain services contributing properties, collections or actions. (Use mixins instead).

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2232:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> Remove support for domain services contributing properties, collections or 
> actions.  (Use mixins instead).
> --
>
> Key: ISIS-2232
> URL: https://issues.apache.org/jira/browse/ISIS-2232
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0
>
>
> Hit an issue where there's an error in contributed properties (from service) 
> throwing NPE, due to mismatch of push/pop with interactoin execution graph.
> Mixins work fine.
> Rather than fix the inconsistency, think it's better to now remove that 
> functionality (as we've planned a long while now).
>  
> Details of the problem encountered:
> in the current HEAD (2.0.0-M3-SNAPSHOT), I am getting an NPE as the result of 
> the presence of this contributed action (nb: contributed from a service):
>  
> {code:java}
> public class SimpleObjects {
> @Action(semantics = SemanticsOf.SAFE)
> public SimpleObject search(final SimpleObject simpleObject) {
> return simpleObject;
> }
> public List autoComplete0Search(final String search) {
> return findByName(search);
> }
> ...
> }{code}
>  
> The NPE occurs in the stuff around Interaction's execution:
> h3. Stack trace:
>  * java.lang.NullPointerException
>  * 
>  * 
> org.apache.isis.applib.util.schema.MemberExecutionDtoUtils#metricsFor(MemberExecutionDtoUtils.java:77)
>  * 
> org.apache.isis.applib.services.iactn.Interaction$Execution$When#metricsFor(Interaction.java:640)
>  * 
> org.apache.isis.applib.services.iactn.Interaction$Execution$When#access$200(Interaction.java:582)
>  * 
> org.apache.isis.applib.services.iactn.Interaction$Execution$When$2#syncMetrics(Interaction.java:613)
>  * 
> org.apache.isis.applib.services.iactn.Interaction$Execution#syncMetrics(Interaction.java:660)
>  * 
> org.apache.isis.applib.services.iactn.Interaction$Execution#setCompletedAt(Interaction.java:503)
>  * org.apache.isis.applib.services.iactn.Interaction#pop(Interaction.java:246)
>  * 
> org.apache.isis.applib.services.iactn.Interaction#executeInternal(Interaction.java:193)
>  * 
> org.apache.isis.applib.services.iactn.Interaction#execute(Interaction.java:142)
>  * 
> org.apache.isis.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract#doInvoke(ActionInvocationFacetForDomainEventAbstract.java:208)
>  * 
> org.apache.isis.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract#lambda$invoke$0(ActionInvocationFacetForDomainEventAbstract.java:129)
>  * 
> org.apache.isis.runtime.services.xactn.TransactionServiceSpring#executeWithinTransaction(TransactionServiceSpring.java:149)
>  * 
> org.apache.isis.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract#invoke(ActionInvocationFacetForDomainEventAbstract.java:128)
>  * 
> org.apache.isis.metamodel.specloader.specimpl.ObjectActionDefault#executeInternal(ObjectActionDefault.java:423)
>  * 
> org.apache.isis.metamodel.specloader.specimpl.ObjectActionDefault#execute(ObjectActionDefault.java:409)
>  * 
> org.apache.isis.metamodel.specloader.specimpl.OneToOneAssociationContributee#get(OneToOneAssociationContributee.java:117)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel#setObjectFromPropertyIfVisible(ScalarModel.java:761)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel#access$200(ScalarModel.java:83)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel$Kind$1#reset(ScalarModel.java:315)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel$Kind$1#init(ScalarModel.java:305)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel#init(ScalarModel.java:729)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel#(ScalarModel.java:724)
>  * 
> org.apache.isis.viewer.wicket.model.models.EntityModel#getPropertyModel(EntityModel.java:367)
>  * 
> org.apache.isis.viewer.wicket.ui.components.entity.fieldset.PropertyGroup#addPropertyToForm(PropertyGroup.java:215)
>  * 
> org.apache.isis.viewer.wicket.ui.components.entity.fieldset.PropertyGroup#buildGui(PropertyGroup.java:117)
>  * 
> org.apache.isis.viewer.wicket.ui.components.entity.fieldset.PropertyGroup#(PropertyGroup.java:81)
>  
> we can see that 'pop' is called but there's no execution to work upon; the 
> stack trace tells us that we're in the render phase and evaluating this 
> contributed property (as an action) to reset the model of the rendered entity.
>  
> FWIW, with this mixin:
> 

[jira] [Updated] (ISIS-2233) Wicket developer bar is now semi-opaque. and cannot be interacted with.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2233:
--
Fix Version/s: (was: 2.0.0-M3)
   2.0.0

> Wicket developer bar is now semi-opaque. and cannot be interacted with.
> ---
>
> Key: ISIS-2233
> URL: https://issues.apache.org/jira/browse/ISIS-2233
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0
>
>




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


[jira] [Resolved] (ISIS-2180) Resurrect mvn plugin functionality as integ test extensions.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood resolved ISIS-2180.
---
Resolution: Fixed

> Resurrect mvn plugin functionality as integ test extensions.
> 
>
> Key: ISIS-2180
> URL: https://issues.apache.org/jira/browse/ISIS-2180
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2285) Reinstate mechanism to run a specified fixture class on startup.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit f9ecfe088c288910b1240f3ffa8475e7c4d5b415 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=f9ecfe0 ]

ISIS-2285: updates docs


> Reinstate mechanism to run a specified fixture class on startup.
> 
>
> Key: ISIS-2285
> URL: https://issues.apache.org/jira/browse/ISIS-2285
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2285) Reinstate mechanism to run a specified fixture class on startup.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit a0068ad18b24e0a3657d2cd30a7db9c33c0795e8 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a0068ad ]

ISIS-2180: adds SwaggerExporter.

NB: some earlier commits tagged to ISIS-2285 (domain model validator) should 
have been tagged with ISIS-2180 also.


> Reinstate mechanism to run a specified fixture class on startup.
> 
>
> Key: ISIS-2285
> URL: https://issues.apache.org/jira/browse/ISIS-2285
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2180) Resurrect mvn plugin functionality as integ test extensions.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit a0068ad18b24e0a3657d2cd30a7db9c33c0795e8 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a0068ad ]

ISIS-2180: adds SwaggerExporter.

NB: some earlier commits tagged to ISIS-2285 (domain model validator) should 
have been tagged with ISIS-2180 also.


> Resurrect mvn plugin functionality as integ test extensions.
> 
>
> Key: ISIS-2180
> URL: https://issues.apache.org/jira/browse/ISIS-2180
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2180) Resurrect mvn plugin functionality as integ test extensions.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit a0068ad18b24e0a3657d2cd30a7db9c33c0795e8 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a0068ad ]

ISIS-2180: adds SwaggerExporter.

NB: some earlier commits tagged to ISIS-2285 (domain model validator) should 
have been tagged with ISIS-2180 also.


> Resurrect mvn plugin functionality as integ test extensions.
> 
>
> Key: ISIS-2180
> URL: https://issues.apache.org/jira/browse/ISIS-2180
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit c53b816f1b36b5933b022e4fbfb4d19754492cd3 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c53b816 ]

ISIS-2062: updates docs


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




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


[jira] [Resolved] (ISIS-2192) Improve the mavendeps-testing, to avoid accidental junit 4 dependency

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood resolved ISIS-2192.
---
Resolution: Fixed

> Improve the mavendeps-testing, to avoid accidental junit 4 dependency
> -
>
> Key: ISIS-2192
> URL: https://issues.apache.org/jira/browse/ISIS-2192
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>
> At the moment the isis-mavendeps-testing defines transitive dependencies on 
> both unittestsupport and integtestsupport.
>  
> unittestsupport defines the JMock rule stuff, which depends on junit 4: don't 
> want to change this for now.
>  
> for integtestsupport, though, want to force upgrade to junit 5, which also 
> means removing any accidental dependencies on junit:junit:4.x
>  
> The following dependency for integ tests works, but think it might be better 
> to define two different mavendeps, one for unit testing and one for integ 
> testing.
>  
> 
>  org.apache.isis.mavendeps
>  isis-mavendeps-testing
>  pom
>  test
>  
>  
>  org.apache.isis.core
>  isis-unittestsupport
>  
>  
>  org.junit.vintage
>  junit-vintage-engine
>  
>  
> 



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


[jira] [Assigned] (ISIS-2180) Resurrect mvn plugin functionality as integ test extensions.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood reassigned ISIS-2180:
-

Assignee: Daniel Keir Haywood

> Resurrect mvn plugin functionality as integ test extensions.
> 
>
> Key: ISIS-2180
> URL: https://issues.apache.org/jira/browse/ISIS-2180
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: supposed to fix bug in ObjectSpecification#isOfType

> 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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: SecMan: starting to extract mixins for all actions

also moving these mixins from 'jdo' to 'model'

> 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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: SecMan: sorted features and new icon for disabled user

> 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] [Closed] (ISIS-2286) SecMan listAll Classes: types of @DomainService(nature=NatureOfService.VIEW) are missing

2020-02-12 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2286.

Resolution: Fixed

fixed

> SecMan listAll Classes: types of @DomainService(nature=NatureOfService.VIEW) 
> are missing
> 
>
> Key: ISIS-2286
> URL: https://issues.apache.org/jira/browse/ISIS-2286
> Project: Isis
>  Issue Type: Bug
>  Components: Extensions
>Affects Versions: 2.0.0-M2
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Blocker
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2286) SecMan listAll Classes: types of @DomainService(nature=NatureOfService.VIEW) are missing

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2286: supposed fix for classes being excluded too strictly

> SecMan listAll Classes: types of @DomainService(nature=NatureOfService.VIEW) 
> are missing
> 
>
> Key: ISIS-2286
> URL: https://issues.apache.org/jira/browse/ISIS-2286
> Project: Isis
>  Issue Type: Bug
>  Components: Extensions
>Affects Versions: 2.0.0-M2
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Blocker
> Fix For: 2.0.0-M3
>
>




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


[jira] [Created] (ISIS-2286) SecMan listAll Classes: types of @DomainService(nature=NatureOfService.VIEW) are missing

2020-02-12 Thread Andi Huber (Jira)
Andi Huber created ISIS-2286:


 Summary: SecMan listAll Classes: types of 
@DomainService(nature=NatureOfService.VIEW) are missing
 Key: ISIS-2286
 URL: https://issues.apache.org/jira/browse/ISIS-2286
 Project: Isis
  Issue Type: Bug
  Components: Extensions
Affects Versions: 2.0.0-M2
Reporter: Andi Huber
Assignee: Andi Huber
 Fix For: 2.0.0-M3






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


[jira] [Commented] (ISIS-2275) Rest Response Doesn't Contain Number With "multiLine"

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: starting to refactor GridSystemServiceBS3 into smaller pieces

> Rest Response Doesn't Contain Number With "multiLine"
> -
>
> Key: ISIS-2275
> URL: https://issues.apache.org/jira/browse/ISIS-2275
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: RestfulObjects
>Affects Versions: 2.0.0-M2
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Response snapshot taken from Demo 2.0.0-M3-SNAPSHOT 
> (f629ce2344b5ab8c67f5faeccc70569110902781)
> [https://github.com/joerg-rade/kroviz/blob/3605fd9269eb0a22d1fc1ea52f4ac809649b3cdc/src/test/kotlin/org/ro/snapshots/demo2_0_0/DEMO_OBJECT_LAYOUT.kt#L197]
> expected: "multiLine": 3
> actual: "multiLine": null
>  



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


[jira] [Commented] (ISIS-2275) Rest Response Doesn't Contain Number With "multiLine"

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: adds some string utilities

> Rest Response Doesn't Contain Number With "multiLine"
> -
>
> Key: ISIS-2275
> URL: https://issues.apache.org/jira/browse/ISIS-2275
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: RestfulObjects
>Affects Versions: 2.0.0-M2
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Response snapshot taken from Demo 2.0.0-M3-SNAPSHOT 
> (f629ce2344b5ab8c67f5faeccc70569110902781)
> [https://github.com/joerg-rade/kroviz/blob/3605fd9269eb0a22d1fc1ea52f4ac809649b3cdc/src/test/kotlin/org/ro/snapshots/demo2_0_0/DEMO_OBJECT_LAYOUT.kt#L197]
> expected: "multiLine": 3
> actual: "multiLine": null
>  



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


[jira] [Commented] (ISIS-2275) Rest Response Doesn't Contain Number With "multiLine"

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: let ResourceAbstract no longer be a holder of ResourceContext

decouples the ResourceContext from the resource

> Rest Response Doesn't Contain Number With "multiLine"
> -
>
> Key: ISIS-2275
> URL: https://issues.apache.org/jira/browse/ISIS-2275
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: RestfulObjects
>Affects Versions: 2.0.0-M2
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Response snapshot taken from Demo 2.0.0-M3-SNAPSHOT 
> (f629ce2344b5ab8c67f5faeccc70569110902781)
> [https://github.com/joerg-rade/kroviz/blob/3605fd9269eb0a22d1fc1ea52f4ac809649b3cdc/src/test/kotlin/org/ro/snapshots/demo2_0_0/DEMO_OBJECT_LAYOUT.kt#L197]
> expected: "multiLine": 3
> actual: "multiLine": null
>  



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


[jira] [Commented] (ISIS-2285) Reinstate mechanism to run a specified fixture class on startup.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit e066cb6bea42003d5a8ac329adde379aa637697b in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=e066cb6 ]

ISIS-2285: fix conflict after rebase


> Reinstate mechanism to run a specified fixture class on startup.
> 
>
> Key: ISIS-2285
> URL: https://issues.apache.org/jira/browse/ISIS-2285
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2285) Reinstate mechanism to run a specified fixture class on startup.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit da46ba2b0ef4118dcf3584409be29358c1a0d5b3 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=da46ba2 ]

ISIS-2285: fix unit tests for the domain model validation stuff


> Reinstate mechanism to run a specified fixture class on startup.
> 
>
> Key: ISIS-2285
> URL: https://issues.apache.org/jira/browse/ISIS-2285
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2062: docs


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




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit 85bac73e043fd93d0162690a51abf521ff746786 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=85bac73 ]

ISIS-2158: adds new ActionExplicitFacet if @Action is present

... this is intended to simplify the method orphan processing, but not there 
yet.


> 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-2180) Resurrect mvn plugin functionality as integ test extensions.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit 8403b57a9c8691ed4e845ad59fc0fdbc4033c04d in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=8403b57 ]

ISIS-2180: polishing ValidateDomainModel (renamed to DomainModelValidator)


> Resurrect mvn plugin functionality as integ test extensions.
> 
>
> Key: ISIS-2180
> URL: https://issues.apache.org/jira/browse/ISIS-2180
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit c8dbcea94b1d1d3ac3fbb97e9aad2748fd9e561d in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c8dbcea ]

ISIS-2062: fixes configuration bean (getAsMap() -> getIsisConfigProps)


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




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


[jira] [Commented] (ISIS-2285) Reinstate mechanism to run a specified fixture class on startup.

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit 246dfd7d03326761bbe0d9ed1e67a5ce70f54103 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=246dfd7 ]

ISIS-2285: fixing compile issue in maven (lombok)


> Reinstate mechanism to run a specified fixture class on startup.
> 
>
> Key: ISIS-2285
> URL: https://issues.apache.org/jira/browse/ISIS-2285
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit 6be4da444ce44d596d701d0e9f23846366be1c67 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6be4da4 ]

ISIS-2062: javadoc


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




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit 2cfb453f6db92b6452223399f1193f03c0fb5709 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2cfb453 ]

ISIS-2062: update gen docs


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




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


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

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

Commit 7a450325195f6418a11e9e454640317a16f001c9 in isis's branch 
refs/heads/master from danhaywood
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=7a45032 ]

ISIS-2158: fixes some tests in smoketests (ldap class name changes)


> 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-2275) Rest Response Doesn't Contain Number With "multiLine"

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: further refactoring and fixes tests

> Rest Response Doesn't Contain Number With "multiLine"
> -
>
> Key: ISIS-2275
> URL: https://issues.apache.org/jira/browse/ISIS-2275
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: RestfulObjects
>Affects Versions: 2.0.0-M2
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Response snapshot taken from Demo 2.0.0-M3-SNAPSHOT 
> (f629ce2344b5ab8c67f5faeccc70569110902781)
> [https://github.com/joerg-rade/kroviz/blob/3605fd9269eb0a22d1fc1ea52f4ac809649b3cdc/src/test/kotlin/org/ro/snapshots/demo2_0_0/DEMO_OBJECT_LAYOUT.kt#L197]
> expected: "multiLine": 3
> actual: "multiLine": null
>  



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


[jira] [Commented] (ISIS-2275) Rest Response Doesn't Contain Number With "multiLine"

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: refactor DomainObjectResourceServerside to support testing

allows testing without having to mock or bring up a web stack

> Rest Response Doesn't Contain Number With "multiLine"
> -
>
> Key: ISIS-2275
> URL: https://issues.apache.org/jira/browse/ISIS-2275
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: RestfulObjects
>Affects Versions: 2.0.0-M2
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Response snapshot taken from Demo 2.0.0-M3-SNAPSHOT 
> (f629ce2344b5ab8c67f5faeccc70569110902781)
> [https://github.com/joerg-rade/kroviz/blob/3605fd9269eb0a22d1fc1ea52f4ac809649b3cdc/src/test/kotlin/org/ro/snapshots/demo2_0_0/DEMO_OBJECT_LAYOUT.kt#L197]
> expected: "multiLine": 3
> actual: "multiLine": null
>  



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


[jira] [Commented] (ISIS-2275) Rest Response Doesn't Contain Number With "multiLine"

2020-02-12 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: fix typo in pom descriptor

> Rest Response Doesn't Contain Number With "multiLine"
> -
>
> Key: ISIS-2275
> URL: https://issues.apache.org/jira/browse/ISIS-2275
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: RestfulObjects
>Affects Versions: 2.0.0-M2
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> Response snapshot taken from Demo 2.0.0-M3-SNAPSHOT 
> (f629ce2344b5ab8c67f5faeccc70569110902781)
> [https://github.com/joerg-rade/kroviz/blob/3605fd9269eb0a22d1fc1ea52f4ac809649b3cdc/src/test/kotlin/org/ro/snapshots/demo2_0_0/DEMO_OBJECT_LAYOUT.kt#L197]
> expected: "multiLine": 3
> actual: "multiLine": null
>  



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


[jira] [Updated] (ISIS-2180) Resurrect mvn plugin functionality as integ test extensions.

2020-02-12 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-2180:
--
Summary: Resurrect mvn plugin functionality as integ test extensions.  
(was: [WON'T FIX] resurrect mvn plugin functionality as integ test extensions.)

> Resurrect mvn plugin functionality as integ test extensions.
> 
>
> Key: ISIS-2180
> URL: https://issues.apache.org/jira/browse/ISIS-2180
> Project: Isis
>  Issue Type: New Feature
>Affects Versions: 2.0.0-M2
>Reporter: Daniel Keir Haywood
>Priority: Minor
> Fix For: 2.0.0-M3
>
>




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