[jira] [Assigned] (ISIS-2280) demoapp.dom.types.blob.BlobDemo: menuBars suggest GET, implementation requires POST?

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber reassigned ISIS-2280:


Assignee: Andi Huber

> demoapp.dom.types.blob.BlobDemo: menuBars suggest GET, implementation 
> requires POST? 
> -
>
> Key: ISIS-2280
> URL: https://issues.apache.org/jira/browse/ISIS-2280
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
>  Labels: cannot-reproduce
> Fix For: 2.0.0-M3
>
>
> URL: 
> http://localhost:8080/restful/objects/demo.FeaturedTypesMenu/1/actions/blobs/invoke
> {code:json}
> {
>   "httpStatusCode": 500,
>   "message": "Error marshalling domain object to XML; domain object class is 
> 'demoapp.dom.types.blob.BlobDemo'",
>   "detail": {
> "className": "org.apache.isis.applib.NonRecoverableException",
> "message": "Error marshalling domain object to XML; domain object class 
> is 'demoapp.dom.types.blob.BlobDemo'",
> "element": [
>   
> "org.apache.isis.applib.services.jaxb.JaxbService$Simple.toXml(JaxbService.java:212)",
>   
> "org.apache.isis.applib.services.jaxb.JaxbService$Simple.toXml(JaxbService.java:157)",
>   
> "org.apache.isis.core.metamodel.facets.object.recreatable.RecreatableObjectFacetForXmlRootElementAnnotation.clone(RecreatableObjectFacetForXmlRootElementAnnotation.java:67)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.cloneIfViewModelElse(ActionInvocationFacetForDomainEventAbstract.java:300)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.cloneIfViewModelCloneable(ActionInvocationFacetForDomainEventAbstract.java:286)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.access$500(ActionInvocationFacetForDomainEventAbstract.java:74)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$DomainEventMemberExecutor.execute(ActionInvocationFacetForDomainEventAbstract.java:461)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$DomainEventMemberExecutor.execute(ActionInvocationFacetForDomainEventAbstract.java:413)",
>   
> "org.apache.isis.applib.services.iactn.Interaction.executeInternal(Interaction.java:175)",
>   
> "org.apache.isis.applib.services.iactn.Interaction.execute(Interaction.java:141)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.doInvoke(ActionInvocationFacetForDomainEventAbstract.java:204)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.lambda$invoke$0(ActionInvocationFacetForDomainEventAbstract.java:125)",
>   
> "org.apache.isis.core.runtimeservices.xactn.TransactionServiceSpring.executeWithinTransaction(TransactionServiceSpring.java:149)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.invoke(ActionInvocationFacetForDomainEventAbstract.java:124)",
>   
> "org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionDefault.executeInternal(ObjectActionDefault.java:424)",
>   
> "org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionDefault.execute(ObjectActionDefault.java:410)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainResourceHelper.invokeActionUsingAdapters(DomainResourceHelper.java:230)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainResourceHelper.invokeAction(DomainResourceHelper.java:209)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainObjectResourceServerside.invokeAction(DomainObjectResourceServerside.java:732)",
>   "sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
>   
> "sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)",
>   
> "sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)",
>   "java.lang.reflect.Method.invoke(Method.java:498)",
>   
> "org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:151)",
>   
> "org.jboss.resteasy.core.MethodInjectorImpl.lambda$invoke$3(MethodInjectorImpl.java:122)",
>   
> "java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)",
>   
> "java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:614)",
>   
> 

[jira] [Commented] (ISIS-2223) Mitigate Reliability and Security Issues as detected by Code Quality Analysis

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


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

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

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

ISIS-2223: some mitigations

> Mitigate Reliability and Security Issues as detected by Code Quality Analysis
> -
>
> Key: ISIS-2223
> URL: https://issues.apache.org/jira/browse/ISIS-2223
> Project: Isis
>  Issue Type: Improvement
>Affects Versions: 2.0.0-M2
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> See [1] for nightly updated status.
> [1] https://sonarcloud.io/dashboard?id=apache_isis



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


[jira] [Closed] (ISIS-2114) [WONT-FIX] Tables: Object Columns should be sortable by displayed Object Titles

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2114.


> [WONT-FIX] Tables: Object Columns should be sortable by displayed Object 
> Titles
> ---
>
> Key: ISIS-2114
> URL: https://issues.apache.org/jira/browse/ISIS-2114
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: Wicket
>Affects Versions: 2.0.0-M2
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M3
>
>
> Sorting a column of object-links, by clicking on the column header, does not 
> appear to work.



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


[jira] [Commented] (ISIS-2282) Demo: action 'runFixtureScript' either does not exist or is not visible

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


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

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

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

ISIS-2282: update the return message to also include 'disabled' cases

> Demo: action 'runFixtureScript' either does not exist or is not visible
> ---
>
> Key: ISIS-2282
> URL: https://issues.apache.org/jira/browse/ISIS-2282
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> The reponse for [http://localhost:8080/restful/menuBars] contains:
> {code:java}
> ...
>   "secondary": {
> "menu": [
>   {
> "named": "Prototyping",
> "cssClassFa": null,
> "section": [
>   {
> "serviceAction": [
>   {
> "objectType": "isisExtFixtures.FixtureScripts",
> "id": "runFixtureScript",
> "named": "Run Fixture Script",
> "namedEscaped": null,
> "bookmarking": null,
> "cssClass": null,
> "cssClassFa": null,
> "describedAs": null,
> "metadataError": null,
> "link": {
>   "rel": "urn:org.restfulobjects:rels/action",
>   "method": "GET",
>   "href": 
> "http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript;,
>   "type": 
> "application/json;profile=\"urn:org.restfulobjects:repr-types/object-action\""
> }
>   }
> ...
> {code}
> But invoking 
> [http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript]
> results in: {{action 'runFixtureScript' either does not exist or is not 
> visible}}



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


[jira] [Closed] (ISIS-2282) Demo: action 'runFixtureScript' either does not exist or is not visible

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2282.

Resolution: Fixed

return message updated -> "... either does not exist, is disabled or is not 
visible"

> Demo: action 'runFixtureScript' either does not exist or is not visible
> ---
>
> Key: ISIS-2282
> URL: https://issues.apache.org/jira/browse/ISIS-2282
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> The reponse for [http://localhost:8080/restful/menuBars] contains:
> {code:java}
> ...
>   "secondary": {
> "menu": [
>   {
> "named": "Prototyping",
> "cssClassFa": null,
> "section": [
>   {
> "serviceAction": [
>   {
> "objectType": "isisExtFixtures.FixtureScripts",
> "id": "runFixtureScript",
> "named": "Run Fixture Script",
> "namedEscaped": null,
> "bookmarking": null,
> "cssClass": null,
> "cssClassFa": null,
> "describedAs": null,
> "metadataError": null,
> "link": {
>   "rel": "urn:org.restfulobjects:rels/action",
>   "method": "GET",
>   "href": 
> "http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript;,
>   "type": 
> "application/json;profile=\"urn:org.restfulobjects:repr-types/object-action\""
> }
>   }
> ...
> {code}
> But invoking 
> [http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript]
> results in: {{action 'runFixtureScript' either does not exist or is not 
> visible}}



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


[jira] [Assigned] (ISIS-2282) Demo: action 'runFixtureScript' either does not exist or is not visible

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber reassigned ISIS-2282:


Assignee: Andi Huber

> Demo: action 'runFixtureScript' either does not exist or is not visible
> ---
>
> Key: ISIS-2282
> URL: https://issues.apache.org/jira/browse/ISIS-2282
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> The reponse for [http://localhost:8080/restful/menuBars] contains:
> {code:java}
> ...
>   "secondary": {
> "menu": [
>   {
> "named": "Prototyping",
> "cssClassFa": null,
> "section": [
>   {
> "serviceAction": [
>   {
> "objectType": "isisExtFixtures.FixtureScripts",
> "id": "runFixtureScript",
> "named": "Run Fixture Script",
> "namedEscaped": null,
> "bookmarking": null,
> "cssClass": null,
> "cssClassFa": null,
> "describedAs": null,
> "metadataError": null,
> "link": {
>   "rel": "urn:org.restfulobjects:rels/action",
>   "method": "GET",
>   "href": 
> "http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript;,
>   "type": 
> "application/json;profile=\"urn:org.restfulobjects:repr-types/object-action\""
> }
>   }
> ...
> {code}
> But invoking 
> [http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript]
> results in: {{action 'runFixtureScript' either does not exist or is not 
> visible}}



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


[jira] [Resolved] (ISIS-2114) [WONT-FIX] Tables: Object Columns should be sortable by displayed Object Titles

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber resolved ISIS-2114.
--
Fix Version/s: (was: 2.0.0)
   2.0.0-M3
   Resolution: Won't Fix

Referenced domain objects that render within columns need to implement 
Comparable.

> [WONT-FIX] Tables: Object Columns should be sortable by displayed Object 
> Titles
> ---
>
> Key: ISIS-2114
> URL: https://issues.apache.org/jira/browse/ISIS-2114
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: Wicket
>Affects Versions: 2.0.0-M2
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M3
>
>
> Sorting a column of object-links, by clicking on the column header, does not 
> appear to work.



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


[jira] [Updated] (ISIS-2114) [WONT-FIX] Tables: Object Columns should be sortable by displayed Object Titles

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber updated ISIS-2114:
-
Summary: [WONT-FIX] Tables: Object Columns should be sortable by displayed 
Object Titles  (was: Tables: Object Columns should be sortable by displayed 
Object Titles)

> [WONT-FIX] Tables: Object Columns should be sortable by displayed Object 
> Titles
> ---
>
> Key: ISIS-2114
> URL: https://issues.apache.org/jira/browse/ISIS-2114
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: Wicket
>Affects Versions: 2.0.0-M2
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Sorting a column of object-links, by clicking on the column header, does not 
> appear to work.



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


[jira] [Created] (ISIS-2289) Metamodel: validate incompatible choices return types eagerly (when full introspect)

2020-02-13 Thread Andi Huber (Jira)
Andi Huber created ISIS-2289:


 Summary: Metamodel: validate incompatible choices return types 
eagerly (when full introspect)
 Key: ISIS-2289
 URL: https://issues.apache.org/jira/browse/ISIS-2289
 Project: Isis
  Issue Type: Improvement
  Components: Core
Affects Versions: 2.0.0-M2
Reporter: Andi Huber
 Fix For: 2.0.0


This one [1] hits at runtime, should be covered by full 
introspection/validation instead.

 

[1] 
[https://github.com/apache/isis/blob/f380b389fa80f98b3667383f1d8b76d39b8e84a9/core/metamodel/src/main/java/org/apache/isis/core/metamodel/specloader/specimpl/ObjectActionParameterAbstract.java#L351]



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


[jira] [Commented] (ISIS-2287) Regression: parameters get reset if a predecessor is modified, even if there are no dependent defaults

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber commented on ISIS-2287:
--

I've added a new showcase [1] to the demo app, but this one cannot reproduce 
the issue.

[1] 
https://github.com/apache/isis/blob/master/examples/demo/src/main/java/demoapp/dom/actions/depargs/DependentArgsActionDemo_useIndependent.java

> Regression: parameters get reset if a predecessor is modified, even if there 
> are no dependent defaults
> --
>
> Key: ISIS-2287
> URL: https://issues.apache.org/jira/browse/ISIS-2287
> Project: Isis
>  Issue Type: Bug
>Reporter: Daniel Keir Haywood
>Priority: Major
> Fix For: 2.0.0-M3
>
>
> as raised by [~johandoornenbal] (offline)



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


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

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


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

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

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

ISIS-2158: Demo: adding action demo with independent args

> 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-13 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: regression: only prime layout data when newly created

> 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] [Closed] (ISIS-2288) (possible regression): if sidebar is activated, then cannot access menu items (z-order)

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2288.

Resolution: Fixed

sidebar z-index 1000 -> 990

> (possible regression): if sidebar is activated, then cannot access menu items 
> (z-order)
> ---
>
> Key: ISIS-2288
> URL: https://issues.apache.org/jira/browse/ISIS-2288
> Project: Isis
>  Issue Type: Bug
>Reporter: Daniel Keir Haywood
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


[jira] [Commented] (ISIS-2288) (possible regression): if sidebar is activated, then cannot access menu items (z-order)

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


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

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

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

ISIS-2288: fixes side-bar having same z-index as menu items

> (possible regression): if sidebar is activated, then cannot access menu items 
> (z-order)
> ---
>
> Key: ISIS-2288
> URL: https://issues.apache.org/jira/browse/ISIS-2288
> Project: Isis
>  Issue Type: Bug
>Reporter: Daniel Keir Haywood
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M3
>
>




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


[jira] [Assigned] (ISIS-2288) (possible regression): if sidebar is activated, then cannot access menu items (z-order)

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber reassigned ISIS-2288:


Assignee: Andi Huber

> (possible regression): if sidebar is activated, then cannot access menu items 
> (z-order)
> ---
>
> Key: ISIS-2288
> URL: https://issues.apache.org/jira/browse/ISIS-2288
> Project: Isis
>  Issue Type: Bug
>Reporter: Daniel Keir Haywood
>Assignee: Andi Huber
>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-13 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: swagger model: make explicit, that double quoting won't work

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

2020-02-13 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2275.

Resolution: Fixed

fixed by priming the initial grid layout model with layout facet data from the 
meta-model

> 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-13 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: changes collection default view -> TABLE

also activates smoketest

> 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-13 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: typo

> 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-13 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: supposed fix

> 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-13 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2275: more refactoring (code readability)

> 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-2280) demoapp.dom.types.blob.BlobDemo: menuBars suggest GET, implementation requires POST?

2020-02-13 Thread Jira


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

Jörg Rade updated ISIS-2280:

Summary: demoapp.dom.types.blob.BlobDemo: menuBars suggest GET, 
implementation requires POST?   (was: demoapp.dom.types.blob.BlobDemo Can't be 
Marshalled due to NPE)

> demoapp.dom.types.blob.BlobDemo: menuBars suggest GET, implementation 
> requires POST? 
> -
>
> Key: ISIS-2280
> URL: https://issues.apache.org/jira/browse/ISIS-2280
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Priority: Minor
>  Labels: cannot-reproduce
> Fix For: 2.0.0-M3
>
>
> URL: 
> http://localhost:8080/restful/objects/demo.FeaturedTypesMenu/1/actions/blobs/invoke
> {code:json}
> {
>   "httpStatusCode": 500,
>   "message": "Error marshalling domain object to XML; domain object class is 
> 'demoapp.dom.types.blob.BlobDemo'",
>   "detail": {
> "className": "org.apache.isis.applib.NonRecoverableException",
> "message": "Error marshalling domain object to XML; domain object class 
> is 'demoapp.dom.types.blob.BlobDemo'",
> "element": [
>   
> "org.apache.isis.applib.services.jaxb.JaxbService$Simple.toXml(JaxbService.java:212)",
>   
> "org.apache.isis.applib.services.jaxb.JaxbService$Simple.toXml(JaxbService.java:157)",
>   
> "org.apache.isis.core.metamodel.facets.object.recreatable.RecreatableObjectFacetForXmlRootElementAnnotation.clone(RecreatableObjectFacetForXmlRootElementAnnotation.java:67)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.cloneIfViewModelElse(ActionInvocationFacetForDomainEventAbstract.java:300)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.cloneIfViewModelCloneable(ActionInvocationFacetForDomainEventAbstract.java:286)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.access$500(ActionInvocationFacetForDomainEventAbstract.java:74)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$DomainEventMemberExecutor.execute(ActionInvocationFacetForDomainEventAbstract.java:461)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$DomainEventMemberExecutor.execute(ActionInvocationFacetForDomainEventAbstract.java:413)",
>   
> "org.apache.isis.applib.services.iactn.Interaction.executeInternal(Interaction.java:175)",
>   
> "org.apache.isis.applib.services.iactn.Interaction.execute(Interaction.java:141)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.doInvoke(ActionInvocationFacetForDomainEventAbstract.java:204)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.lambda$invoke$0(ActionInvocationFacetForDomainEventAbstract.java:125)",
>   
> "org.apache.isis.core.runtimeservices.xactn.TransactionServiceSpring.executeWithinTransaction(TransactionServiceSpring.java:149)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.invoke(ActionInvocationFacetForDomainEventAbstract.java:124)",
>   
> "org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionDefault.executeInternal(ObjectActionDefault.java:424)",
>   
> "org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionDefault.execute(ObjectActionDefault.java:410)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainResourceHelper.invokeActionUsingAdapters(DomainResourceHelper.java:230)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainResourceHelper.invokeAction(DomainResourceHelper.java:209)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainObjectResourceServerside.invokeAction(DomainObjectResourceServerside.java:732)",
>   "sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
>   
> "sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)",
>   
> "sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)",
>   "java.lang.reflect.Method.invoke(Method.java:498)",
>   
> "org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:151)",
>   
> "org.jboss.resteasy.core.MethodInjectorImpl.lambda$invoke$3(MethodInjectorImpl.java:122)",
>   
> "java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)",
>   
> 

[jira] [Updated] (ISIS-2280) demoapp.dom.types.blob.BlobDemo Can't be Marshalled due to NPE

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


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

Daniel Keir Haywood updated ISIS-2280:
--
Fix Version/s: 2.0.0-M3

> demoapp.dom.types.blob.BlobDemo Can't be Marshalled due to NPE
> --
>
> Key: ISIS-2280
> URL: https://issues.apache.org/jira/browse/ISIS-2280
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Priority: Minor
>  Labels: cannot-reproduce
> Fix For: 2.0.0-M3
>
>
> URL: 
> http://localhost:8080/restful/objects/demo.FeaturedTypesMenu/1/actions/blobs/invoke
> {code:json}
> {
>   "httpStatusCode": 500,
>   "message": "Error marshalling domain object to XML; domain object class is 
> 'demoapp.dom.types.blob.BlobDemo'",
>   "detail": {
> "className": "org.apache.isis.applib.NonRecoverableException",
> "message": "Error marshalling domain object to XML; domain object class 
> is 'demoapp.dom.types.blob.BlobDemo'",
> "element": [
>   
> "org.apache.isis.applib.services.jaxb.JaxbService$Simple.toXml(JaxbService.java:212)",
>   
> "org.apache.isis.applib.services.jaxb.JaxbService$Simple.toXml(JaxbService.java:157)",
>   
> "org.apache.isis.core.metamodel.facets.object.recreatable.RecreatableObjectFacetForXmlRootElementAnnotation.clone(RecreatableObjectFacetForXmlRootElementAnnotation.java:67)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.cloneIfViewModelElse(ActionInvocationFacetForDomainEventAbstract.java:300)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.cloneIfViewModelCloneable(ActionInvocationFacetForDomainEventAbstract.java:286)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.access$500(ActionInvocationFacetForDomainEventAbstract.java:74)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$DomainEventMemberExecutor.execute(ActionInvocationFacetForDomainEventAbstract.java:461)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract$DomainEventMemberExecutor.execute(ActionInvocationFacetForDomainEventAbstract.java:413)",
>   
> "org.apache.isis.applib.services.iactn.Interaction.executeInternal(Interaction.java:175)",
>   
> "org.apache.isis.applib.services.iactn.Interaction.execute(Interaction.java:141)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.doInvoke(ActionInvocationFacetForDomainEventAbstract.java:204)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.lambda$invoke$0(ActionInvocationFacetForDomainEventAbstract.java:125)",
>   
> "org.apache.isis.core.runtimeservices.xactn.TransactionServiceSpring.executeWithinTransaction(TransactionServiceSpring.java:149)",
>   
> "org.apache.isis.core.metamodel.facets.actions.action.invocation.ActionInvocationFacetForDomainEventAbstract.invoke(ActionInvocationFacetForDomainEventAbstract.java:124)",
>   
> "org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionDefault.executeInternal(ObjectActionDefault.java:424)",
>   
> "org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionDefault.execute(ObjectActionDefault.java:410)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainResourceHelper.invokeActionUsingAdapters(DomainResourceHelper.java:230)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainResourceHelper.invokeAction(DomainResourceHelper.java:209)",
>   
> "org.apache.isis.viewer.restfulobjects.viewer.resources.DomainObjectResourceServerside.invokeAction(DomainObjectResourceServerside.java:732)",
>   "sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)",
>   
> "sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)",
>   
> "sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)",
>   "java.lang.reflect.Method.invoke(Method.java:498)",
>   
> "org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:151)",
>   
> "org.jboss.resteasy.core.MethodInjectorImpl.lambda$invoke$3(MethodInjectorImpl.java:122)",
>   
> "java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)",
>   
> "java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:614)",
>   
> "java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:1983)",
>   
> 

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

2020-02-13 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:
--
Description: 
two of the three features now available in the integtestsupport testing library
 * DomainModelValidator
 * SwaggerExporter

The third feature of the mvn plugin (xsd), not gonna bother with - it's better, 
I think, to start with an XSD and code-gen the Java class from it, rather than 
the other way around.

> 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
>
>
> two of the three features now available in the integtestsupport testing 
> library
>  * DomainModelValidator
>  * SwaggerExporter
> The third feature of the mvn plugin (xsd), not gonna bother with - it's 
> better, I think, to start with an XSD and code-gen the Java class from it, 
> rather than the other way around.



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


[jira] [Updated] (ISIS-2282) Demo: action 'runFixtureScript' either does not exist or is not visible

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


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

Daniel Keir Haywood updated ISIS-2282:
--
Fix Version/s: 2.0.0-M3

> Demo: action 'runFixtureScript' either does not exist or is not visible
> ---
>
> Key: ISIS-2282
> URL: https://issues.apache.org/jira/browse/ISIS-2282
> Project: Isis
>  Issue Type: Bug
>Affects Versions: 2.0.0-M3
>Reporter: Jörg Rade
>Priority: Minor
> Fix For: 2.0.0-M3
>
>
> The reponse for [http://localhost:8080/restful/menuBars] contains:
> {code:java}
> ...
>   "secondary": {
> "menu": [
>   {
> "named": "Prototyping",
> "cssClassFa": null,
> "section": [
>   {
> "serviceAction": [
>   {
> "objectType": "isisExtFixtures.FixtureScripts",
> "id": "runFixtureScript",
> "named": "Run Fixture Script",
> "namedEscaped": null,
> "bookmarking": null,
> "cssClass": null,
> "cssClassFa": null,
> "describedAs": null,
> "metadataError": null,
> "link": {
>   "rel": "urn:org.restfulobjects:rels/action",
>   "method": "GET",
>   "href": 
> "http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript;,
>   "type": 
> "application/json;profile=\"urn:org.restfulobjects:repr-types/object-action\""
> }
>   }
> ...
> {code}
> But invoking 
> [http://localhost:8080/restful/objects/isisExtFixtures.FixtureScripts/1/actions/runFixtureScript]
> results in: {{action 'runFixtureScript' either does not exist or is not 
> visible}}



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


[jira] [Created] (ISIS-2288) (possible regression): if sidebar is activated, then cannot access menu items (z-order)

2020-02-13 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2288:
-

 Summary: (possible regression): if sidebar is activated, then 
cannot access menu items (z-order)
 Key: ISIS-2288
 URL: https://issues.apache.org/jira/browse/ISIS-2288
 Project: Isis
  Issue Type: Bug
Reporter: Daniel Keir Haywood
 Fix For: 2.0.0-M3






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


[jira] [Created] (ISIS-2287) Regression: parameters get reset if a predecessor is modified, even if there are no dependent defaults

2020-02-13 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2287:
-

 Summary: Regression: parameters get reset if a predecessor is 
modified, even if there are no dependent defaults
 Key: ISIS-2287
 URL: https://issues.apache.org/jira/browse/ISIS-2287
 Project: Isis
  Issue Type: Bug
Reporter: Daniel Keir Haywood
 Fix For: 2.0.0-M3


as raised by [~johandoornenbal] (offline)



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


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

2020-02-13 Thread Jira


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

Jörg Rade commented on ISIS-2178:
-

I assume scanning is implicitly done by sonar.

> 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)