[GitHub] [syncope] ilgrosso merged pull request #288: Adjusting GitHub tags

2021-09-17 Thread GitBox
ilgrosso merged pull request #288: URL: https://github.com/apache/syncope/pull/288 -- 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. To unsubscribe, e-mail:

Re: [DISCUSS] Adjusting GitHub tags

2021-09-17 Thread Francesco Chicchiriccò
I've got a few positive reactions on the PR, merged then got an error that "A repository cannot have more than 20 topics", so I had to remove some. Nevertheless, the new tags are on display now. Regards. On 13/09/21 07:38, Francesco Chicchiriccò wrote: Hi there, in preparation to our

[jira] [Created] (SYNCOPE-1643) Update of Realm doesn't trigger provsioning for user

2021-09-17 Thread Dmitriy Brashevets (Jira)
Dmitriy Brashevets created SYNCOPE-1643: --- Summary: Update of Realm doesn't trigger provsioning for user Key: SYNCOPE-1643 URL: https://issues.apache.org/jira/browse/SYNCOPE-1643 Project: Syncope

[GitHub] [syncope] ilgrosso commented on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso commented on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921680869 @DmitriyBrashevets please apply similar changes to `GroupDataBinderImpl` and `AnyObjectDataBinderImpl` -- This is an automated message from the Apache Git Service. To respond

[GitHub] [syncope] DmitriyBrashevets edited a comment on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
DmitriyBrashevets edited a comment on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921725709 > @DmitriyBrashevets please apply similar changes to `GroupDataBinderImpl` and `AnyObjectDataBinderImpl` For groups the provisioning works well when the

[jira] [Updated] (SYNCOPE-1643) Update of Realm doesn't trigger provsioning for user, group or any objects

2021-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-1643: Summary: Update of Realm doesn't trigger provsioning for user, group or

[jira] [Updated] (SYNCOPE-1643) Update of Realm doesn't trigger provsioning for user, group or any objects

2021-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-1643: Fix Version/s: 3.0.0 2.1.10 > Update of Realm doesn't

[GitHub] [syncope] ilgrosso commented on a change in pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso commented on a change in pull request #289: URL: https://github.com/apache/syncope/pull/289#discussion_r710932730 ## File path: core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/UserDataBinderImpl.java ## @@ -675,6 +675,14 @@ private

[GitHub] [syncope] mmoayyed opened a new pull request #290: NOJIRA - Turn off bean proxying for WA; fixes typo

2021-09-17 Thread GitBox
mmoayyed opened a new pull request #290: URL: https://github.com/apache/syncope/pull/290 This pull request turns off and disables CGLIB bean proxying for the WA module. This is the recommended practice from Spring which would help WA in the future to compile better and easier against

[GitHub] [syncope] DmitriyBrashevets commented on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
DmitriyBrashevets commented on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921725709 > @DmitriyBrashevets please apply similar changes to `GroupDataBinderImpl` and `AnyObjectDataBinderImpl` For groups the provisioning works well when the realm is

[GitHub] [syncope] ilgrosso edited a comment on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso edited a comment on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921680869 @DmitriyBrashevets please make the change in `org.apache.syncope.core.provisioning.java.data.AbstractAnyDataBinder.setRealm(Any, AnyPatch)` -- This is an automated

[GitHub] [syncope] ilgrosso commented on a change in pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso commented on a change in pull request #289: URL: https://github.com/apache/syncope/pull/289#discussion_r710975945 ## File path: core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/UserDataBinderImpl.java ## @@ -384,9 +384,6 @@ private

[GitHub] [syncope] DmitriyBrashevets commented on a change in pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
DmitriyBrashevets commented on a change in pull request #289: URL: https://github.com/apache/syncope/pull/289#discussion_r710981612 ## File path: core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/UserDataBinderImpl.java ## @@ -384,9 +384,6 @@

[GitHub] [syncope] ilgrosso commented on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso commented on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921728348 @DmitriyBrashevets I understand that: 1. only moving the `setRealm()` invocation, with no further changes, fixes `UserDataBinderImpl`'s behavior 2. no issues with

[GitHub] [syncope] DmitriyBrashevets opened a new pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
DmitriyBrashevets opened a new pull request #289: URL: https://github.com/apache/syncope/pull/289 Signed-off-by: Dmitriy Brashevets -- 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

[GitHub] [syncope] ilgrosso edited a comment on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso edited a comment on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921680869 @DmitriyBrashevets please make the change in `org.apache.syncope.core.provisioning.java.data.AbstractAnyDataBinder.setRealm(Any, AnyPatch)` so that it applies to Users,

[GitHub] [syncope] DmitriyBrashevets commented on pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
DmitriyBrashevets commented on pull request #289: URL: https://github.com/apache/syncope/pull/289#issuecomment-921733929 > @DmitriyBrashevets I understand that: > > 1. only moving the `setRealm()` invocation, with no further changes, fixes `UserDataBinderImpl`'s behavior > 2. no

[GitHub] [syncope] ilgrosso commented on pull request #290: NOJIRA - Turn off bean proxying for WA; fixes typo

2021-09-17 Thread GitBox
ilgrosso commented on pull request #290: URL: https://github.com/apache/syncope/pull/290#issuecomment-921739924 Thanks for providing these very useful background information: without knowing exactly the context, I am already taking this approach in #287 , maybe not everywhere yet. --

[jira] [Commented] (SYNCOPE-1632) Graphical issue on must change password view

2021-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17416719#comment-17416719 ] ASF subversion and git services commented on SYNCOPE-1632: -- Commit

[jira] [Assigned] (SYNCOPE-1643) Update of Realm doesn't trigger provsioning for user, group or any objects

2021-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-1643: --- Assignee: Francesco Chicchiriccò > Update of Realm doesn't

[jira] [Updated] (SYNCOPE-1643) Update of Realm doesn't trigger provisioning for users

2021-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-1643: Summary: Update of Realm doesn't trigger provisioning for users (was:

[jira] [Resolved] (SYNCOPE-1632) Graphical issue on must change password view

2021-09-17 Thread Andrea Patricelli (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Patricelli resolved SYNCOPE-1632. Resolution: Resolved > Graphical issue on must change password view >

[GitHub] [syncope] ilgrosso merged pull request #289: [SYNCOPE-1643] Chaning of user realm doesn't trigger provisioning

2021-09-17 Thread GitBox
ilgrosso merged pull request #289: URL: https://github.com/apache/syncope/pull/289 -- 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. To unsubscribe, e-mail:

[jira] [Commented] (SYNCOPE-1643) Update of Realm doesn't trigger provisioning for users

2021-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17416646#comment-17416646 ] ASF subversion and git services commented on SYNCOPE-1643: -- Commit

[jira] [Resolved] (SYNCOPE-1643) Update of Realm doesn't trigger provisioning for users

2021-09-17 Thread Jira
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-1643. - Resolution: Fixed > Update of Realm doesn't trigger provisioning for

[GitHub] [syncope] andrea-patricelli merged pull request #291: [SYNCOPE-1632] graphical adjustments to must-change-password page

2021-09-17 Thread GitBox
andrea-patricelli merged pull request #291: URL: https://github.com/apache/syncope/pull/291 -- 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. To unsubscribe, e-mail:

[jira] [Commented] (SYNCOPE-1643) Update of Realm doesn't trigger provisioning for users

2021-09-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SYNCOPE-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17416636#comment-17416636 ] ASF subversion and git services commented on SYNCOPE-1643: -- Commit