mmoayyed commented on PR #362:
URL: https://github.com/apache/syncope/pull/362#issuecomment-1193759544

   I think the CAS BOM also, similar to SB, provides the ability for you to 
override version numbers but I think this part might be Maven specific such 
that it might get confused between what the parent says vs what the bom says vs 
what the local project property says. Presumably, if the parent says use X, and 
BOM says use Y, we should be able to override the BOM version using a property 
that would match it against X. But we'll need to test this.
   
   As for the error, I realize the mismatch between the log and the reported 
error code is confusing but they don't have to be the same. In fact they should 
not be. The error code the provider returns is entirely separate from how CAS 
wants to process that error code; maybe it's the same, maybe it's different, 
maybe it's ignored. In others, this is not a "behavior" or a feature; you're 
testing something that uncharted, accidental, undocumented, and could change at 
any moment. What the test should care about is that something, (at least for 
now), went wrong. The specific error code is not a contract or a standard 
feature in any way, and if your test passed in 6.5, it was only because you 
were lucky. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to