You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

POM

In the root pom.xml:

  • change parent/version from 1.2.2 to 1.2.3
  • change properties/syncope.version from 1.2.2 to 1.2.3

Other

SYNCOPE-638

Replace the following files with their 1.2.3 counterparts:

SYNCOPE-649

Add the following lines

<jaxrs:resourceComparator>
  <bean id="queryResourceInfoComparator" class="org.apache.syncope.core.rest.utils.QueryResourceInfoComparator"/>
</jaxrs:resourceComparator>

to <jaxrs:server>.

  • No labels