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

2019-11-14 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2178:
-

 Summary: Integrate Nexus Vulnerability Scan into github CI
 Key: ISIS-2178
 URL: https://issues.apache.org/jira/browse/ISIS-2178
 Project: Isis
  Issue Type: Improvement
Reporter: Daniel Keir Haywood
 Fix For: 2.0.0


[https://github.com/marketplace/actions/nvs-github-actions]

 

 



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


[jira] [Commented] (ISIS-2177) Provide an ObjectManager API to decouple from JDO

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2177: some fixes

re-implement code for proper object deleted detection
prevent NPE on ill-formed request

> Provide an ObjectManager API to decouple from JDO
> -
>
> Key: ISIS-2177
> URL: https://issues.apache.org/jira/browse/ISIS-2177
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.3
>
>
> We are implementing an ObjectManager that is an API to replace 
> ObjectAdapterProvider, PersistenceSession and others that are closely coupled 
> with JDO.
> Following a chain of responsibility pattern ObjectManager is setup with a 
> couple of handlers for different responsibilities, these are:
> 1. Object creation, newing up from a given ObjectSpecification, initializing 
> defaults and resolving injection points if required.
>  2. Object re-creation from a given ObjectSpecification + Object-Identifier, 
> resolving injection points if required.
>  3. Object persisting for a given ObjectSpecification and the actual Object a 
> pojo. Conceptually this might also include aspects of serializing 
> ManagedObjects into in-memory mementos.



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


[jira] [Commented] (ISIS-2177) Provide an ObjectManager API to decouple from JDO

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2177: reworks the ObjectLoader to use new ChainOfResponibility API

also adds initial ObjectCreator (as object creation is a new
responsibility for ObjectManager)

> Provide an ObjectManager API to decouple from JDO
> -
>
> Key: ISIS-2177
> URL: https://issues.apache.org/jira/browse/ISIS-2177
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.3
>
>
> We are implementing an ObjectManager that is an API to replace 
> ObjectAdapterProvider, PersistenceSession and others that are closely coupled 
> with JDO.
> Following a chain of responsibility pattern ObjectManager is setup with a 
> couple of handlers for different responsibilities, these are:
> 1. Object creation, newing up from a given ObjectSpecification, initializing 
> defaults and resolving injection points if required.
>  2. Object re-creation from a given ObjectSpecification + Object-Identifier, 
> resolving injection points if required.
>  3. Object persisting for a given ObjectSpecification and the actual Object a 
> pojo. Conceptually this might also include aspects of serializing 
> ManagedObjects into in-memory mementos.



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


[jira] [Commented] (ISIS-2177) Provide an ObjectManager API to decouple from JDO

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

Commit 05a72212c6f2985ff16ed281d2f55f13a8c7e391 in isis's branch 
refs/heads/2177-object-manager from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=05a7221 ]

ISIS-2177: some fixes

re-implement code for proper object deleted detection
prevent NPE on ill-formed request

> Provide an ObjectManager API to decouple from JDO
> -
>
> Key: ISIS-2177
> URL: https://issues.apache.org/jira/browse/ISIS-2177
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.3
>
>
> We are implementing an ObjectManager that is an API to replace 
> ObjectAdapterProvider, PersistenceSession and others that are closely coupled 
> with JDO.
> Following a chain of responsibility pattern ObjectManager is setup with a 
> couple of handlers for different responsibilities, these are:
> 1. Object creation, newing up from a given ObjectSpecification, initializing 
> defaults and resolving injection points if required.
>  2. Object re-creation from a given ObjectSpecification + Object-Identifier, 
> resolving injection points if required.
>  3. Object persisting for a given ObjectSpecification and the actual Object a 
> pojo. Conceptually this might also include aspects of serializing 
> ManagedObjects into in-memory mementos.



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


[jira] [Commented] (ISIS-2177) Provide an ObjectManager API to decouple from JDO

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

Commit 162066f17351b4db79e53986bbf6807ad84217d4 in isis's branch 
refs/heads/2177-object-manager from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=162066f ]

ISIS-2177: reworks the ObjectLoader to use new ChainOfResponibility API

also adds initial ObjectCreator (as object creation is a new
responsibility for ObjectManager)

> Provide an ObjectManager API to decouple from JDO
> -
>
> Key: ISIS-2177
> URL: https://issues.apache.org/jira/browse/ISIS-2177
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.3
>
>
> We are implementing an ObjectManager that is an API to replace 
> ObjectAdapterProvider, PersistenceSession and others that are closely coupled 
> with JDO.
> Following a chain of responsibility pattern ObjectManager is setup with a 
> couple of handlers for different responsibilities, these are:
> 1. Object creation, newing up from a given ObjectSpecification, initializing 
> defaults and resolving injection points if required.
>  2. Object re-creation from a given ObjectSpecification + Object-Identifier, 
> resolving injection points if required.
>  3. Object persisting for a given ObjectSpecification and the actual Object a 
> pojo. Conceptually this might also include aspects of serializing 
> ManagedObjects into in-memory mementos.



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


[jira] [Updated] (ISIS-2177) Provide an ObjectManager API to decouple from JDO

2019-11-14 Thread Andi Huber (Jira)


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

Andi Huber updated ISIS-2177:
-
Summary: Provide an ObjectManager API to decouple from JDO  (was: Provide a 
ObjectManager API to decouple from JDO)

> Provide an ObjectManager API to decouple from JDO
> -
>
> Key: ISIS-2177
> URL: https://issues.apache.org/jira/browse/ISIS-2177
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.3
>
>
> We are implementing an ObjectManager that is an API to replace 
> ObjectAdapterProvider, PersistenceSession and others that are closely coupled 
> with JDO.
> Following a chain of responsibility pattern ObjectManager is setup with a 
> couple of handlers for different responsibilities, these are:
> 1. Object creation, newing up from a given ObjectSpecification, initializing 
> defaults and resolving injection points if required.
>  2. Object re-creation from a given ObjectSpecification + Object-Identifier, 
> resolving injection points if required.
>  3. Object persisting for a given ObjectSpecification and the actual Object a 
> pojo. Conceptually this might also include aspects of serializing 
> ManagedObjects into in-memory mementos.



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


[jira] [Created] (ISIS-2177) Provide a ObjectManager API to decouple from JDO

2019-11-14 Thread Andi Huber (Jira)
Andi Huber created ISIS-2177:


 Summary: Provide a ObjectManager API to decouple from JDO
 Key: ISIS-2177
 URL: https://issues.apache.org/jira/browse/ISIS-2177
 Project: Isis
  Issue Type: Improvement
  Components: Core
Reporter: Andi Huber
Assignee: Andi Huber
 Fix For: 2.0.3


We are implementing an ObjectManager that is an API to replace 
ObjectAdapterProvider, PersistenceSession and others that are closely coupled 
with JDO.

Following a chain of responsibility pattern ObjectManager is setup with a 
couple of handlers for different responsibilities, these are:

1. Object creation, newing up from a given ObjectSpecification, initializing 
defaults and resolving injection points if required.
 2. Object re-creation from a given ObjectSpecification + Object-Identifier, 
resolving injection points if required.
 3. Object persisting for a given ObjectSpecification and the actual Object a 
pojo. Conceptually this might also include aspects of serializing 
ManagedObjects into in-memory mementos.



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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: ChainOfResponsibility: fine tuning generic parameters

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: add missing license header

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2158: introduces ChainOfResponsibility with 'commons'

allows for use of the Chain of Responsibility design pattern

> Miscellaneous tasks in preparation of Version 2
> ---
>
> Key: ISIS-2158
> URL: https://issues.apache.org/jira/browse/ISIS-2158
> Project: Isis
>  Issue Type: Task
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Commented] (ISIS-2167) Enable github actions and package registry for interim builds.

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2167: cosmetics

> Enable github actions and package registry for interim builds.
> --
>
> Key: ISIS-2167
> URL: https://issues.apache.org/jira/browse/ISIS-2167
> Project: Isis
>  Issue Type: Improvement
>Reporter: Daniel Keir Haywood
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.3
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2062: fixes 'build-site' failing

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




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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2062: run groovy script only if groovy is installed; else noop

allows to run with 'nightly' or on your workstation, but is skipped with
the 'apache/isis' Site workflow

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




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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2062: site-build-script: run groovy script prior to antora

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




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


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

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2062: ADOC: duplicated code removed; badges updated

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




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


[jira] [Closed] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread Andi Huber (Jira)


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

Andi Huber closed ISIS-2175.

Resolution: Fixed

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: removes interface 'OnConcurrencyExceptionHandler'

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: cleaning up (mostly comments)

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: method renaming, also removing unused methods

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: Removes the 'Version' class (as used in OIDs)


> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: don't let OID unmarshalling fail on legacy pattern

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: Remove ConcurrencyException

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: Remove the 'Version' in OIDs

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: removes 'Version' from OID Factories

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

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

ISIS-2175: remove Oid.getVersion()

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

Commit fb95bd0dc290d6440db4910bd708c3a24c6c678c in isis's branch 
refs/heads/2175-remove-oid-version from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=fb95bd0 ]

ISIS-2175: method renaming, also removing unused methods

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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


[jira] [Commented] (ISIS-2175) Remove the 'Version' in OIDs

2019-11-14 Thread ASF subversion and git services (Jira)


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

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

Commit 6a5a5ccdb370e72a9c89560f7ede9e811f863719 in isis's branch 
refs/heads/2175-remove-oid-version from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6a5a5cc ]

ISIS-2175: don't let OID unmarshalling fail on legacy pattern

> Remove the 'Version' in OIDs
> 
>
> Key: ISIS-2175
> URL: https://issues.apache.org/jira/browse/ISIS-2175
> Project: Isis
>  Issue Type: Improvement
>  Components: Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0
>
>
> Ancient code. The responsibility of handling entity versions should instead 
> be up to the persistence layer.



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