smoyer64 edited a comment on issue #16: Making SelfIdResolver optional
URL: https://github.com/apache/directory-scimple/pull/16#issuecomment-411510969
 
 
   We just had a failure on one of our other builds that was caused by a 
corrupt NVD database - it turns out in a CI environment (where multiple 
projects may be building simultaneously), there are concurrency issues with the 
H2 database.  I saw a recommendation that auto-updates be disabled in 
individual build jobs and that you create a daily build job whose sole purpose 
is to update the NVD database.  I'm not entirely sure how to implement that yet 
(but I'm thinking that it will be via a profile in the Jenkins server's 
setting.xml file).  If the Apache Jenkins servers are already using 
dependency-check on a bunch of projects, maybe the NVD databases are already 
updated frequently enough (though it doesn't seem like the node this project 
built on had any of the files available).  for a single project, we can also 
change the Maven goals and options to skip the auto-update.  I'll let you know 
if I learn anything else playing with our local configurations!
   
   In any case, I think this change is ready to roll!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to