[jira] [Commented] (SYNCOPE-1692) Incremental propagation

2022-10-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on SYNCOPE-1692:
--

Commit c20441f168f8ce5bbdae8f20bdfc2acdd5b7a466 in syncope's branch 
refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=c20441f168 ]

[SYNCOPE-1692] Ensure not to ignore attributeDeltas for the rename case (#385)



> Incremental propagation
> ---
>
> Key: SYNCOPE-1692
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1692
> Project: Syncope
>  Issue Type: New Feature
>  Components: console, core, documentation
>Reporter: Francesco Chicchiriccò
>Assignee: Francesco Chicchiriccò
>Priority: Major
> Fix For: 3.0.0-M1
>
>
> In case of propagation update, Syncope is currently invoking only ConnId's 
> full [update 
> operation|https://connid.tirasa.net/apidocs/1.5/org/identityconnectors/framework/api/operations/UpdateApiOp.html#update-org.identityconnectors.framework.common.objects.ObjectClass-org.identityconnectors.framework.common.objects.Uid-java.util.Set-org.identityconnectors.framework.common.objects.OperationOptions-].
> The ConnId framework, however, supports [incremental 
> updates|https://connid.tirasa.net/apidocs/1.5/org/identityconnectors/framework/api/operations/UpdateDeltaApiOp.html]
>  since quite some time, so we can take advantage of this if optionally 
> enabled in a Propagation Policy instance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [syncope] ilgrosso merged pull request #385: [SYNCOPE-1692] Ensure not to ignore attributeDeltas for the rename case

2022-10-31 Thread GitBox


ilgrosso merged PR #385:
URL: https://github.com/apache/syncope/pull/385


-- 
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: dev-unsubscr...@syncope.apache.org

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



[jira] [Updated] (SYNCOPE-1696) Audit Elasticsearch persistence

2022-10-31 Thread Jira


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

Francesco Chicchiriccò updated SYNCOPE-1696:

Labels: elasticsearch  (was: )

> Audit Elasticsearch persistence
> ---
>
> Key: SYNCOPE-1696
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1696
> Project: Syncope
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 3.0.0-M0
>Reporter: Andrea Patricelli
>Assignee: Francesco Chicchiriccò
>Priority: Major
>  Labels: elasticsearch
> Fix For: 3.0.0
>
>
> Give the possibility to switch the audit messages persistence on 
> Elasticsearch, instead of the Syncope database. This will improve search 
> performances and give more powerful search features.
> Besides the main goal there could be also some query improvements to 
> implement, like passing more that on type or category in the AuditQuery.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (SYNCOPE-1696) Audit Elasticsearch persistence

2022-10-31 Thread Jira


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

Francesco Chicchiriccò updated SYNCOPE-1696:

Fix Version/s: 2.1.13

> Audit Elasticsearch persistence
> ---
>
> Key: SYNCOPE-1696
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1696
> Project: Syncope
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 3.0.0-M0
>Reporter: Andrea Patricelli
>Assignee: Francesco Chicchiriccò
>Priority: Major
>  Labels: elasticsearch
> Fix For: 2.1.13, 3.0.0
>
>
> Give the possibility to switch the audit messages persistence on 
> Elasticsearch, instead of the Syncope database. This will improve search 
> performances and give more powerful search features.
> Besides the main goal there could be also some query improvements to 
> implement, like passing more that on type or category in the AuditQuery.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (SYNCOPE-1707) Failure when attempting to add Plain Schema via Console

2022-10-31 Thread Jira


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

Francesco Chicchiriccò reassigned SYNCOPE-1707:
---

Assignee: Francesco Chicchiriccò

> Failure when attempting to add Plain Schema via Console
> ---
>
> Key: SYNCOPE-1707
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1707
> Project: Syncope
>  Issue Type: Bug
>  Components: console, docker
>Affects Versions: 3.0.0-M2, 3.0.0-M1
>Reporter: Francesco Chicchiriccò
>Assignee: Francesco Chicchiriccò
>Priority: Major
> Fix For: 3.0.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread/rs2f59d43qvln59thl86hd8ovywlpdhj], after 
> starting Core and Console via Docker and attempting to craete a new Plain 
> Schema from Console, nothing seem to happen but the following exception is 
> logged:
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
> at 
> org.apache.wicket.proxy.cglib.CglibProxyFactory.createProxy(CglibProxyFactory.java:72)
> at 
> org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:160)
> at 
> org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue(AnnotProxyFieldValueFactory.java:166)
> at org.apache.wicket.injection.Injector.inject(Injector.java:111)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.inject(SpringComponentInjector.java:124)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.onInstantiation(SpringComponentInjector.java:130)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:38)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:34)
> at 
> org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:81)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection.onInstantiation(ComponentInstantiationListenerCollection.java:33)
> at org.apache.wicket.Component.(Component.java:691)
> at org.apache.wicket.MarkupContainer.(MarkupContainer.java:180)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:53)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:45)
> at org.apache.wicket.markup.html.panel.Panel.(Panel.java:67)
> at 
> org.apache.syncope.client.console.panels.AbstractSchemaDetailsPanel.(AbstractSchemaDetailsPanel.java:36)
> at 
> org.apache.syncope.client.console.panels.PlainSchemaDetails.(PlainSchemaDetails.java:70)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Details.(SchemaTypeWizardBuilder.java:123)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:92)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:59)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:93)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:63)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:36)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel.onEvent(WizardMgtPanel.java:188)
> at 
> org.apache.syncope.client.console.panels.DirectoryPanel.onEvent(DirectoryPanel.java:341)
> at 
> org.apache.syncope.client.console.panels.SchemaTypePanel.onEvent(SchemaTypePanel.java:204)
> at 
> org.apache.wicket.settings.FrameworkSettings.dispatchEvent(FrameworkSettings.java:151)
> at 
> org.apache.wicket.ComponentEventSender.dispatchToComponent(ComponentEventSender.java:282)
> at 
> org.apache.wicket.ComponentEventSender.exact(ComponentEventSender.java:94)
> at 
> org.apache.wicket.ComponentEventSender.send(ComponentEventSender.java:74)
> at org.apache.wicket.Component.send(Component.java:4448)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel$2.onClick(WizardMgtPanel.java:128)
> at 
> org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)
> at 
> org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:146)
> at 
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:630)
> at 
> 

[jira] [Assigned] (SYNCOPE-1706) Notification task not created with event category PROPAGATION

2022-10-31 Thread Jira


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

Francesco Chicchiriccò reassigned SYNCOPE-1706:
---

Assignee: Samuel Garofalo

> Notification task not created with event category PROPAGATION
> -
>
> Key: SYNCOPE-1706
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1706
> Project: Syncope
>  Issue Type: Bug
>  Components: core
>Affects Versions: 2.1.12, 3.0.0-M1
>Reporter: Samuel Garofalo
>Assignee: Samuel Garofalo
>Priority: Major
> Fix For: 2.1.13, 3.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (SYNCOPE-1707) Failure when attempting to add Plain Schema via Console

2022-10-31 Thread Jira


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

Francesco Chicchiriccò resolved SYNCOPE-1707.
-
Resolution: Fixed

> Failure when attempting to add Plain Schema via Console
> ---
>
> Key: SYNCOPE-1707
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1707
> Project: Syncope
>  Issue Type: Bug
>  Components: console, docker
>Affects Versions: 3.0.0-M2, 3.0.0-M1
>Reporter: Francesco Chicchiriccò
>Priority: Major
> Fix For: 3.0.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread/rs2f59d43qvln59thl86hd8ovywlpdhj], after 
> starting Core and Console via Docker and attempting to craete a new Plain 
> Schema from Console, nothing seem to happen but the following exception is 
> logged:
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
> at 
> org.apache.wicket.proxy.cglib.CglibProxyFactory.createProxy(CglibProxyFactory.java:72)
> at 
> org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:160)
> at 
> org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue(AnnotProxyFieldValueFactory.java:166)
> at org.apache.wicket.injection.Injector.inject(Injector.java:111)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.inject(SpringComponentInjector.java:124)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.onInstantiation(SpringComponentInjector.java:130)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:38)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:34)
> at 
> org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:81)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection.onInstantiation(ComponentInstantiationListenerCollection.java:33)
> at org.apache.wicket.Component.(Component.java:691)
> at org.apache.wicket.MarkupContainer.(MarkupContainer.java:180)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:53)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:45)
> at org.apache.wicket.markup.html.panel.Panel.(Panel.java:67)
> at 
> org.apache.syncope.client.console.panels.AbstractSchemaDetailsPanel.(AbstractSchemaDetailsPanel.java:36)
> at 
> org.apache.syncope.client.console.panels.PlainSchemaDetails.(PlainSchemaDetails.java:70)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Details.(SchemaTypeWizardBuilder.java:123)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:92)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:59)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:93)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:63)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:36)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel.onEvent(WizardMgtPanel.java:188)
> at 
> org.apache.syncope.client.console.panels.DirectoryPanel.onEvent(DirectoryPanel.java:341)
> at 
> org.apache.syncope.client.console.panels.SchemaTypePanel.onEvent(SchemaTypePanel.java:204)
> at 
> org.apache.wicket.settings.FrameworkSettings.dispatchEvent(FrameworkSettings.java:151)
> at 
> org.apache.wicket.ComponentEventSender.dispatchToComponent(ComponentEventSender.java:282)
> at 
> org.apache.wicket.ComponentEventSender.exact(ComponentEventSender.java:94)
> at 
> org.apache.wicket.ComponentEventSender.send(ComponentEventSender.java:74)
> at org.apache.wicket.Component.send(Component.java:4448)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel$2.onClick(WizardMgtPanel.java:128)
> at 
> org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)
> at 
> org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:146)
> at 
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:630)
> at 
> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:300)
> at 
> 

[jira] [Commented] (SYNCOPE-1707) Failure when attempting to add Plain Schema via Console

2022-10-31 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on SYNCOPE-1707:
--

Commit 5d0066749e291eea1f265599e5d634d7d9193a51 in syncope's branch 
refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=5d0066749e ]

[SYNCOPE-1707] Making Console and Enduser work fine with JDK 17


> Failure when attempting to add Plain Schema via Console
> ---
>
> Key: SYNCOPE-1707
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1707
> Project: Syncope
>  Issue Type: Bug
>  Components: console, docker
>Affects Versions: 3.0.0-M2, 3.0.0-M1
>Reporter: Francesco Chicchiriccò
>Priority: Major
> Fix For: 3.0.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread/rs2f59d43qvln59thl86hd8ovywlpdhj], after 
> starting Core and Console via Docker and attempting to craete a new Plain 
> Schema from Console, nothing seem to happen but the following exception is 
> logged:
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
> at 
> org.apache.wicket.proxy.cglib.CglibProxyFactory.createProxy(CglibProxyFactory.java:72)
> at 
> org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:160)
> at 
> org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue(AnnotProxyFieldValueFactory.java:166)
> at org.apache.wicket.injection.Injector.inject(Injector.java:111)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.inject(SpringComponentInjector.java:124)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.onInstantiation(SpringComponentInjector.java:130)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:38)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:34)
> at 
> org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:81)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection.onInstantiation(ComponentInstantiationListenerCollection.java:33)
> at org.apache.wicket.Component.(Component.java:691)
> at org.apache.wicket.MarkupContainer.(MarkupContainer.java:180)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:53)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:45)
> at org.apache.wicket.markup.html.panel.Panel.(Panel.java:67)
> at 
> org.apache.syncope.client.console.panels.AbstractSchemaDetailsPanel.(AbstractSchemaDetailsPanel.java:36)
> at 
> org.apache.syncope.client.console.panels.PlainSchemaDetails.(PlainSchemaDetails.java:70)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Details.(SchemaTypeWizardBuilder.java:123)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:92)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:59)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:93)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:63)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:36)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel.onEvent(WizardMgtPanel.java:188)
> at 
> org.apache.syncope.client.console.panels.DirectoryPanel.onEvent(DirectoryPanel.java:341)
> at 
> org.apache.syncope.client.console.panels.SchemaTypePanel.onEvent(SchemaTypePanel.java:204)
> at 
> org.apache.wicket.settings.FrameworkSettings.dispatchEvent(FrameworkSettings.java:151)
> at 
> org.apache.wicket.ComponentEventSender.dispatchToComponent(ComponentEventSender.java:282)
> at 
> org.apache.wicket.ComponentEventSender.exact(ComponentEventSender.java:94)
> at 
> org.apache.wicket.ComponentEventSender.send(ComponentEventSender.java:74)
> at org.apache.wicket.Component.send(Component.java:4448)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel$2.onClick(WizardMgtPanel.java:128)
> at 
> org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)
> at 
> 

[jira] [Commented] (SYNCOPE-1707) Failure when attempting to add Plain Schema via Console

2022-10-31 Thread Jira


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

Francesco Chicchiriccò commented on SYNCOPE-1707:
-

It seems confirmed that the issue above occurs in Docker because the current 
Docker images for 3.0.0 are based on JDK 17.

When running a Maven project just generated from archetype, all works as 
expected with JDK 11 while the error above appears with JDK 17.

> Failure when attempting to add Plain Schema via Console
> ---
>
> Key: SYNCOPE-1707
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1707
> Project: Syncope
>  Issue Type: Bug
>  Components: console, docker
>Affects Versions: 3.0.0-M2, 3.0.0-M1
>Reporter: Francesco Chicchiriccò
>Priority: Major
> Fix For: 3.0.0
>
>
> As [reported in mailing 
> list|https://lists.apache.org/thread/rs2f59d43qvln59thl86hd8ovywlpdhj], after 
> starting Core and Console via Docker and attempting to craete a new Plain 
> Schema from Console, nothing seem to happen but the following exception is 
> logged:
> {code}
> java.lang.NoClassDefFoundError: Could not initialize class 
> net.sf.cglib.proxy.Enhancer
> at 
> org.apache.wicket.proxy.cglib.CglibProxyFactory.createProxy(CglibProxyFactory.java:72)
> at 
> org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:160)
> at 
> org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue(AnnotProxyFieldValueFactory.java:166)
> at org.apache.wicket.injection.Injector.inject(Injector.java:111)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.inject(SpringComponentInjector.java:124)
> at 
> org.apache.wicket.spring.injection.annot.SpringComponentInjector.onInstantiation(SpringComponentInjector.java:130)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:38)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:34)
> at 
> org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:81)
> at 
> org.apache.wicket.application.ComponentInstantiationListenerCollection.onInstantiation(ComponentInstantiationListenerCollection.java:33)
> at org.apache.wicket.Component.(Component.java:691)
> at org.apache.wicket.MarkupContainer.(MarkupContainer.java:180)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:53)
> at 
> org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:45)
> at org.apache.wicket.markup.html.panel.Panel.(Panel.java:67)
> at 
> org.apache.syncope.client.console.panels.AbstractSchemaDetailsPanel.(AbstractSchemaDetailsPanel.java:36)
> at 
> org.apache.syncope.client.console.panels.PlainSchemaDetails.(PlainSchemaDetails.java:70)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Details.(SchemaTypeWizardBuilder.java:123)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:92)
> at 
> org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:59)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:93)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:63)
> at 
> org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:36)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel.onEvent(WizardMgtPanel.java:188)
> at 
> org.apache.syncope.client.console.panels.DirectoryPanel.onEvent(DirectoryPanel.java:341)
> at 
> org.apache.syncope.client.console.panels.SchemaTypePanel.onEvent(SchemaTypePanel.java:204)
> at 
> org.apache.wicket.settings.FrameworkSettings.dispatchEvent(FrameworkSettings.java:151)
> at 
> org.apache.wicket.ComponentEventSender.dispatchToComponent(ComponentEventSender.java:282)
> at 
> org.apache.wicket.ComponentEventSender.exact(ComponentEventSender.java:94)
> at 
> org.apache.wicket.ComponentEventSender.send(ComponentEventSender.java:74)
> at org.apache.wicket.Component.send(Component.java:4448)
> at 
> org.apache.syncope.client.console.wizards.WizardMgtPanel$2.onClick(WizardMgtPanel.java:128)
> at 
> org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)
> at 
> org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:146)

[jira] [Created] (SYNCOPE-1707) Failure when attempting to add Plain Schema via Console

2022-10-31 Thread Jira
Francesco Chicchiriccò created SYNCOPE-1707:
---

 Summary: Failure when attempting to add Plain Schema via Console
 Key: SYNCOPE-1707
 URL: https://issues.apache.org/jira/browse/SYNCOPE-1707
 Project: Syncope
  Issue Type: Bug
  Components: console, docker
Affects Versions: 3.0.0-M1, 3.0.0-M2
Reporter: Francesco Chicchiriccò
 Fix For: 3.0.0


As [reported in mailing 
list|https://lists.apache.org/thread/rs2f59d43qvln59thl86hd8ovywlpdhj], after 
starting Core and Console via Docker and attempting to craete a new Plain 
Schema from Console, nothing seem to happen but the following exception is 
logged:

{code}
java.lang.NoClassDefFoundError: Could not initialize class 
net.sf.cglib.proxy.Enhancer
at 
org.apache.wicket.proxy.cglib.CglibProxyFactory.createProxy(CglibProxyFactory.java:72)
at 
org.apache.wicket.proxy.LazyInitProxyFactory.createProxy(LazyInitProxyFactory.java:160)
at 
org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.getFieldValue(AnnotProxyFieldValueFactory.java:166)
at org.apache.wicket.injection.Injector.inject(Injector.java:111)
at 
org.apache.wicket.spring.injection.annot.SpringComponentInjector.inject(SpringComponentInjector.java:124)
at 
org.apache.wicket.spring.injection.annot.SpringComponentInjector.onInstantiation(SpringComponentInjector.java:130)
at 
org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:38)
at 
org.apache.wicket.application.ComponentInstantiationListenerCollection$1.notify(ComponentInstantiationListenerCollection.java:34)
at 
org.apache.wicket.util.listener.ListenerCollection.notify(ListenerCollection.java:81)
at 
org.apache.wicket.application.ComponentInstantiationListenerCollection.onInstantiation(ComponentInstantiationListenerCollection.java:33)
at org.apache.wicket.Component.(Component.java:691)
at org.apache.wicket.MarkupContainer.(MarkupContainer.java:180)
at 
org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:53)
at 
org.apache.wicket.markup.html.WebMarkupContainer.(WebMarkupContainer.java:45)
at org.apache.wicket.markup.html.panel.Panel.(Panel.java:67)
at 
org.apache.syncope.client.console.panels.AbstractSchemaDetailsPanel.(AbstractSchemaDetailsPanel.java:36)
at 
org.apache.syncope.client.console.panels.PlainSchemaDetails.(PlainSchemaDetails.java:70)
at 
org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder$Details.(SchemaTypeWizardBuilder.java:123)
at 
org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:92)
at 
org.apache.syncope.client.console.panels.SchemaTypeWizardBuilder.buildModelSteps(SchemaTypeWizardBuilder.java:59)
at 
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:93)
at 
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:63)
at 
org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder.build(AjaxWizardBuilder.java:36)
at 
org.apache.syncope.client.console.wizards.WizardMgtPanel.onEvent(WizardMgtPanel.java:188)
at 
org.apache.syncope.client.console.panels.DirectoryPanel.onEvent(DirectoryPanel.java:341)
at 
org.apache.syncope.client.console.panels.SchemaTypePanel.onEvent(SchemaTypePanel.java:204)
at 
org.apache.wicket.settings.FrameworkSettings.dispatchEvent(FrameworkSettings.java:151)
at 
org.apache.wicket.ComponentEventSender.dispatchToComponent(ComponentEventSender.java:282)
at 
org.apache.wicket.ComponentEventSender.exact(ComponentEventSender.java:94)
at 
org.apache.wicket.ComponentEventSender.send(ComponentEventSender.java:74)
at org.apache.wicket.Component.send(Component.java:4448)
at 
org.apache.syncope.client.console.wizards.WizardMgtPanel$2.onClick(WizardMgtPanel.java:128)
at 
org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)
at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:146)
at 
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:630)
at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:300)
at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:274)
at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:216)
at 
org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:202)
at 

[ANN] Apache Syncope 3.0.0-M2

2022-10-31 Thread Francesco Chicchiriccò

The Apache Syncope team is pleased to announce the release of Syncope 3.0.0-M2

Apache Syncope is an Open Source system for managing digital identities in 
enterprise environments, implemented in Java EE technology .

Syncope 3.0 Maggiore is now a full-fledged IAM system covering provisioning, 
reconciliation and reporting needs (as with earlier releases), access 
management and API management.

The release will be available within 24h from:
https://syncope.apache.org/downloads

Read the full change log available here:
https://s.apache.org/syncope300M2

We welcome your help and feedback. For more information on how to report 
problems, and to get involved, visit the project website at

http://syncope.apache.org/

The Apache Syncope Team

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/



[RESULT] [VOTE] Apache Syncope 3.0.0-M2

2022-10-31 Thread Francesco Chicchiriccò

Hi all,
after 72 hours, the vote for Syncope 3.0.0-M2 [1] *passes* with 4 PMC + 2 
non-PMC votes.

+1 (PMC / binding)
* Fabio Martelli
* Marco Di Sabatino
* Andrea Patricelli
* Francesco Chicchiriccò

+1 (non binding)
* Lorenzo Di Cola
* Samuel Garofalo

0


-1


Thanks to everyone participating.

I will now copy this release to Syncope' dist directory, promote the artifacts 
to the central Maven repository and publish to DockerHub.

Best regards.

[1] https://lists.apache.org/thread/n15k768899ocp8mcf2zm0814r5p8wz99

--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
http://home.apache.org/~ilgrosso/