You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by GitBox <gi...@apache.org> on 2022/09/02 09:47:26 UTC

[GitHub] [syncope] ilgrosso commented on pull request #369: Upgrade CAS/WA in prep for the final 6.6 release

ilgrosso commented on PR #369:
URL: https://github.com/apache/syncope/pull/369#issuecomment-1235296838

   @mmoayyed there are some build failures that I believe could be easily fixed:
   
   ```
   Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project syncope-wa-starter: Compilation failure: Compilation failure: 
   Error:  /home/runner/work/syncope/syncope/wa/starter/src/main/java/org/apache/syncope/wa/starter/mapping/OIDCRPClientAppTOMapper.java:[90,22] cannot find symbol
   Error:    symbol:   method addPolicy(org.apereo.cas.services.RegisteredServiceAttributeReleasePolicy)
   Error:    location: variable chain of type org.apereo.cas.services.ChainingAttributeReleasePolicy
   Error:  /home/runner/work/syncope/syncope/wa/starter/src/main/java/org/apache/syncope/wa/starter/mapping/OIDCRPClientAppTOMapper.java:[93,18] cannot find symbol
   Error:    symbol:   method addPolicy(org.apereo.cas.oidc.claims.OidcProfileScopeAttributeReleasePolicy)
   Error:    location: variable chain of type org.apereo.cas.services.ChainingAttributeReleasePolicy
   Error:  /home/runner/work/syncope/syncope/wa/starter/src/main/java/org/apache/syncope/wa/starter/mapping/OIDCRPClientAppTOMapper.java:[94,18] cannot find symbol
   Error:    symbol:   method addPolicy(org.apereo.cas.oidc.claims.OidcEmailScopeAttributeReleasePolicy)
   Error:    location: variable chain of type org.apereo.cas.services.ChainingAttributeReleasePolicy
   Error:  /home/runner/work/syncope/syncope/wa/starter/src/main/java/org/apache/syncope/wa/starter/mapping/OIDCRPClientAppTOMapper.java:[95,18] cannot find symbol
   Error:    symbol:   method addPolicy(org.apereo.cas.oidc.claims.OidcAddressScopeAttributeReleasePolicy)
   Error:    location: variable chain of type org.apereo.cas.services.ChainingAttributeReleasePolicy
   Error:  /home/runner/work/syncope/syncope/wa/starter/src/main/java/org/apache/syncope/wa/starter/mapping/OIDCRPClientAppTOMapper.java:[96,18] cannot find symbol
   Error:    symbol:   method addPolicy(org.apereo.cas.oidc.claims.OidcPhoneScopeAttributeReleasePolicy)
   Error:    location: variable chain of type org.apereo.cas.services.ChainingAttributeReleasePolicy
   Error:  /home/runner/work/syncope/syncope/wa/starter/src/main/java/org/apache/syncope/wa/starter/mapping/OIDCRPClientAppTOMapper.java:[113,22] cannot find symbol
   Error:    symbol:   method addPolicy(org.apereo.cas.oidc.claims.OidcCustomScopeAttributeReleasePolicy)
   Error:    location: variable chain of type org.apereo.cas.services.ChainingAttributeReleasePolicy
   ```


-- 
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-unsubscribe@syncope.apache.org

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