[jira] [Updated] (ISIS-2436) [NOT AN ISSUE] Secman: Update name(s) for ApplicationUser causes error

2020-09-20 Thread Andi Huber (Jira)


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

Andi Huber updated ISIS-2436:
-
Summary: [NOT AN ISSUE] Secman: Update name(s) for ApplicationUser causes 
error  (was: Secman: Update name(s) for ApplicationUser causes error)

> [NOT AN ISSUE] Secman: Update name(s) for ApplicationUser causes error
> --
>
> Key: ISIS-2436
> URL: https://issues.apache.org/jira/browse/ISIS-2436
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Extensions
>Affects Versions: 2.0.0-M3
>Reporter: Simon Titheridge
>Priority: Minor
>  Labels: newbie
> Fix For: 2.0.0-M4
>
> Attachments: error.png, updatename.png
>
>
> This is for a SimpleApp based application with the Secman extension installed
> *Steps to reproduce*  
>  1. Log in as user with administrator (role: isis-module-security-admin)
>  2. Go to the user view (for admin user or any other user)
>  3. Select "updateName" button
>  4. Enter text in "Family Name" field; tab off
>  5. Stacktrace shown
> This can also be repeated by doing the same with the "Given Name" field
>   
> *FYI*
>  An update can be successfully made by entering the three name fields in this 
> order (before clicking OK):
>  1. Known As
>  2. Given Name
>  3. Family Name
>   
>  *Screenshot - About to enter Family name and tab off*
>  !updatename.png|width=800!
>   
>  *Screenshot - Tab off Family Name field*
>  !error.png|width=800!
>   
>  *Stack trace:*
> {quote} * java.lang.NullPointerException
>  * 
>  * java.util.Objects#requireNonNull(Objects.java:203)
>  * java.util.Optional#(Optional.java:96)
>  * java.util.Optional#of(Optional.java:108)
>  * java.util.stream.FindOps$FindSink$OfRef#get(FindOps.java:193)
>  * java.util.stream.FindOps$FindSink$OfRef#get(FindOps.java:190)
>  * java.util.stream.FindOps$FindOp#evaluateSequential(FindOps.java:152)
>  * java.util.stream.AbstractPipeline#evaluate(AbstractPipeline.java:234)
>  * java.util.stream.ReferencePipeline#findFirst(ReferencePipeline.java:531)
>  * 
> org.apache.isis.core.metamodel.facets.param.defaults.methodnum.ActionParameterDefaultsFacetViaMethod#getDefault(ActionParameterDefaultsFacetViaMethod.java:101)
>  * 
> org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionParameterAbstract#findDefault(ObjectActionParameterAbstract.java:298)
>  * 
> org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionParameterAbstract#getDefault(ObjectActionParameterAbstract.java:288)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel$Kind$2#getDefault(ScalarModel.java:430)
>  * 
> org.apache.isis.viewer.wicket.ui.components.scalars.ScalarPanelAbstract2#updateIfNecessary(ScalarPanelAbstract2.java:169)
>  * 
> org.apache.isis.viewer.wicket.ui.components.actions.ActionParametersForm#onUpdate(ActionParametersForm.java:178)
>  * 
> org.apache.isis.viewer.wicket.ui.components.scalars.ScalarPanelAbstract2$ScalarUpdatingBehavior#onUpdate(ScalarPanelAbstract2.java:561)
>  * 
> org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior#onEvent(AjaxFormComponentUpdatingBehavior.java:158)
>  * 
> org.apache.wicket.ajax.AjaxEventBehavior#respond(AjaxEventBehavior.java:127)
>  * 
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior#onRequest(AbstractDefaultAjaxBehavior.java:598)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#internalInvoke(ListenerRequestHandler.java:306)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#invoke(ListenerRequestHandler.java:280)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#invokeListener(ListenerRequestHandler.java:222)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#respond(ListenerRequestHandler.java:208)
>  * 
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor#respond(RequestCycle.java:914)
>  * 
> org.apache.wicket.request.RequestHandlerExecutor#execute(RequestHandlerExecutor.java:65)
>  * org.apache.wicket.request.cycle.RequestCycle#execute(RequestCycle.java:282)
>  * 
> org.apache.wicket.request.cycle.RequestCycle#processRequest(RequestCycle.java:253)
>  * 
> org.apache.wicket.request.cycle.RequestCycle#processRequestAndDetach(RequestCycle.java:221)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#processRequestCycle(WicketFilter.java:275)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#processRequest(WicketFilter.java:206)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#doFilter(WicketFilter.java:299)
>  * 
> org.apache.catalina.core.ApplicationFilterChain#internalDoFilter(ApplicationFilterChain.java:193)
>  * 
> org.apache.catalina.core.ApplicationFilterChain#doFilter(ApplicationFilterChain.java:166)
>  * 
> 

[jira] [Closed] (ISIS-2436) [NOT AN ISSUE] Secman: Update name(s) for ApplicationUser causes error

2020-09-20 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2436.

Assignee: Andi Huber

> [NOT AN ISSUE] Secman: Update name(s) for ApplicationUser causes error
> --
>
> Key: ISIS-2436
> URL: https://issues.apache.org/jira/browse/ISIS-2436
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Extensions
>Affects Versions: 2.0.0-M3
>Reporter: Simon Titheridge
>Assignee: Andi Huber
>Priority: Minor
>  Labels: newbie
> Fix For: 2.0.0-M4
>
> Attachments: error.png, updatename.png
>
>
> This is for a SimpleApp based application with the Secman extension installed
> *Steps to reproduce*  
>  1. Log in as user with administrator (role: isis-module-security-admin)
>  2. Go to the user view (for admin user or any other user)
>  3. Select "updateName" button
>  4. Enter text in "Family Name" field; tab off
>  5. Stacktrace shown
> This can also be repeated by doing the same with the "Given Name" field
>   
> *FYI*
>  An update can be successfully made by entering the three name fields in this 
> order (before clicking OK):
>  1. Known As
>  2. Given Name
>  3. Family Name
>   
>  *Screenshot - About to enter Family name and tab off*
>  !updatename.png|width=800!
>   
>  *Screenshot - Tab off Family Name field*
>  !error.png|width=800!
>   
>  *Stack trace:*
> {quote} * java.lang.NullPointerException
>  * 
>  * java.util.Objects#requireNonNull(Objects.java:203)
>  * java.util.Optional#(Optional.java:96)
>  * java.util.Optional#of(Optional.java:108)
>  * java.util.stream.FindOps$FindSink$OfRef#get(FindOps.java:193)
>  * java.util.stream.FindOps$FindSink$OfRef#get(FindOps.java:190)
>  * java.util.stream.FindOps$FindOp#evaluateSequential(FindOps.java:152)
>  * java.util.stream.AbstractPipeline#evaluate(AbstractPipeline.java:234)
>  * java.util.stream.ReferencePipeline#findFirst(ReferencePipeline.java:531)
>  * 
> org.apache.isis.core.metamodel.facets.param.defaults.methodnum.ActionParameterDefaultsFacetViaMethod#getDefault(ActionParameterDefaultsFacetViaMethod.java:101)
>  * 
> org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionParameterAbstract#findDefault(ObjectActionParameterAbstract.java:298)
>  * 
> org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionParameterAbstract#getDefault(ObjectActionParameterAbstract.java:288)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel$Kind$2#getDefault(ScalarModel.java:430)
>  * 
> org.apache.isis.viewer.wicket.ui.components.scalars.ScalarPanelAbstract2#updateIfNecessary(ScalarPanelAbstract2.java:169)
>  * 
> org.apache.isis.viewer.wicket.ui.components.actions.ActionParametersForm#onUpdate(ActionParametersForm.java:178)
>  * 
> org.apache.isis.viewer.wicket.ui.components.scalars.ScalarPanelAbstract2$ScalarUpdatingBehavior#onUpdate(ScalarPanelAbstract2.java:561)
>  * 
> org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior#onEvent(AjaxFormComponentUpdatingBehavior.java:158)
>  * 
> org.apache.wicket.ajax.AjaxEventBehavior#respond(AjaxEventBehavior.java:127)
>  * 
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior#onRequest(AbstractDefaultAjaxBehavior.java:598)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#internalInvoke(ListenerRequestHandler.java:306)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#invoke(ListenerRequestHandler.java:280)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#invokeListener(ListenerRequestHandler.java:222)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#respond(ListenerRequestHandler.java:208)
>  * 
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor#respond(RequestCycle.java:914)
>  * 
> org.apache.wicket.request.RequestHandlerExecutor#execute(RequestHandlerExecutor.java:65)
>  * org.apache.wicket.request.cycle.RequestCycle#execute(RequestCycle.java:282)
>  * 
> org.apache.wicket.request.cycle.RequestCycle#processRequest(RequestCycle.java:253)
>  * 
> org.apache.wicket.request.cycle.RequestCycle#processRequestAndDetach(RequestCycle.java:221)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#processRequestCycle(WicketFilter.java:275)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#processRequest(WicketFilter.java:206)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#doFilter(WicketFilter.java:299)
>  * 
> org.apache.catalina.core.ApplicationFilterChain#internalDoFilter(ApplicationFilterChain.java:193)
>  * 
> org.apache.catalina.core.ApplicationFilterChain#doFilter(ApplicationFilterChain.java:166)
>  * 
> org.apache.isis.core.webapp.modules.logonlog.IsisLogOnExceptionFilter#doFilter(IsisLogOnExceptionFilter.java:60)
>  * 
> 

[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: adoc: update System Overview (again)

prev. update today was based on outdated local build

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


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

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


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

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

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

ISIS-: updates doc examples and generated config ref docs


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




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


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

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


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

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

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

 ISIS-: improving command docs.


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




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


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

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


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

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

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

ISIS-: fix invalid use of @SneakyThrows and minor issues after merge

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




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


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

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


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

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

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

ISIS-: updates doc examples and generated config ref docs


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




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


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

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


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

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

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

 ISIS-: improving command docs.


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




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


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

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


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

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

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

ISIS-: updates doc examples and generated config ref docs


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




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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: adoc: update System Overview

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


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

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


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

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

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

 ISIS-: improving command docs.


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




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


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

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


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

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

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

ISIS-: fix invalid use of @SneakyThrows and minor issues after merge

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




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


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

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


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

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

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

 ISIS-: improving command docs.


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




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


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

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


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

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

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

ISIS-: updates doc examples and generated config ref docs


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




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


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

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


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

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

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

ISIS-: updates doc examples and generated config ref docs


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




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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: adoc: update System Overview

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


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

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


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

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

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

ISIS-: updates doc examples and generated config ref docs


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




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


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

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


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

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

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

ISIS- : reworking command (log and replay); other small improvements.


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




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


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

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


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

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

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

ISIS- : fixes after rebasing


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




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


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

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


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

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

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

Merge remote-tracking branch 'origin/master' into ISIS-


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




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


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

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


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

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

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

Merge remote-tracking branch 'origin/master' into ISIS-


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




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


[jira] [Commented] (ISIS-2341) Ongoing: CI Maintenance

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


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

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

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

ISIS-2341: revert Bump summernote from 0.8.11 to 0.8.16


> Ongoing: CI Maintenance
> ---
>
> Key: ISIS-2341
> URL: https://issues.apache.org/jira/browse/ISIS-2341
> Project: Isis
>  Issue Type: Task
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>




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


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

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


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

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

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

ISIS- : fixes after rebasing


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




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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: add underscore prefixes o.a.i.commons.internal.factory.*


> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: remove PriorityConstants (not used)

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: Commons: move plugin specific exception class

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: Commons: remove event publishing abstraction layer

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: rename ProxyFactory classes (prefix + package moved)

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: Commons: remove CDI plugin

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: Commons: remove any Spring components (move env. to config)

also remove JUnit 'IsisEnvironment' hack in JUnitRuleMockery2

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


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

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


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

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

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

ISIS- : reworking command (log and replay); other small improvements.


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




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


[jira] [Commented] (ISIS-2435) Commons: Polishing

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


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

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

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

ISIS-2435: Commons: cleanup IoC abstraction classes

> Commons: Polishing
> --
>
> Key: ISIS-2435
> URL: https://issues.apache.org/jira/browse/ISIS-2435
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Core, Isis Docs  Website
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> * remove CDI specific code
>  * ensure internal classes have underscore prefix
>  * write an about.adoc



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


[jira] [Resolved] (ISIS-2436) Secman: Update name(s) for ApplicationUser causes error

2020-09-20 Thread Simon Titheridge (Jira)


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

Simon Titheridge resolved ISIS-2436.

Fix Version/s: 2.0.0-M4
   Resolution: Cannot Reproduce

Retested using nightly build (2.0.0-M2.20200919-0402-6022e8e6). Issue does not 
appear so looks to have been fixed by earlier fixes.

> Secman: Update name(s) for ApplicationUser causes error
> ---
>
> Key: ISIS-2436
> URL: https://issues.apache.org/jira/browse/ISIS-2436
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Extensions
>Affects Versions: 2.0.0-M3
>Reporter: Simon Titheridge
>Priority: Minor
>  Labels: newbie
> Fix For: 2.0.0-M4
>
> Attachments: error.png, updatename.png
>
>
> This is for a SimpleApp based application with the Secman extension installed
> *Steps to reproduce*  
>  1. Log in as user with administrator (role: isis-module-security-admin)
>  2. Go to the user view (for admin user or any other user)
>  3. Select "updateName" button
>  4. Enter text in "Family Name" field; tab off
>  5. Stacktrace shown
> This can also be repeated by doing the same with the "Given Name" field
>   
> *FYI*
>  An update can be successfully made by entering the three name fields in this 
> order (before clicking OK):
>  1. Known As
>  2. Given Name
>  3. Family Name
>   
>  *Screenshot - About to enter Family name and tab off*
>  !updatename.png|width=800!
>   
>  *Screenshot - Tab off Family Name field*
>  !error.png|width=800!
>   
>  *Stack trace:*
> {quote} * java.lang.NullPointerException
>  * 
>  * java.util.Objects#requireNonNull(Objects.java:203)
>  * java.util.Optional#(Optional.java:96)
>  * java.util.Optional#of(Optional.java:108)
>  * java.util.stream.FindOps$FindSink$OfRef#get(FindOps.java:193)
>  * java.util.stream.FindOps$FindSink$OfRef#get(FindOps.java:190)
>  * java.util.stream.FindOps$FindOp#evaluateSequential(FindOps.java:152)
>  * java.util.stream.AbstractPipeline#evaluate(AbstractPipeline.java:234)
>  * java.util.stream.ReferencePipeline#findFirst(ReferencePipeline.java:531)
>  * 
> org.apache.isis.core.metamodel.facets.param.defaults.methodnum.ActionParameterDefaultsFacetViaMethod#getDefault(ActionParameterDefaultsFacetViaMethod.java:101)
>  * 
> org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionParameterAbstract#findDefault(ObjectActionParameterAbstract.java:298)
>  * 
> org.apache.isis.core.metamodel.specloader.specimpl.ObjectActionParameterAbstract#getDefault(ObjectActionParameterAbstract.java:288)
>  * 
> org.apache.isis.viewer.wicket.model.models.ScalarModel$Kind$2#getDefault(ScalarModel.java:430)
>  * 
> org.apache.isis.viewer.wicket.ui.components.scalars.ScalarPanelAbstract2#updateIfNecessary(ScalarPanelAbstract2.java:169)
>  * 
> org.apache.isis.viewer.wicket.ui.components.actions.ActionParametersForm#onUpdate(ActionParametersForm.java:178)
>  * 
> org.apache.isis.viewer.wicket.ui.components.scalars.ScalarPanelAbstract2$ScalarUpdatingBehavior#onUpdate(ScalarPanelAbstract2.java:561)
>  * 
> org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior#onEvent(AjaxFormComponentUpdatingBehavior.java:158)
>  * 
> org.apache.wicket.ajax.AjaxEventBehavior#respond(AjaxEventBehavior.java:127)
>  * 
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior#onRequest(AbstractDefaultAjaxBehavior.java:598)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#internalInvoke(ListenerRequestHandler.java:306)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#invoke(ListenerRequestHandler.java:280)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#invokeListener(ListenerRequestHandler.java:222)
>  * 
> org.apache.wicket.core.request.handler.ListenerRequestHandler#respond(ListenerRequestHandler.java:208)
>  * 
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor#respond(RequestCycle.java:914)
>  * 
> org.apache.wicket.request.RequestHandlerExecutor#execute(RequestHandlerExecutor.java:65)
>  * org.apache.wicket.request.cycle.RequestCycle#execute(RequestCycle.java:282)
>  * 
> org.apache.wicket.request.cycle.RequestCycle#processRequest(RequestCycle.java:253)
>  * 
> org.apache.wicket.request.cycle.RequestCycle#processRequestAndDetach(RequestCycle.java:221)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#processRequestCycle(WicketFilter.java:275)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#processRequest(WicketFilter.java:206)
>  * 
> org.apache.wicket.protocol.http.WicketFilter#doFilter(WicketFilter.java:299)
>  * 
> org.apache.catalina.core.ApplicationFilterChain#internalDoFilter(ApplicationFilterChain.java:193)
>  * 
> org.apache.catalina.core.ApplicationFilterChain#doFilter(ApplicationFilterChain.java:166)
>  * 
> 

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

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


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

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

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

 ISIS-: reworking Command and other stuff


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




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


[jira] [Commented] (ISIS-2341) Ongoing: CI Maintenance

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


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

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

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

ISIS-2341: revert Bump summernote from 0.8.11 to 0.8.16


> Ongoing: CI Maintenance
> ---
>
> Key: ISIS-2341
> URL: https://issues.apache.org/jira/browse/ISIS-2341
> Project: Isis
>  Issue Type: Task
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>




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


[GitHub] [isis] andi-huber merged pull request #198: Bump summernote from 0.8.11 to 0.8.16

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #199: Bump lombok-maven-plugin from 1.18.0.0 to 1.18.12.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #202: Bump togglz.version from 2.1.0.Final to 2.8.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #197: Bump actions/checkout from v1 to v2.3.2

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #201: Bump easymock from 2.5.2 to 4.2

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #202: Bump togglz.version from 2.1.0.Final to 2.8.0

2020-09-20 Thread GitBox


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


   Bumps `togglz.version` from 2.1.0.Final to 2.8.0.
   Updates `togglz-core` from 2.1.0.Final to 2.8.0
   
   Commits
   
   https://github.com/togglz/togglz/commit/ff0fbd681147abbd2430671030ebe9bbdfd126be;>ff0fbd6
 [maven-release-plugin] prepare release 2.8.0
   https://github.com/togglz/togglz/commit/dadfb0ab4e235dc10425d8711bf5a318c95e1cbc;>dadfb0a
 update to mongodb 4 (https://github-redirect.dependabot.com/togglz/togglz/issues/415;>#415)
   https://github.com/togglz/togglz/commit/0e004267d0011a68f9c768664fc5fcf2e1326f09;>0e00426
 Add HeaderActivationStrategy (https://github-redirect.dependabot.com/togglz/togglz/issues/413;>#413)
   https://github.com/togglz/togglz/commit/75c9371e159a2fb9add4e261f3ca0d10f0007086;>75c9371
 update and replace jboss servlet spec dependency with javax.servlet 4.1
   https://github.com/togglz/togglz/commit/19a8677a0826f8f5ffb5c7c036da55216b459b08;>19a8677
 drop osgi support (https://github-redirect.dependabot.com/togglz/togglz/issues/408;>#408)
   https://github.com/togglz/togglz/commit/8a78413b9aec66d8d407dcfe46f452cad46e5937;>8a78413
 drop archaius support (https://github-redirect.dependabot.com/togglz/togglz/issues/409;>#409)
   https://github.com/togglz/togglz/commit/3860ba3183b6cb8351d1402ec1b10a9154424a02;>3860ba3
 [maven-release-plugin] prepare for next development iteration
   https://github.com/togglz/togglz/commit/5e005918ae5832d29b5ab409bbff8253317e4a1a;>5e00591
 [maven-release-plugin] prepare release 2.7.2
   https://github.com/togglz/togglz/commit/6f80bd077865c4c68f7eee48ff1d740f0fe83425;>6f80bd0
 update osgi bundles version
   https://github.com/togglz/togglz/commit/e2c3c9acdd4bdc7987fa6456c27bd0a88e49be79;>e2c3c9a
 Fix 404 in togglz console (https://github-redirect.dependabot.com/togglz/togglz/issues/406;>#406)
   Additional commits viewable in https://github.com/togglz/togglz/compare/2.1.0.Final...2.8.0;>compare 
view
   
   
   
   
   Updates `togglz-junit` from 2.1.0.Final to 2.8.0
   
   Commits
   
   https://github.com/togglz/togglz/commit/ff0fbd681147abbd2430671030ebe9bbdfd126be;>ff0fbd6
 [maven-release-plugin] prepare release 2.8.0
   https://github.com/togglz/togglz/commit/dadfb0ab4e235dc10425d8711bf5a318c95e1cbc;>dadfb0a
 update to mongodb 4 (https://github-redirect.dependabot.com/togglz/togglz/issues/415;>#415)
   https://github.com/togglz/togglz/commit/0e004267d0011a68f9c768664fc5fcf2e1326f09;>0e00426
 Add HeaderActivationStrategy (https://github-redirect.dependabot.com/togglz/togglz/issues/413;>#413)
   https://github.com/togglz/togglz/commit/75c9371e159a2fb9add4e261f3ca0d10f0007086;>75c9371
 update and replace jboss servlet spec dependency with javax.servlet 4.1
   https://github.com/togglz/togglz/commit/19a8677a0826f8f5ffb5c7c036da55216b459b08;>19a8677
 drop osgi support (https://github-redirect.dependabot.com/togglz/togglz/issues/408;>#408)
   https://github.com/togglz/togglz/commit/8a78413b9aec66d8d407dcfe46f452cad46e5937;>8a78413
 drop archaius support (https://github-redirect.dependabot.com/togglz/togglz/issues/409;>#409)
   https://github.com/togglz/togglz/commit/3860ba3183b6cb8351d1402ec1b10a9154424a02;>3860ba3
 [maven-release-plugin] prepare for next development iteration
   https://github.com/togglz/togglz/commit/5e005918ae5832d29b5ab409bbff8253317e4a1a;>5e00591
 [maven-release-plugin] prepare release 2.7.2
   https://github.com/togglz/togglz/commit/6f80bd077865c4c68f7eee48ff1d740f0fe83425;>6f80bd0
 update osgi bundles version
   https://github.com/togglz/togglz/commit/e2c3c9acdd4bdc7987fa6456c27bd0a88e49be79;>e2c3c9a
 Fix 404 in togglz console (https://github-redirect.dependabot.com/togglz/togglz/issues/406;>#406)
   Additional commits viewable in https://github.com/togglz/togglz/compare/2.1.0.Final...2.8.0;>compare 
view
   
   
   
   
   Updates `togglz-servlet` from 2.1.0.Final to 2.8.0
   
   Commits
   
   https://github.com/togglz/togglz/commit/ff0fbd681147abbd2430671030ebe9bbdfd126be;>ff0fbd6
 [maven-release-plugin] prepare release 2.8.0
   https://github.com/togglz/togglz/commit/dadfb0ab4e235dc10425d8711bf5a318c95e1cbc;>dadfb0a
 update to mongodb 4 (https://github-redirect.dependabot.com/togglz/togglz/issues/415;>#415)
   https://github.com/togglz/togglz/commit/0e004267d0011a68f9c768664fc5fcf2e1326f09;>0e00426
 Add HeaderActivationStrategy (https://github-redirect.dependabot.com/togglz/togglz/issues/413;>#413)
   https://github.com/togglz/togglz/commit/75c9371e159a2fb9add4e261f3ca0d10f0007086;>75c9371
 update and replace jboss servlet spec dependency with javax.servlet 4.1
   https://github.com/togglz/togglz/commit/19a8677a0826f8f5ffb5c7c036da55216b459b08;>19a8677
 drop osgi support (https://github-redirect.dependabot.com/togglz/togglz/issues/408;>#408)
   https://github.com/togglz/togglz/commit/8a78413b9aec66d8d407dcfe46f452cad46e5937;>8a78413
 drop archaius support 

[GitHub] [isis] andi-huber merged pull request #200: Bump maven-help-plugin from 3.1.0 to 3.2.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #199: Bump lombok-maven-plugin from 1.18.0.0 to 1.18.12.0

2020-09-20 Thread GitBox


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


   Bumps [lombok-maven-plugin](https://github.com/awhitford/lombok.maven) from 
1.18.0.0 to 1.18.12.0.
   
   Commits
   
   https://github.com/awhitford/lombok.maven/commit/d64e916ead30b4ba37303b374535334e542e585a;>d64e916
 [maven-release-plugin] prepare release lombok-maven-1.18.12.0
   https://github.com/awhitford/lombok.maven/commit/25d56a008335503d769ac7022ca92f9291396d9d;>25d56a0
 Site plugin upgrade
   https://github.com/awhitford/lombok.maven/commit/dd621d76f3666de385e56608dbb155045bbc1cbc;>dd621d7
 Maven API upgrade, and OWASP dependency check plugin upgrade.
   https://github.com/awhitford/lombok.maven/commit/833320cc72b8eaa9b52d6a14bb66d552ee0199b2;>833320c
 Lombok 1.18.12 roll.
   https://github.com/awhitford/lombok.maven/commit/fbbe6a88d2939a34f1d05e8f41731a284c369381;>fbbe6a8
 Upgraded maven-checkstyle-plugin.
   https://github.com/awhitford/lombok.maven/commit/ad16dfac909b074105f80845d1215d39c6d29bb8;>ad16dfa
 Upgraded OWASP Dependency Check plugin.
   https://github.com/awhitford/lombok.maven/commit/b6a7fcd8372b75abbe6626df4aa9fd87661442c6;>b6a7fcd
 Upgraded the PMD plugin.
   https://github.com/awhitford/lombok.maven/commit/ecc37d2e1843799d55d2c0bee69e8ea365fd062e;>ecc37d2
 Upgraded JaCoCo.
   https://github.com/awhitford/lombok.maven/commit/bc8cef2f3e585d2d0bb3ea64052891c772227194;>bc8cef2
 Plugin updates.
   https://github.com/awhitford/lombok.maven/commit/f61e8d86264fd1fe508b0655262b5b87fd59b3a8;>f61e8d8
 Dependency updates.
   Additional commits viewable in https://github.com/awhitford/lombok.maven/compare/lombok-maven-1.18.0.0...lombok-maven-1.18.12.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.projectlombok:lombok-maven-plugin=maven=1.18.0.0=1.18.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #201: Bump easymock from 2.5.2 to 4.2

2020-09-20 Thread GitBox


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


   Bumps [easymock](https://github.com/easymock/easymock) from 2.5.2 to 4.2.
   
   Release notes
   Sourced from https://github.com/easymock/easymock/releases;>easymock's 
releases.
   
   4.2
   Add support to Java 15. TestSubject is now initialized when null by 
calling the no-arg constructor.
   Change log
   
   Support OpenJDK 15-EA and class version 59 (https://github-redirect.dependabot.com/easymock/easymock/issues/252;>#252)
   Try instantiating TestSubject automatically using its constructor 
without arguments (https://github-redirect.dependabot.com/easymock/easymock/pull/251;>#251)
   
   4.1
   Add support to Java 13 and JUnit 5.
   Change log
   
   Upgrade to Objenesis 3.1 (https://github-redirect.dependabot.com/easymock/easymock/issues/250;>#250)
   java.lang.IllegalArgumentException: Unsupported class file major version 
57/58 (https://github-redirect.dependabot.com/easymock/easymock/issues/249;>#249)
   Please comply with ASM license when re-distributing ASM (https://github-redirect.dependabot.com/easymock/easymock/issues/247;>#247)
   Add EasyMockExtension class for JUnit 5 compatibility (https://github-redirect.dependabot.com/easymock/easymock/pull/246;>#246)
   JUnit 5 support (extension instead of EasyMockRunner) (https://github-redirect.dependabot.com/easymock/easymock/issues/245;>#245)
   Add getCurrentArgument to get type inference for the returned type (https://github-redirect.dependabot.com/easymock/easymock/issues/243;>#243)
   CglibTest fails on OpenJDK 13 EA. (https://github-redirect.dependabot.com/easymock/easymock/issues/241;>#241)
   
   4.0.2
   This is a quick fix to remove the second generic parameter that was 
introduced
   in version 4. It breaks backward compatibility and is actually 
unnecessary.
   Change log
   
   No need to have two generic parameters on EasyMock.createMock (https://github-redirect.dependabot.com/easymock/easymock/issues/237;>#237)
   
   4.0.1
   This is a patch release with the sole purpose of moving ASM and CGLIB to 
their final version with full Java 11 support.
   Change log
   
   Upgrade to cglib 3.2.9 to support Java 11 (https://github-redirect.dependabot.com/easymock/easymock/issues/234;>#234)
   Upgrade TestNG to version 7 (https://github-redirect.dependabot.com/easymock/easymock/issues/233;>#233)
   Update to ASM 7.0 for full Java 11 support (https://github-redirect.dependabot.com/easymock/easymock/pull/232;>#232)
   
   4.0
   This release adds support for Java 11 and moves to Java 8.
   EasyMock inference has been changed. It should be backward compatible in 
most cases. However,
   a type witness might be necessary.
   To be clear, starting now ListString list = 
mock(List.class); will compile perfectly without
   any warning. However, String s = mock(List.class); will also 
compile. But I'm expecting you
   not to be crazy enough to do such thing. It will do a 
ClassCastException at runtime anyway.
   However, you might see your code failing to infer the return type, in 
that case, use a type
   witness e.g. 
foo(EasyMock.ListStringmock(List.class) and it 
will some the problem nicely,
   
   
   
   
   Commits
   
   https://github.com/easymock/easymock/commit/266c64660523d728592e646fa9f3f3e2fdfdbc4a;>266c646
 Move to version 4.2
   https://github.com/easymock/easymock/commit/38d7fd239e6571babb55ad8135196e917c53817c;>38d7fd2
 Explain how to rollback
   https://github.com/easymock/easymock/commit/db80adfe2a0f90651b2f415f073a492eb7b3a97a;>db80adf
 Only one dash needed
   https://github.com/easymock/easymock/commit/b8350d908a7250bf18d4163d8f6ce28516a359c5;>b8350d9
 Upgrade checkstyle
   https://github.com/easymock/easymock/commit/7c582d32165f5b8d38d725cfa71f9f8c47a9c1a4;>7c582d3
 Explain a bit more how to launch Android
   https://github.com/easymock/easymock/commit/3095b82f9f3ba1a858ee963167785dfefa769ac4;>3095b82
 Upgrade many plugins and dependencies plus add versions where needed to make 
...
   https://github.com/easymock/easymock/commit/de494721b7cbf9fad7d1f771cc8aef75ef64192a;>de49472
 Upgrade JMH to 1.23
   https://github.com/easymock/easymock/commit/e5c0d74de7922282af0e4706f0c7a12ca4c87b63;>e5c0d74
 Test a bit more and improve error messages when instantiating the 
TestSubject
   https://github.com/easymock/easymock/commit/de2160419afdbcca9c0d78af09ce1e2f3c126e5e;>de21604
 Merge pull request https://github-redirect.dependabot.com/easymock/easymock/issues/251;>#251
 from tiwanari/tiwanari/auto_instantiate_test_subject
   https://github.com/easymock/easymock/commit/c5b0ebd4ec3f64dcf61d5e54eaa8ac281aed81e8;>c5b0ebd
 Use JUnit 4.13 final version
   Additional commits viewable in https://github.com/easymock/easymock/compare/easymock-2.5.2...easymock-4.2;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 

[GitHub] [isis] dependabot[bot] opened a new pull request #200: Bump maven-help-plugin from 3.1.0 to 3.2.0

2020-09-20 Thread GitBox


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


   Bumps [maven-help-plugin](https://github.com/apache/maven-help-plugin) from 
3.1.0 to 3.2.0.
   
   Commits
   
   https://github.com/apache/maven-help-plugin/commit/414e1617f834d2c0f5a9c7abb90441101a7e75d8;>414e161
 [maven-release-plugin] prepare release maven-help-plugin-3.2.0
   https://github.com/apache/maven-help-plugin/commit/f54bccc42493aaf79aa769aedd7b8d0e89b39cbb;>f54bccc
 [MPH-160] advertise verbose effective-pom
   https://github.com/apache/maven-help-plugin/commit/66ff8957e4650bc99d79fa55bba2aa13ca8d9723;>66ff895
 [MPH-161] add color to goal or plugin description
   https://github.com/apache/maven-help-plugin/commit/5f06c77106dd915a47280c6ca7160ea963db0afb;>5f06c77
 [MPH-160] use Maven-provided xpp3-extended-writer when available
   https://github.com/apache/maven-help-plugin/commit/c42e66339b8623160d283f573e620f78c0d32d75;>c42e663
 [MPH-160] update plexus-utils and Modello for XPP3 DOM tracking
   https://github.com/apache/maven-help-plugin/commit/7f5468c17409113584a0fed3a6e49321f39ce43c;>7f5468c
 [MPH-160] add color for comments
   https://github.com/apache/maven-help-plugin/commit/81ee66f4fc1d663aeae76dc6bbfecd8d55c54684;>81ee66f
 [MPH-160] add verbose to effective-pom to display POM input 
location
   https://github.com/apache/maven-help-plugin/commit/279127622be96a0d5047386b26e55fffee3bd251;>2791276
 [maven-release-plugin] prepare for next development iteration
   https://github.com/apache/maven-help-plugin/commit/bcd74f1b55c674acd28b5ba1f29803881fa487af;>bcd74f1
 [maven-release-plugin] prepare release maven-help-plugin-3.1.1
   https://github.com/apache/maven-help-plugin/commit/f0a50cf00953e04a701bcdd30505be7680e986f1;>f0a50cf
 [MPH-159] - Upgrade JUnit 4.12
   Additional commits viewable in https://github.com/apache/maven-help-plugin/compare/maven-help-plugin-3.1.0...maven-help-plugin-3.2.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-help-plugin=maven=3.1.0=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #197: Bump actions/checkout from v1 to v2.3.2

2020-09-20 Thread GitBox


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


   Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to 
v2.3.2.
   
   Release notes
   Sourced from https://github.com/actions/checkout/releases;>actions/checkout's 
releases.
   
   v2.3.2
   https://github-redirect.dependabot.com/actions/checkout/pull/320;>Add 
Third Party License Information to Dist Files
   
   
   
   Changelog
   Sourced from https://github.com/actions/checkout/blob/main/CHANGELOG.md;>actions/checkout's
 changelog.
   
   Changelog
   v2.3.1
   
   https://github-redirect.dependabot.com/actions/checkout/pull/284;>Fix 
default branch resolution for .wiki and when using SSH
   
   v2.3.0
   
   https://github-redirect.dependabot.com/actions/checkout/pull/278;>Fallback
 to the default branch
   
   v2.2.0
   
   https://github-redirect.dependabot.com/actions/checkout/pull/258;>Fetch 
all history for all tags and branches when fetch-depth=0
   
   v2.1.1
   
   Changes to support GHES (https://github-redirect.dependabot.com/actions/checkout/pull/236;>here
 and https://github-redirect.dependabot.com/actions/checkout/pull/248;>here)
   
   v2.1.0
   
   https://github-redirect.dependabot.com/actions/checkout/pull/191;>Group 
output
   https://github-redirect.dependabot.com/actions/checkout/pull/199;>Changes 
to support GHES alpha release
   https://github-redirect.dependabot.com/actions/checkout/pull/184;>Persist 
core.sshCommand for submodules
   https://github-redirect.dependabot.com/actions/checkout/pull/163;>Add 
support ssh
   https://github-redirect.dependabot.com/actions/checkout/pull/179;>Convert 
submodule SSH URL to HTTPS, when not using SSH
   https://github-redirect.dependabot.com/actions/checkout/pull/157;>Add 
submodule support
   https://github-redirect.dependabot.com/actions/checkout/pull/144;>Follow 
proxy settings
   https://github-redirect.dependabot.com/actions/checkout/pull/141;>Fix ref 
for pr closed event when a pr is merged
   https://github-redirect.dependabot.com/actions/checkout/pull/128;>Fix 
issue checking detached when git less than 2.22
   
   v2.0.0
   
   https://github-redirect.dependabot.com/actions/checkout/pull/108;>Do not 
pass cred on command line
   https://github-redirect.dependabot.com/actions/checkout/pull/107;>Add 
input persist-credentials
   https://github-redirect.dependabot.com/actions/checkout/pull/104;>Fallback
 to REST API to download repo
   
   v2 (beta)
   
   Improved fetch performance
   
   The default behavior now fetches only the SHA being checked-out
   
   
   Script authenticated git commands
   
   Persists with.token in the local git config
   Enables your scripts to run authenticated git commands
   Post-job cleanup removes the token
   Coming soon: Opt out by setting with.persist-credentials to 
false
   
   
   Creates a local branch
   
   No longer detached HEAD when checking out a branch
   A local branch is created with the corresponding upstream branch set
   
   
   Improved layout
   
   
   
   
   
   Commits
   
   https://github.com/actions/checkout/commit/2036a08e25fa78bbd946711a407b529a0a1204bf;>2036a08
 Add Third Party License Information to Dist Files (https://github-redirect.dependabot.com/actions/checkout/issues/320;>#320)
   https://github.com/actions/checkout/commit/592cf69a223b04e75ddf345919130b91010eb2a6;>592cf69
 Update README.md
   https://github.com/actions/checkout/commit/a4b69b48862e969425d8dc115dcb965f288ea29b;>a4b69b4
 Update README.md
   https://github.com/actions/checkout/commit/1433f62caac9c18949f9a498f6f28c05388ea443;>1433f62
 update default branch (https://github-redirect.dependabot.com/actions/checkout/issues/305;>#305)
   https://github.com/actions/checkout/commit/61b9e3751b92087fd0b06925ba6dd6314e06f089;>61b9e37
 improve description for fetch-depth (https://github-redirect.dependabot.com/actions/checkout/issues/301;>#301)
   https://github.com/actions/checkout/commit/28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b;>28c7f3d
 changelog
   https://github.com/actions/checkout/commit/fb6f360df236bd2026c7963cf88c8ddf20b4f0e2;>fb6f360
 fix default branch for .wiki and when using ssh (https://github-redirect.dependabot.com/actions/checkout/issues/284;>#284)
   https://github.com/actions/checkout/commit/b4483adec309c0d01a5435c5e24eb40de5773ad9;>b4483ad
 changelog
   https://github.com/actions/checkout/commit/00a3be89340a3ce8d704f82f44a5e7f9e3a84dfe;>00a3be8
 determine default branch (https://github-redirect.dependabot.com/actions/checkout/issues/278;>#278)
   https://github.com/actions/checkout/commit/453ee27fca95fa9e03a24c1969a92c82e1a9b15e;>453ee27
 update troubleshooting instructions to include 'npm run format'
   Additional commits viewable in https://github.com/actions/checkout/compare/v1...2036a08e25fa78bbd946711a407b529a0a1204bf;>compare
 view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a 

[GitHub] [isis] dependabot[bot] opened a new pull request #198: Bump summernote from 0.8.11 to 0.8.16

2020-09-20 Thread GitBox


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


   Bumps [summernote](https://github.com/summernote/summernote) from 0.8.11 to 
0.8.16.
   
   Release notes
   Sourced from https://github.com/summernote/summernote/releases;>summernote's 
releases.
   
   v0.8.16
   Thank you all users and contributors of Summernote.
   New feature
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/3552;>#3552:
 Allow airpopover on contextmenu (https://github.com/lqez;>@lqez)
   
   Improvement
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/3546;>#3546:
 Support keydown event to record undo history (https://github.com/easylogic;>@easylogic)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3556;>#3556:
 Add babel preset for ecma2015+ (https://github.com/easylogic;>@easylogic)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3562;>#3562:
 Remove TypeScript plugins and add Babel settings (https://github.com/lqez;>@lqez)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3563;>#3563:
 Add an option for limiting history stack (https://github.com/lqez;>@lqez)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3602;>#3602:
 Replace deprecated styleWithSpan with styleWithCSS (https://github.com/lqez;>@lqez)
   3e417eebbd3ab744a1258a069e7ce13658d934e1: Remove XSS vulnerability of 
LinkPopover (https://github.com/lqez;>@lqez)
   
   Reported with a solution by Antoine Prieëls(https://github.com/aprieels;>@aprieels), much appreciated.
   
   
   
   Bug Fix
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/3583;>#3583:
 Correct following/fixed toolbar height (https://github.com/ikeblaster;>@ikeblaster)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3597;>#3597:
 Fixed air popover position when it is scrolling (https://github.com/easylogic;>@easylogic)
   1f0f2622b528cc69fab42c6f9ce7820af1de9bf3: Fix paste event for IE (https://github.com/lqez;>@lqez)
   d6fb8552edc1cc39d82a814b375a303df94fcbed: Fix color picker issue on 
Bootstrap3 and Lite (https://github.com/lqez;>@lqez)
   e4f2c89c89b430005393143a8abb3091a11d396e: Fix button handling in color 
palette (https://github.com/lqez;>@lqez)
   
   Translation
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/3587;>#3587:
 Update Spanish translation (https://github.com/quique;>@quique)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3596;>#3596:
 add summernote-az-AZ.js (https://github.com/ramilaliyev007;>@ramilaliyev007)
   
   Misc
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/3564;>#3564:
 Apply recommended rule of ESLint (https://github.com/lqez;>@lqez)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3567;>#3567:
 Add mode-switcher example (https://github.com/easylogic;>@easylogic)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3568;>#3568:
 Remove load-grunt-tasks in package.json (https://github.com/easylogic;>@easylogic)
   7767a2bc5e6e9c423b2020bc2ab56d3764b24ac9: Fix palette button styles (https://github.com/lqez;>@lqez)
   
   v0.8.15
   This is a hotfix release.
   Bug fix
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/3542;>#3542:
 Fix ui container (https://github.com/lqez;>@lqez)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3543;>#3543:
 Fix container and popover position issues  (https://github.com/lqez;>@lqez)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3545;>#3545:
 Fix production version of webpack.externals issue (https://github.com/lqez;>@lqez)
   
   v0.8.14
   Thank you all users and contributors of Summernote.
   And we hope you all have a happy new year, 2020!
   This release focuses on bug fixes, adding useful options, enhanced 
testing, and minor improvements.
   New feature
   
   https://github-redirect.dependabot.com/summernote/summernote/issues/2070;>#2070:
 Allow hint multiple words (https://github.com/JoniJnm;>@JoniJnm)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3310;>#3310:
 Add addDefaultFonts to add default fonts (https://github.com/michael-volynets;>@michael-volynets)
   https://github-redirect.dependabot.com/summernote/summernote/issues/3319;>#3319:
 Add inheritPlaceholder option (https://github.com/lqez;>@lqez)
   
   
   
   
   
   Commits
   
   https://github.com/summernote/summernote/commit/2f9f6b3ae1e1a70dfb6627d173d91d12709f9873;>2f9f6b3
 Rebuild dist files for 0.8.16
   https://github.com/summernote/summernote/commit/3e417eebbd3ab744a1258a069e7ce13658d934e1;>3e417ee
 Remove XSS vulnerability of LinkPopover
   https://github.com/summernote/summernote/commit/addd73aed1281878fe7807f0811da0f62d81f83b;>addd73a
 Update dist files for 0.8.16
   

[jira] [Commented] (ISIS-2341) Ongoing: CI Maintenance

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


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

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

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

ISIS-2341: dependabot: add checks for github-actions and npm

> Ongoing: CI Maintenance
> ---
>
> Key: ISIS-2341
> URL: https://issues.apache.org/jira/browse/ISIS-2341
> Project: Isis
>  Issue Type: Task
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>




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


[GitHub] [isis] andi-huber commented on pull request #193: Bump wicket-bootstrap.version from 2.0.13 to 5.0.1

2020-09-20 Thread GitBox


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


   [WARNING] 
   Dependency convergence error for 
de.agilecoders.wicket:jquery-selectors:2.0.8 paths to dependency are:
   +-org.apache.isis.viewer:isis-viewer-wicket-ui:2.0.0-SNAPSHOT
 +-de.agilecoders.wicket:wicket-bootstrap-core:2.0.13
   +-de.agilecoders.wicket:jquery-selectors:2.0.8
   and
   +-org.apache.isis.viewer:isis-viewer-wicket-ui:2.0.0-SNAPSHOT
 +-de.agilecoders.wicket:wicket-bootstrap-extensions:5.0.1
   +-de.agilecoders.wicket:jquery-selectors:3.0.0
   and
   +-org.apache.isis.viewer:isis-viewer-wicket-ui:2.0.0-SNAPSHOT
 +-de.agilecoders.wicket:wicket-bootstrap-themes:5.0.1
   +-de.agilecoders.wicket:jquery-selectors:3.0.0
   
   [WARNING] 
   Dependency convergence error for com.google.jsinterop:base:1.0.0 paths to 
dependency are:
   +-org.apache.isis.viewer:isis-viewer-wicket-ui:2.0.0-SNAPSHOT
 +-de.agilecoders.wicket:wicket-bootstrap-extensions:5.0.1
   +-com.google.javascript:closure-compiler-unshaded:v20200406
 +-com.google.jsinterop:base:1.0.0
   and
   +-org.apache.isis.viewer:isis-viewer-wicket-ui:2.0.0-SNAPSHOT
 +-de.agilecoders.wicket:wicket-bootstrap-extensions:5.0.1
   +-com.google.javascript:closure-compiler-unshaded:v20200406
 +-com.google.elemental2:elemental2-core:1.0.0-RC1
   +-com.google.jsinterop:base:1.0.0-RC1



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #194: Bump wagon-ssh from 2.4 to 3.4.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #195: Bump assertj-guava from 3.1.0 to 3.4.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #192: Bump error_prone_annotations from 2.3.2 to 2.4.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #196: Bump javaee-api from 8.0 to 8.0.1

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #196: Bump javaee-api from 8.0 to 8.0.1

2020-09-20 Thread GitBox


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


   Bumps [javaee-api](https://github.com/javaee/glassfish) from 8.0 to 8.0.1.
   
   Commits
   
   See full diff in https://github.com/javaee/glassfish/commits;>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=javax:javaee-api=maven=8.0=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #194: Bump wagon-ssh from 2.4 to 3.4.0

2020-09-20 Thread GitBox


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


   Bumps wagon-ssh from 2.4 to 3.4.0.
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.wagon:wagon-ssh=maven=2.4=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #195: Bump assertj-guava from 3.1.0 to 3.4.0

2020-09-20 Thread GitBox


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


   Bumps [assertj-guava](https://github.com/joel-costigliola/assertj-guava) 
from 3.1.0 to 3.4.0.
   
   Commits
   
   https://github.com/assertj/assertj-guava/commit/94800dc0388f364e8d71b6b9e4575b857414b937;>94800dc
 [maven-release-plugin] prepare release assertj-guava-3.4.0
   https://github.com/assertj/assertj-guava/commit/6d0ad660d34ce3d00f07542115c36bf42bd24848;>6d0ad66
 Add badges for Sonar and Build results
   https://github.com/assertj/assertj-guava/commit/c5303ac494fb00e16b90e9c77cf37c3e50763419;>c5303ac
 Add github actions with sonar report
   https://github.com/assertj/assertj-guava/commit/20fbdd9086c654089920bf900a47d48c93552a3e;>20fbdd9
 Bump guava version to 29.0-jre
   https://github.com/assertj/assertj-guava/commit/206785885ce854b95f51150e8300aad815e050e8;>2067858
 Add border for method details
   https://github.com/assertj/assertj-guava/commit/abb02c28350ad60a8c7ed8c1abfb5ab484613876;>abb02c2
 Prepare for 3.4.0 release
   https://github.com/assertj/assertj-guava/commit/9e0123489fc6cbd44386b10bc04bfbc050b90d6c;>9e01234
 Bumpp assertj-core version to 3.15.0
   https://github.com/assertj/assertj-guava/commit/aab9d228917b38ddf7eff0b4b6a4dcb04b136833;>aab9d22
 Use lighter colors for rows and header background
   https://github.com/assertj/assertj-guava/commit/f2131d2e1e2a8bc5bfa47247913ca45ad75901bb;>f2131d2
 Use AssertJ site theme for javadoc
   https://github.com/assertj/assertj-guava/commit/12a451d02381d9dadaa952ea0f5e7928bdc3ef46;>12a451d
 Add maven wrapper
   Additional commits viewable in https://github.com/joel-costigliola/assertj-guava/compare/assertj-guava-3.1.0...assertj-guava-3.4.0;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-guava=maven=3.1.0=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Commented] (ISIS-2341) Ongoing: CI Maintenance

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


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

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

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

ISIS-2341: dependabot: add gradle checks

> Ongoing: CI Maintenance
> ---
>
> Key: ISIS-2341
> URL: https://issues.apache.org/jira/browse/ISIS-2341
> Project: Isis
>  Issue Type: Task
>  Components: Isis CI  Build Scripts
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>




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


[GitHub] [isis] dependabot[bot] opened a new pull request #192: Bump error_prone_annotations from 2.3.2 to 2.4.0

2020-09-20 Thread GitBox


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


   Bumps [error_prone_annotations](https://github.com/google/error-prone) from 
2.3.2 to 2.4.0.
   
   Release notes
   Sourced from https://github.com/google/error-prone/releases;>error_prone_annotations's 
releases.
   
   Error Prone 2.4.0
   Support for latest JDK versions: Error Prone is now 
compatible with JDK 8 through JDK 14, as well as early access builds of JDK 
15.
   New checks:
   
   https://errorprone.info/bugpattern/AutoValueSubclassLeaked;>AutoValueSubclassLeaked
   https://errorprone.info/bugpattern/CacheLoaderNull;>CacheLoaderNull
   https://errorprone.info/bugpattern/CheckedExceptionNotThrown;>CheckedExceptionNotThrown
   https://errorprone.info/bugpattern/CollectionUndefinedEquality;>CollectionUndefinedEquality
   https://errorprone.info/bugpattern/ConstantPatternCompile;>ConstantPatternCompile
   https://errorprone.info/bugpattern/DefaultPackage;>DefaultPackage
   https://errorprone.info/bugpattern/EmptyCatch;>EmptyCatch
   https://errorprone.info/bugpattern/FieldCanBeStatic;>FieldCanBeStatic
   https://errorprone.info/bugpattern/ForEachIterable;>ForEachIterable
   https://errorprone.info/bugpattern/FromTemporalAccessor;>FromTemporalAccessor
   https://errorprone.info/bugpattern/IdentityHashMapBoxing;>IdentityHashMapBoxing
   https://errorprone.info/bugpattern/IgnoredPureGetter;>IgnoredPureGetter
   https://errorprone.info/bugpattern/InlineFormatString;>InlineFormatString
   https://errorprone.info/bugpattern/InvalidLink;>InvalidLink
   https://errorprone.info/bugpattern/LockOnBoxedPrimitive;>LockOnBoxedPrimitive
   https://errorprone.info/bugpattern/LossyPrimitiveCompare;>LossyPrimitiveCompare
   https://errorprone.info/bugpattern/MisusedDayOfYear;>MisusedDayOfYear
   https://errorprone.info/bugpattern/MutablePublicArray;>MutablePublicArray
   https://errorprone.info/bugpattern/NonCanonicalType;>NonCanonicalType
   https://errorprone.info/bugpattern/NullOptional;>NullOptional
   https://errorprone.info/bugpattern/ProtectedMembersInFinalClass;>ProtectedMembersInFinalClass
   https://errorprone.info/bugpattern/PublicConstructorForAbstractClass;>PublicConstructorForAbstractClass
   https://errorprone.info/bugpattern/RedundantCondition;>RedundantCondition
   https://errorprone.info/bugpattern/StaticAssignmentInConstructor;>StaticAssignmentInConstructor
   https://errorprone.info/bugpattern/StronglyTypeTime;>StronglyTypeTime
   https://errorprone.info/bugpattern/SuppressWarningsWithoutExplanation;>SuppressWarningsWithoutExplanation
   https://errorprone.info/bugpattern/TruthGetOrDefault;>TruthGetOrDefault
   https://errorprone.info/bugpattern/UnnecessarilyFullyQualified;>UnnecessarilyFullyQualified
   https://errorprone.info/bugpattern/UrlInSee;>UrlInSee
   
   Fixed issues: https://github-redirect.dependabot.com/google/error-prone/issues/1070;>#1070,
 https://github-redirect.dependabot.com/google/error-prone/issues/1106;>#1106,
 https://github-redirect.dependabot.com/google/error-prone/issues/1107;>#1107,
 https://github-redirect.dependabot.com/google/error-prone/issues/1110;>#1110,
 https://github-redirect.dependabot.com/google/error-prone/issues/;>#,
 https://github-redirect.dependabot.com/google/error-prone/issues/1187;>#1187,
 https://github-redirect.dependabot.com/google/error-prone/issues/1208;>#1208,
 https://github-redirect.dependabot.com/google/error-prone/issues/1239;>#1239,
 https://github-redirect.dependabot.com/google/error-prone/issues/1265;>#1265,
 https://github-redirect.dependabot.com/google/error-prone/issues/1428;>#1428,
 https://github-redirect.dependabot.com/google/error-prone/i
 ssues/1432">#1432, https://github-redirect.dependabot.com/google/error-prone/issues/1433;>#1433,
 https://github-redirect.dependabot.com/google/error-prone/issues/1439;>#1439,
 https://github-redirect.dependabot.com/google/error-prone/issues/1444;>#1444,
 https://github-redirect.dependabot.com/google/error-prone/issues/1447;>#1447,
 https://github-redirect.dependabot.com/google/error-prone/issues/1449;>#1449,
 https://github-redirect.dependabot.com/google/error-prone/issues/1451;>#1451,
 https://github-redirect.dependabot.com/google/error-prone/issues/1454;>#1454,
 https://github-redirect.dependabot.com/google/error-prone/issues/1455;>#1455,
 https://github-redirect.dependabot.com/google/error-prone/issues/1458;>#1458,
 https://github-redirect.dependabot.com/google/error-prone/issues/1462;>#1462,
 https://github-redirect.dependabot.com/google/error-pro
 ne/issues/1473">#1473, https://github-redirect.dependabot.com/google/error-prone/issues/1491;>#1491,
 https://github-redirect.dependabot.com/google/error-prone/issues/1531;>#1531,
 https://github-redirect.dependabot.com/google/error-prone/issues/1558;>#1558,
 https://github-redirect.dependabot.com/google/error-prone/issues/1565;>#1565,
 https://github-redirect.dependabot.com/google/error-prone/issues/1570;>#1570,
 

[GitHub] [isis] dependabot[bot] opened a new pull request #193: Bump wicket-bootstrap.version from 2.0.13 to 5.0.1

2020-09-20 Thread GitBox


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


   Bumps `wicket-bootstrap.version` from 2.0.13 to 5.0.1.
   Updates `wicket-bootstrap-extensions` from 2.0.13 to 5.0.1
   
   Commits
   
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/c53142f3b83267b8ae550572c6a7f35fdecdbde1;>c53142f
 [maven-release-plugin] prepare release bootstrap-parent-5.0.1
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/0fe8b022b49356d2ca448f265cee8330c332787c;>0fe8b02
 Fix CSS for vertical button groups (https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/869;>#869)
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/637db7985a0c222ee44b06999eb87ddd647dc848;>637db79
 w9b4: Fix missing nav-link for Navbar links (https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/868;>#868)
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/15a24419514c2508f6a694375565d0ac95072416;>15a2441
 [maven-release-plugin] prepare for next development iteration
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/94403122664d3c0d112c66016a31a6bbe4263f2e;>9440312
 [maven-release-plugin] prepare release bootstrap-parent-5.0.0
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/eec12c2c7e559833d191bd9769b50a681d0c89c5;>eec12c2
 Update to Wicket 9.0.0
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/1bda15b7411186cff1b08eb568aa8b539684a0f6;>1bda15b
 Remove .nav-link CSS class from Buttons.Type.Menu (https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/863;>#863)
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/37884e37161a4b175d5b6dc163bbb13e6f3a9657;>37884e3
 Fixes https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/861;>#861
 - Remove needless CSS class dropdown-item for ButtonList 
items
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/e834d6024ae10fc89ee44aaa18f74e142bf1d062;>e834d60
 Fix deprecation warnings
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/016977bfc9276caf3a554c422446a416b5386386;>016977b
 Update dependencies
   Additional commits viewable in https://github.com/l0rdn1kk0n/wicket-bootstrap/compare/bootstrap-parent-2.0.13...bootstrap-parent-5.0.1;>compare
 view
   
   
   
   
   Updates `wicket-bootstrap-themes` from 2.0.13 to 5.0.1
   
   Commits
   
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/c53142f3b83267b8ae550572c6a7f35fdecdbde1;>c53142f
 [maven-release-plugin] prepare release bootstrap-parent-5.0.1
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/0fe8b022b49356d2ca448f265cee8330c332787c;>0fe8b02
 Fix CSS for vertical button groups (https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/869;>#869)
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/637db7985a0c222ee44b06999eb87ddd647dc848;>637db79
 w9b4: Fix missing nav-link for Navbar links (https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/868;>#868)
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/15a24419514c2508f6a694375565d0ac95072416;>15a2441
 [maven-release-plugin] prepare for next development iteration
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/94403122664d3c0d112c66016a31a6bbe4263f2e;>9440312
 [maven-release-plugin] prepare release bootstrap-parent-5.0.0
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/eec12c2c7e559833d191bd9769b50a681d0c89c5;>eec12c2
 Update to Wicket 9.0.0
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/1bda15b7411186cff1b08eb568aa8b539684a0f6;>1bda15b
 Remove .nav-link CSS class from Buttons.Type.Menu (https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/863;>#863)
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/37884e37161a4b175d5b6dc163bbb13e6f3a9657;>37884e3
 Fixes https://github-redirect.dependabot.com/l0rdn1kk0n/wicket-bootstrap/issues/861;>#861
 - Remove needless CSS class dropdown-item for ButtonList 
items
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/e834d6024ae10fc89ee44aaa18f74e142bf1d062;>e834d60
 Fix deprecation warnings
   https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/016977bfc9276caf3a554c422446a416b5386386;>016977b
 Update dependencies
   Additional commits viewable in https://github.com/l0rdn1kk0n/wicket-bootstrap/compare/bootstrap-parent-2.0.13...bootstrap-parent-5.0.1;>compare
 view
   
   
   
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes 

[GitHub] [isis] andi-huber merged pull request #191: Bump shiro.version from 1.4.1 to 1.6.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #185: Bump maven-dependency-plugin from 3.1.1 to 3.1.2

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #190: Bump quartz-scheduler.version from 2.2.1 to 2.3.2

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #187: Bump apacheds-test-framework from 2.0.0.AM25 to 2.0.0.AM26

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #188: Bump camel.version from 2.24.2 to 3.5.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #189: Bump build-helper-maven-plugin from 3.0.0 to 3.2.0

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] andi-huber merged pull request #186: Bump gradle-tooling-api from 6.5.1 to 6.6.1

2020-09-20 Thread GitBox


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


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [isis] dependabot[bot] opened a new pull request #190: Bump quartz-scheduler.version from 2.2.1 to 2.3.2

2020-09-20 Thread GitBox


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


   Bumps `quartz-scheduler.version` from 2.2.1 to 2.3.2.
   Updates `quartz` from 2.2.1 to 2.3.2
   
   Release notes
   Sourced from https://github.com/quartz-scheduler/quartz/releases;>quartz's 
releases.
   
   Quartz 2.3.2
   This a bug fix release containing fixes for:
   
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/508;>#508
 : Error with H2 1.4.200
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/505;>#505
 : CronTrigger.getTriggerBuilder() changes misfire instruction from 
ignore misfire to smart
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/491;>#491
 : StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/490;>#490
 : Return at most maxCount triggers
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/482;>#482
 : Update C3P0 version to 0.9.5.4 (CVE-2019-5427)
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/474;>#474
 : StdSchedulerFactory ConcurrentModificationException reading system 
properties
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/467;>#467
 : Security: XXE in initDocumentParser
   
   quartz-2.3.1
   THIS RELEASE REQUIRES JDK7
   
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/294;>#294
 depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/316;>#316
 depen: Updated C3P0 version to 0.9.5.3
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/147;>#147
 bugfix: Fix BINARY to BLOG type for job data for hsqldb
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/156;>#156
 bugfix: Fix null string used in thread name with DirectSchedulerFactory
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/159;>#159
 bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for 
postgres
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/146;>#146
 bugfix: Release BLOCKED triggers in releaseAcquiredTrigger
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/212;>#212
 bugfix: QuartzInitializerListener: fix a typo
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/193;>#193
 bugfix: Job execution context impl returns incorrect recovering job key
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/172;>#172
 bugfix: Miss notify SchedulerListeners in QuartzScheduler.java
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/220;>#220
 bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/160;>#160
 improv: Add drop table if exists check in sql script for postgres
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/214;>#214
 improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/281;>#281
 improv: Fix no setter for dataSource property validateOnCheckout
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/264;>#264
 improv: Fix no setter for dataSource property 
discardIdleConnectionsSeconds
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/245;>#245
 improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/340;>#340
 improv: Use all-caps table names in the liquibase script
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/189;>#189
 improv: NPE thrown when acquiring next trigger due to null next fire time 
value
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/268;>#268
 improv: Add configurable params for StdRowLockSemaphore for Failure obtaining 
db row lock
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/293;>#293
 build: Setup Azure CI server for Quartz project
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/66;>#66
  build: Remove unused 'svn' requirement during maven package build
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/301;>#301
 build: Improve project with readme, and license changes log
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/302;>#302
 build: Update mvnw wrapper to use Maven 3.6.0
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/226;>#226
 build: Replace maven-forge-plugin with maven-jar-plugin
   https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/170;>#170
 docs: Minor fix and improvement on Javadoc
   

[GitHub] [isis] dependabot[bot] opened a new pull request #191: Bump shiro.version from 1.4.1 to 1.6.0

2020-09-20 Thread GitBox


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


   Bumps `shiro.version` from 1.4.1 to 1.6.0.
   Updates `shiro-core` from 1.4.1 to 1.6.0
   
   Changelog
   Sourced from https://github.com/apache/shiro/blob/master/RELEASE-NOTES;>shiro-core's 
changelog.
   
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   License); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
   http://www.apache.org/licenses/LICENSE-2.0;>http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   This is not an official release notes document.  It exists for Shiro 
developers
   to jot down their notes while working in the source code.  These notes will 
be
   combined with Jira's auto-generated release notes during a release for the
   total set.
   ###
   1.5.3
   ###
   Bug
   [SHIRO-530] - INI parser does not properly handled backslashes at 
end of values
   [SHIRO-751] - SimplePrincipalMap and SimplePrincipalCollection throw 
different exceptions for the same problem
   [SHIRO-753] - Regression in URI parsing in Shiro 1.5.2
   
   Dependency upgrade
   [SHIRO-754] - Upgrade to Apache Commons Codec 1.14
   [SHIRO-755] - Upgrade to Hazelcast 3.12.6
   [SHIRO-756] - Upgrade to Spring 5.2.5.RELEASE and Spring boot 2.2.6.RELEASE
   [SHIRO-757] - Upgrade to Htmlunit 2.39.0
   [SHIRO-758] - Upgrade to Jetty 9.4.27.v20200227
   [SHIRO-759] - Upgrade to Karaf 4.2.8
   
   ###
   1.5.2
   ###
   Bug
   [SHIRO-747] - FirstSuccessfulStrategy doesn't properly short 
circuit
   [SHIRO-749] - shiro-all jar is missing cache package
   
   
   
   
   
   Commits
   
   https://github.com/apache/shiro/commit/e2fcdf3753a9e1d37e8dbe89cd306d01f54fa712;>e2fcdf3
 [maven-release-plugin] prepare release shiro-root-1.6.0
   https://github.com/apache/shiro/commit/dc194fc977ab6cfbf3c1ecb085e2bac5db14af6d;>dc194fc
 Add a feature to allow for global filters
   https://github.com/apache/shiro/commit/1f2cdcdb29d879c9cd8e0bb8cab7a45ba0e9fbe0;>1f2cdcd
 Update Spring/Spring Boot Versions
   https://github.com/apache/shiro/commit/5b13ddb22d135a2f256b442c6c56dea2486856a8;>5b13ddb
 Create 1.6.x branch
   https://github.com/apache/shiro/commit/f60cc630ed3e66337243800c9f9c60bcda93886e;>f60cc63
 [SHIRO-780] NOTICE files of shiro components don't match NOTICE in source 
cod...
   https://github.com/apache/shiro/commit/6253e6d2a9e035abf042f85c911be1e52eb54a2e;>6253e6d
 [SHIRO-610] Allways create resolver for non-empty IniWebEnvironment
   https://github.com/apache/shiro/commit/83d8dacd273c8f6d70e6b1aa4f240d4f7a408c27;>83d8dac
 Merge pull request https://github-redirect.dependabot.com/apache/shiro/issues/223;>#223 
from bmhm/SHIRO-766
   https://github.com/apache/shiro/commit/f7cb982d9be69ea6b74bbe183fa47a22e5ee;>f7c
 [SHIRO-766] ignore exception on invalid cookies.
   https://github.com/apache/shiro/commit/7935aa8506cb68bb8ecde47e474e88e1d5c0cb0c;>7935aa8
 Mark SecurityUtils.securityManager as volatile
   https://github.com/apache/shiro/commit/17ba6948297ee796a03552cc5741a14284346647;>17ba694
 [maven-release-plugin] prepare for next development iteration
   Additional commits viewable in https://github.com/apache/shiro/compare/shiro-root-1.4.1...shiro-root-1.6.0;>compare
 view
   
   
   
   
   Updates `shiro-web` from 1.4.1 to 1.6.0
   
   Changelog
   Sourced from https://github.com/apache/shiro/blob/master/RELEASE-NOTES;>shiro-web's 
changelog.
   
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   License); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
   http://www.apache.org/licenses/LICENSE-2.0;>http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.