Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • change parent/version from 2.1.9 to 2.1.10
  • change properties/syncope.version from 2.1.9 to 2.1.10
  • add under <properties>:

    Code Block
    languagexml
    <ianal.phase>none</ianal.phase>


  • remove the following declaration:

    Code Block
    languagexml
          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>ianal-maven-plugin</artifactId>
            <inherited>true</inherited>
            <executions>
              <execution>            
                <goals>
                  <goal>verify-legal-files</goal>
                </goals>
                <phase>none</phase>
              </execution>
            </executions>
          </plugin>


Files

Replace the following files with their 2.1.10 counterparts (if found, re-apply any customization previously made; otherwise, skip):

...

Code Block
languagejava
linenumberstrue
protected String doExecute(boolean dryRun, JobExecutionContext context) throws JobExecutionException {
   ... 
}


Any class extending org.apache.syncope.core.provisioning.api.pushpull.ReconFilterBuilder shall be updated as follows:

Code Block
languagejava
public Filter build() {
...
}

becomes

Code Block
languagejava
public Filter build(ObjectClass objectClass) {
...
}