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

ASF GitHub Bot commented on SYNCOPE-1145:
-----------------------------------------

Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/50
  
    When building via Maven, I get the following warnings, please fix:
    
    ```
    [WARNING] bootstrap class path not set in conjunction with -source 1.7
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java:[338,45]
 unchecked call to 
<T>HistoryConfList(org.apache.syncope.client.console.wicket.markup.html.bootstrap.dialog.BaseModal<?>,java.lang.String,org.apache.wicket.PageReference,org.apache.syncope.common.lib.AbstractBaseBean)
 as a member of the raw type 
org.apache.syncope.client.console.panels.HistoryConfList
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/topology/TopologyTogglePanel.java:[561,45]
 unchecked call to 
<T>HistoryConfList(org.apache.syncope.client.console.wicket.markup.html.bootstrap.dialog.BaseModal<?>,java.lang.String,org.apache.wicket.PageReference,org.apache.syncope.common.lib.AbstractBaseBean)
 as a member of the raw type 
org.apache.syncope.client.console.panels.HistoryConfList
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/ResHistoryConfDirectoryPanel.java:[154,42]
 dataProvider() in 
org.apache.syncope.client.console.panels.ResHistoryConfDirectoryPanel overrides 
dataProvider() in org.apache.syncope.client.console.panels.DirectoryPanel
      return type requires unchecked conversion from 
org.apache.syncope.client.console.commons.ResHistoryConfDataProvider to 
org.apache.syncope.client.console.commons.ResHistoryConfDataProvider<org.apache.syncope.common.lib.to.ResourceHistoryConfTO>
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfDetails.java:[193,23]
 unchecked call to CompoundPropertyModel(T) as a member of the raw type 
org.apache.wicket.model.CompoundPropertyModel
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfDetails.java:[193,22]
 unchecked call to setModel(org.apache.wicket.model.IModel<T>) as a member of 
the raw type org.apache.wicket.markup.html.form.Form
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfDetails.java:[203,32]
 unchecked call to setChoices(java.util.List<T>) as a member of the raw type 
org.apache.syncope.client.console.wicket.markup.html.form.AjaxDropDownChoicePanel
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfDetails.java:[204,39]
 unchecked call to 
setChoiceRenderer(org.apache.wicket.markup.html.form.IChoiceRenderer<T>) as a 
member of the raw type 
org.apache.syncope.client.console.wicket.markup.html.form.AjaxDropDownChoicePanel
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfDetails.java:[225,36]
 unchecked call to setModelObject(T) as a member of the raw type 
org.apache.syncope.client.console.wicket.markup.html.form.FieldPanel
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/ConnHistoryConfDirectoryPanel.java:[154,43]
 dataProvider() in 
org.apache.syncope.client.console.panels.ConnHistoryConfDirectoryPanel 
overrides dataProvider() in 
org.apache.syncope.client.console.panels.DirectoryPanel
      return type requires unchecked conversion from 
org.apache.syncope.client.console.commons.ConnHistoryConfDataProvider to 
org.apache.syncope.client.console.commons.ConnHistoryConfDataProvider<org.apache.syncope.common.lib.to.ConnInstanceHistoryConfTO>
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfList.java:[62,29]
 unchecked call to 
HistoryConfDetails(org.apache.syncope.client.console.wicket.markup.html.bootstrap.dialog.BaseModal<?>,T,org.apache.wicket.PageReference,java.util.List<T>)
 as a member of the raw type 
org.apache.syncope.client.console.panels.HistoryConfDetails
    [WARNING] 
/home/ilgrosso/work/syncope/syncope2/client/console/src/main/java/org/apache/syncope/client/console/panels/HistoryConfList.java:[78,29]
 unchecked call to 
HistoryConfDetails(org.apache.syncope.client.console.wicket.markup.html.bootstrap.dialog.BaseModal<?>,T,org.apache.wicket.PageReference,java.util.List<T>)
 as a member of the raw type 
org.apache.syncope.client.console.panels.HistoryConfDetails
    ```


> Connector and Resource configuration versioning
> -----------------------------------------------
>
>                 Key: SYNCOPE-1145
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1145
>             Project: Syncope
>          Issue Type: New Feature
>          Components: common, console, core
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 2.0.5, 2.1.0
>
>
> It often happens that, while playing with Connectors' and Resources' 
> configuration, everything works up until a certain point, then some 
> misconfiguration happens and errors start appearing.
> In such situations, it would be handy to have a simple mechanism to revert to 
> a previous (working) situation.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to