[jira] [Commented] (ISIS-2439) JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error

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


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

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

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

ISIS-2439: adds adoc on how to override SecMan default schema

> JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error
> --
>
> Key: ISIS-2439
> URL: https://issues.apache.org/jira/browse/ISIS-2439
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Persistence JDO
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> {noformat}
> java.sql.SQLSyntaxErrorException: (conn=80) You have an error in your SQL 
> syntax; check the manual that corresponds to your MariaDB server version for 
> the right syntax to use near '"isisExtensionsSecman"' at line 1
>   at 
> org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363) 
> ~[mariadb-java-client-2.7.0.jar:?]
>   at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:501) 
> ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.exec(CreateSchemaObjectFromClassMetadata.java:120)
>  ~[classes/:?]
>   at 
> org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.loaded(CreateSchemaObjectFromClassMetadata.java:77)
>  ~[classes/:?]
> {noformat}



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


[jira] [Resolved] (ISIS-2440) AsciiDoc: value facets not registered properly

2020-09-29 Thread Andi Huber (Jira)


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

Andi Huber resolved ISIS-2440.
--
Resolution: Fixed

> AsciiDoc: value facets not registered properly
> --
>
> Key: ISIS-2440
> URL: https://issues.apache.org/jira/browse/ISIS-2440
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> ValueFacetAnnotation (A) overrules ValueFacetUsingSemanticsProvider (B), 
> while A is provided by the core framework whenever processing a @Value 
> annotation, B is provided by the AsciiDoc extension.
> {noformat}
> (A) ValueFacetAnnotation
>child 
> org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
> (B) ValueFacetUsingSemanticsProvider
>child 
> org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.defaults.DefaultedFacetUsingDefaultsProvider
>child 
> org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.encodeable.encoder.EncodableFacetUsingEncoderDecoder
> {noformat}
> (child means contributed facet)
> That's the reason for the EncodableFacet not showing up when the metamodel is 
> fully populated. (edited) 



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


[jira] [Commented] (ISIS-2440) AsciiDoc: value facets not registered properly

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


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

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

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

ISIS-2440: fixes Markdown value facets not registered properly

> AsciiDoc: value facets not registered properly
> --
>
> Key: ISIS-2440
> URL: https://issues.apache.org/jira/browse/ISIS-2440
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> ValueFacetAnnotation (A) overrules ValueFacetUsingSemanticsProvider (B), 
> while A is provided by the core framework whenever processing a @Value 
> annotation, B is provided by the AsciiDoc extension.
> {noformat}
> (A) ValueFacetAnnotation
>child 
> org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
> (B) ValueFacetUsingSemanticsProvider
>child 
> org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.defaults.DefaultedFacetUsingDefaultsProvider
>child 
> org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.encodeable.encoder.EncodableFacetUsingEncoderDecoder
> {noformat}
> (child means contributed facet)
> That's the reason for the EncodableFacet not showing up when the metamodel is 
> fully populated. (edited) 



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


[jira] [Commented] (ISIS-2440) AsciiDoc: value facets not registered properly

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


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

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

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

ISIS-2440: fixes AsciiDoc value facets not registered properly

on AsciiDoc type we use @Value(semanticsProviderName =
"org.apache.isis.valuetypes.asciidoc.metamodel.facets.AsciiDocValueSemanticsProvider")

also ensures for SemanticsProviders, when these implement the Facet
interface, that these also get registered

> AsciiDoc: value facets not registered properly
> --
>
> Key: ISIS-2440
> URL: https://issues.apache.org/jira/browse/ISIS-2440
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> ValueFacetAnnotation (A) overrules ValueFacetUsingSemanticsProvider (B), 
> while A is provided by the core framework whenever processing a @Value 
> annotation, B is provided by the AsciiDoc extension.
> {noformat}
> (A) ValueFacetAnnotation
>child 
> org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
> (B) ValueFacetUsingSemanticsProvider
>child 
> org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.defaults.DefaultedFacetUsingDefaultsProvider
>child 
> org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
>child 
> org.apache.isis.core.metamodel.facets.object.encodeable.encoder.EncodableFacetUsingEncoderDecoder
> {noformat}
> (child means contributed facet)
> That's the reason for the EncodableFacet not showing up when the metamodel is 
> fully populated. (edited) 



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


[jira] [Created] (ISIS-2440) AsciiDoc: value facets not registered properly

2020-09-29 Thread Andi Huber (Jira)
Andi Huber created ISIS-2440:


 Summary: AsciiDoc: value facets not registered properly
 Key: ISIS-2440
 URL: https://issues.apache.org/jira/browse/ISIS-2440
 Project: Isis
  Issue Type: Bug
  Components: Isis Extensions
Reporter: Andi Huber
Assignee: Andi Huber
 Fix For: 2.0.0-M4


ValueFacetAnnotation (A) overrules ValueFacetUsingSemanticsProvider (B), while 
A is provided by the core framework whenever processing a @Value annotation, B 
is provided by the AsciiDoc extension.

{noformat}
(A) ValueFacetAnnotation
 child 
org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
 child 
org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
(B) ValueFacetUsingSemanticsProvider
 child 
org.apache.isis.core.metamodel.facets.object.value.ImmutableFacetViaValueSemantics
 child 
org.apache.isis.core.metamodel.facets.object.defaults.DefaultedFacetUsingDefaultsProvider
 child 
org.apache.isis.core.metamodel.facets.object.value.EqualByContentFacetViaValueSemantics
 child 
org.apache.isis.core.metamodel.facets.object.encodeable.encoder.EncodableFacetUsingEncoderDecoder
{noformat}

(child means contributed facet)
That's the reason for the EncodableFacet not showing up when the metamodel is 
fully populated. (edited) 



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


[jira] [Resolved] (ISIS-2439) JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error

2020-09-29 Thread Andi Huber (Jira)


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

Andi Huber resolved ISIS-2439.
--
Resolution: Fixed

> JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error
> --
>
> Key: ISIS-2439
> URL: https://issues.apache.org/jira/browse/ISIS-2439
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Persistence JDO
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> {noformat}
> java.sql.SQLSyntaxErrorException: (conn=80) You have an error in your SQL 
> syntax; check the manual that corresponds to your MariaDB server version for 
> the right syntax to use near '"isisExtensionsSecman"' at line 1
>   at 
> org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363) 
> ~[mariadb-java-client-2.7.0.jar:?]
>   at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:501) 
> ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.exec(CreateSchemaObjectFromClassMetadata.java:120)
>  ~[classes/:?]
>   at 
> org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.loaded(CreateSchemaObjectFromClassMetadata.java:77)
>  ~[classes/:?]
> {noformat}



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


[GitHub] [isis] andi-huber merged pull request #221: Bump ognl from 3.0.9 to 3.2.15

2020-09-29 Thread GitBox


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


   



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 #222: Bump cucumber.version from 6.7.0 to 6.8.0

2020-09-29 Thread GitBox


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


   



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-2439) JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error

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


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

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

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

ISIS-2439: fix Create Schema syntax for MariaDB/MySql

> JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error
> --
>
> Key: ISIS-2439
> URL: https://issues.apache.org/jira/browse/ISIS-2439
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Persistence JDO
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> {noformat}
> java.sql.SQLSyntaxErrorException: (conn=80) You have an error in your SQL 
> syntax; check the manual that corresponds to your MariaDB server version for 
> the right syntax to use near '"isisExtensionsSecman"' at line 1
>   at 
> org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
>  ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363) 
> ~[mariadb-java-client-2.7.0.jar:?]
>   at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:501) 
> ~[mariadb-java-client-2.7.0.jar:?]
>   at 
> org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.exec(CreateSchemaObjectFromClassMetadata.java:120)
>  ~[classes/:?]
>   at 
> org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.loaded(CreateSchemaObjectFromClassMetadata.java:77)
>  ~[classes/:?]
> {noformat}



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


[jira] [Created] (ISIS-2439) JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error

2020-09-29 Thread Andi Huber (Jira)
Andi Huber created ISIS-2439:


 Summary: JDO Create Schema fails on MariaDB/MySql: SQL Syntax Error
 Key: ISIS-2439
 URL: https://issues.apache.org/jira/browse/ISIS-2439
 Project: Isis
  Issue Type: Bug
  Components: Isis Persistence JDO
Reporter: Andi Huber
Assignee: Andi Huber
 Fix For: 2.0.0-M4



{noformat}

java.sql.SQLSyntaxErrorException: (conn=80) You have an error in your SQL 
syntax; check the manual that corresponds to your MariaDB server version for 
the right syntax to use near '"isisExtensionsSecman"' at line 1
at 
org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62)
 ~[mariadb-java-client-2.7.0.jar:?]
at 
org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
 ~[mariadb-java-client-2.7.0.jar:?]
at 
org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
 ~[mariadb-java-client-2.7.0.jar:?]
at 
org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:363) 
~[mariadb-java-client-2.7.0.jar:?]
at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:501) 
~[mariadb-java-client-2.7.0.jar:?]
at 
org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.exec(CreateSchemaObjectFromClassMetadata.java:120)
 ~[classes/:?]
at 
org.apache.isis.persistence.jdo.datanucleus5.datanucleus.CreateSchemaObjectFromClassMetadata.loaded(CreateSchemaObjectFromClassMetadata.java:77)
 ~[classes/:?]

{noformat}




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


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

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


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

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

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

ISIS-: adds docker-compose.yml file


> 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-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: revert prev. commit, rename 'isissecurity' ->
'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


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

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


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

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

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

ISIS- : adds actuator


> 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-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


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

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


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

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

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

ISIS-: adds docker-compose.yml file


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


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

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

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

ISIS-: adds docker-compose.yml file


> 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-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: SecMan: don't enforce 'isissecurity' schema creation


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


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

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


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

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

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

ISIS-: adds docker-compose.yml file


> 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-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: SecMan: don't enforce 'isissecurity' schema creation


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: revert prev. commit, rename 'isissecurity' ->
'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: revert prev. commit, rename 'isissecurity' ->
'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: revert prev. commit, rename 'isissecurity' ->
'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: revert prev. commit, rename 'isissecurity' ->
'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[GitHub] [isis] dependabot[bot] opened a new pull request #221: Bump ognl from 3.0.9 to 3.2.15

2020-09-29 Thread GitBox


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


   Bumps [ognl](https://github.com/jkuhnert/ognl) from 3.0.9 to 3.2.15.
   
   Commits
   
   See full diff in https://github.com/jkuhnert/ognl/commits;>compare view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ognl:ognl=maven=3.0.9=3.2.15)](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 #222: Bump cucumber.version from 6.7.0 to 6.8.0

2020-09-29 Thread GitBox


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


   Bumps `cucumber.version` from 6.7.0 to 6.8.0.
   Updates `cucumber-java` from 6.7.0 to 6.8.0
   
   Changelog
   Sourced from https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md;>cucumber-java's
 changelog.
   
   [6.8.0] (2020-09-26)
   Added
   
   [Core] Define CLI arguments as static variables instead of hardcoded 
strings (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2130;>#2130
 Quang Lê)
   [Core] Support for OptionalT in data tables 
([cucumber/https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/1182;>#1182](https://github-redirect.dependabot.com/cucumber/cucumber/pull/1182;>cucumber/cucumber#1182)
 Anton Derabin)
   
   Fixed
   
   [Core] Validation of CUCUMBER_PUBLISH_TOKEN no longer 
happens inside Cucumber-JVM - only on the server.
   (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2123;>#2123
   https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2122;>#2122
   Aslak Hellesøy)
   
   
   
   
   Commits
   
   https://github.com/cucumber/cucumber-jvm/commit/323f7242aec4fd43d5548242981647b181ef121f;>323f724
 [maven-release-plugin] prepare release v6.8.0
   https://github.com/cucumber/cucumber-jvm/commit/d361c38fb9766d54d266e5c35345249407da61b9;>d361c38
 Update CHANGELOG for v6.8.0
   https://github.com/cucumber/cucumber-jvm/commit/c37e53e04b7ca3405e09f59b7c980f2d6f4881bb;>c37e53e
 Update spring-boot.version to v2.3.4-RELEASE
   https://github.com/cucumber/cucumber-jvm/commit/12b3a5335af2a14da983c70dd362257f9dccd455;>12b3a53
 Update datatable.version to v3.5.0
   https://github.com/cucumber/cucumber-jvm/commit/4d9be090622dc14afb2437e15b41e53a59ab7cd3;>4d9be09
 [Core] Refactor CommandLine arguments (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2130;>#2130)
   https://github.com/cucumber/cucumber-jvm/commit/39263fd829ef3a8f2a3067b3d6b5b2e84000ea72;>39263fd
 Update mockito.version to v3.5.13 (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2131;>#2131)
   https://github.com/cucumber/cucumber-jvm/commit/2c6652dad4b00924d2e5c69b9fe41c26638d111e;>2c6652d
 Update dependency io.cucumber:messages to v13.1.0 (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2124;>#2124)
   https://github.com/cucumber/cucumber-jvm/commit/90898962e3521966233c17f731b6fc643d66be02;>9089896
 [All] Increment minor version
   https://github.com/cucumber/cucumber-jvm/commit/2ed58cb413931f37b628194f2ea7360a6d6effc1;>2ed58cb
 Update mockito.version to v3.5.11 (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2128;>#2128)
   https://github.com/cucumber/cucumber-jvm/commit/5aeebc344c4b5e6aaa5a5ce85682ac73e69672dd;>5aeebc3
 Update vertx.version to v3.9.3 (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2126;>#2126)
   Additional commits viewable in https://github.com/cucumber/cucumber-jvm/compare/v6.7.0...v6.8.0;>compare 
view
   
   
   
   
   Updates `cucumber-spring` from 6.7.0 to 6.8.0
   
   Changelog
   Sourced from https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md;>cucumber-spring's
 changelog.
   
   [6.8.0] (2020-09-26)
   Added
   
   [Core] Define CLI arguments as static variables instead of hardcoded 
strings (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2130;>#2130
 Quang Lê)
   [Core] Support for OptionalT in data tables 
([cucumber/https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/1182;>#1182](https://github-redirect.dependabot.com/cucumber/cucumber/pull/1182;>cucumber/cucumber#1182)
 Anton Derabin)
   
   Fixed
   
   [Core] Validation of CUCUMBER_PUBLISH_TOKEN no longer 
happens inside Cucumber-JVM - only on the server.
   (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/pull/2123;>#2123
   https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2122;>#2122
   Aslak Hellesøy)
   
   
   
   
   Commits
   
   https://github.com/cucumber/cucumber-jvm/commit/323f7242aec4fd43d5548242981647b181ef121f;>323f724
 [maven-release-plugin] prepare release v6.8.0
   https://github.com/cucumber/cucumber-jvm/commit/d361c38fb9766d54d266e5c35345249407da61b9;>d361c38
 Update CHANGELOG for v6.8.0
   https://github.com/cucumber/cucumber-jvm/commit/c37e53e04b7ca3405e09f59b7c980f2d6f4881bb;>c37e53e
 Update spring-boot.version to v2.3.4-RELEASE
   https://github.com/cucumber/cucumber-jvm/commit/12b3a5335af2a14da983c70dd362257f9dccd455;>12b3a53
 Update datatable.version to v3.5.0
   https://github.com/cucumber/cucumber-jvm/commit/4d9be090622dc14afb2437e15b41e53a59ab7cd3;>4d9be09
 [Core] Refactor CommandLine arguments (https://github-redirect.dependabot.com/cucumber/cucumber-jvm/issues/2130;>#2130)
   https://github.com/cucumber/cucumber-jvm/commit/39263fd829ef3a8f2a3067b3d6b5b2e84000ea72;>39263fd
 Update mockito.version to v3.5.13 

[jira] [Commented] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

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


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

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

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

ISIS-2438: revert prev. commit, rename 'isissecurity' ->
'isisExtensionsSecman'


> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Resolved] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

2020-09-29 Thread Andi Huber (Jira)


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

Andi Huber resolved ISIS-2438.
--
Resolution: Fixed

> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Updated] (ISIS-2438) SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'

2020-09-29 Thread Andi Huber (Jira)


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

Andi Huber updated ISIS-2438:
-
Summary: SecMan: rename entity schema 'isissecurity' -> 
'isisExtensionsSecman'  (was: SecMan: don't enforce 'isissecurity' schema 
creation)

> SecMan: rename entity schema 'isissecurity' -> 'isisExtensionsSecman'
> -
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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


[jira] [Reopened] (ISIS-2438) SecMan: don't enforce 'isissecurity' schema creation

2020-09-29 Thread Andi Huber (Jira)


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

Andi Huber reopened ISIS-2438:
--

rename schemas to 'isisExtensionsSecman'

> SecMan: don't enforce 'isissecurity' schema creation
> 
>
> Key: ISIS-2438
> URL: https://issues.apache.org/jira/browse/ISIS-2438
> Project: Isis
>  Issue Type: Improvement
>  Components: Isis Extensions
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> Simply let those SecMan entities coexist within the same schema/database 
> alongside the other developer provided entities.
> Did not work for MySQL and MariaDB anyway. (Latest JDO drivers: invalid SQL 
> syntax)



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