Still Failing: mmoayyed/syncope#26 (NOJIRA-StaticAnalysis - 961bc26)

2019-09-17 Thread Travis CI
Build Update for mmoayyed/syncope - Build: #26 Status: Still Failing Duration: 1 hr, 48 mins, and 56 secs Commit: 961bc26 (NOJIRA-StaticAnalysis) Author: Misagh Moayyed Message: remove object reference in favor of static method access View the changeset:

Fixed: apache/syncope#5391 (2_1_X - 348dc80)

2019-09-17 Thread Travis CI
Build Update for apache/syncope - Build: #5391 Status: Fixed Duration: 25 mins and 42 secs Commit: 348dc80 (2_1_X) Author: Francesco Chicchiriccò Message: (Finally) Adjusting conf to latest HikariCP View the changeset:

Still Failing: apache/syncope#5390 (2_1_X - 95061d3)

2019-09-17 Thread Travis CI
Build Update for apache/syncope - Build: #5390 Status: Still Failing Duration: 10 mins and 41 secs Commit: 95061d3 (2_1_X) Author: Francesco Chicchiriccò Message: Following HikariCP update View the changeset:

Broken: apache/syncope#5389 (2_1_X - ef395e6)

2019-09-17 Thread Travis CI
Build Update for apache/syncope - Build: #5389 Status: Broken Duration: 9 mins and 44 secs Commit: ef395e6 (2_1_X) Author: Francesco Chicchiriccò Message: Upgrading HikariCP View the changeset:

Broken: apache/syncope#5389 (2_1_X - ef395e6)

2019-09-17 Thread Travis CI
Build Update for apache/syncope - Build: #5389 Status: Broken Duration: 10 mins and 30 secs Commit: ef395e6 (2_1_X) Author: Francesco Chicchiriccò Message: Upgrading HikariCP View the changeset:

[jira] [Assigned] (SYNCOPE-957) Multiaccount

2019-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-957: -- Assignee: Francesco Chicchiriccò > Multiaccount > > >

Re: [DISCUSS] Object versioning

2019-09-17 Thread Andrea Patricelli
Il 17/09/19 14:05, Francesco Chicchiriccò ha scritto: Hi, object versioning looks interesting - even if that might require to use Spring Data JPA - but sounds like quite some work, to me. One aspect that leaves me not completely convinced is consistency of Users' / Groups' / Any Objects'

Re: [DISCUSS] Object versioning

2019-09-17 Thread Dalrymple, Philip
I would say that on any change the change should be sent to all attached resources, the only place that this might be tricky is for the password. By chance this is an area that I work in every day, my company sells change management for manufacturing companies and the whole field is full of

Re: [DISCUSS] Object versioning

2019-09-17 Thread Francesco Chicchiriccò
Hi, object versioning looks interesting - even if that might require to use Spring Data JPA - but sounds like quite some work, to me. One aspect that leaves me not completely convinced is consistency of Users' / Groups' / Any Objects' attributes (from internal storage, e.g. the one subjected

[jira] [Created] (SYNCOPE-1497) Upgrade to Wicket 9

2019-09-17 Thread Jira
Francesco Chicchiriccò created SYNCOPE-1497: --- Summary: Upgrade to Wicket 9 Key: SYNCOPE-1497 URL: https://issues.apache.org/jira/browse/SYNCOPE-1497 Project: Syncope Issue Type:

Running Syncope from source?

2019-09-17 Thread Misagh Moayyed
Hello all, I am trying to figure out how I might run Syncope from source. This page [1] describes instructions that can be used to build the codebase, and run/debug integration tests, etc. However, I fail to see how I might be able to directly run Syncope webapps directly from the command-line

Failed: mmoayyed/syncope#25 (NOJIRA-StaticAnalysis - dbdec25)

2019-09-17 Thread Travis CI
Build Update for mmoayyed/syncope - Build: #25 Status: Failed Duration: 51 mins and 4 secs Commit: dbdec25 (NOJIRA-StaticAnalysis) Author: Misagh Moayyed Message: NOJIRA: turn on full ITs via profiles View the changeset:

Canceled: mmoayyed/syncope#24 (NOJIRA-StaticAnalysis - 7c2756d)

2019-09-17 Thread Travis CI
Build Update for mmoayyed/syncope - Build: #24 Status: Canceled Duration: 0 secs Commit: 7c2756d (NOJIRA-StaticAnalysis) Author: Misagh Moayyed Message: re-enable notifications View the changeset:

[jira] [Issue Comment Deleted] (SYNCOPE-1494) Basic maven build to verify compilation correctness

2019-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-1494: Comment: was deleted (was: [~mmoayyed] This is already resolved.) >

[jira] [Resolved] (SYNCOPE-1494) Basic maven build to verify compilation correctness

2019-09-17 Thread Misagh Moayyed (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Misagh Moayyed resolved SYNCOPE-1494. - Resolution: Fixed > Basic maven build to verify compilation correctness >

[jira] [Commented] (SYNCOPE-1494) Basic maven build to verify compilation correctness

2019-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931162#comment-16931162 ] Francesco Chicchiriccò commented on SYNCOPE-1494: - [~mmoayyed] This is already

[jira] [Commented] (SYNCOPE-1494) Basic maven build to verify compilation correctness

2019-09-17 Thread Misagh Moayyed (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931161#comment-16931161 ] Misagh Moayyed commented on SYNCOPE-1494: - This should be resolved/closed. Additional sub-tasks

[jira] [Created] (SYNCOPE-1496) Add integration tests for DBMSes via Docker

2019-09-17 Thread Misagh Moayyed (Jira)
Misagh Moayyed created SYNCOPE-1496: --- Summary: Add integration tests for DBMSes via Docker Key: SYNCOPE-1496 URL: https://issues.apache.org/jira/browse/SYNCOPE-1496 Project: Syncope Issue

Re: [DISCUSS] Object versioning

2019-09-17 Thread Andrea Patricelli
Hi Misagh, thanks for you interest in the proposal :) Il 17/09/19 09:41, Misagh Moayyed ha scritto: I think it's a very good idea, and should fit quite nicely with the auditing capabilities of the system to make auditors happy :) I have done some brief work with JaVers myself while I was

Re: [DISCUSS] Object versioning

2019-09-17 Thread Misagh Moayyed
I think it's a very good idea, and should fit quite nicely with the auditing capabilities of the system to make auditors happy :) I have done some brief work with JaVers myself while I was evaluating it for very similar requirements; it's a an easy-to-use library and also has decent and

[DISCUSS] Object versioning

2019-09-17 Thread Andrea Patricelli
Hi all, in several of the last Syncope projects we recently worked on, we faced a recurring issue: data inconsistency (at business level) and the need to know who did what on some object. For "data inconsistency" I do not mean any issue related to database records or provisioning, but the