gnodet commented on pull request #402:
URL: https://github.com/apache/maven/pull/402#issuecomment-756594921


   @rfscholte the commit I pointed you at and on which you 
(commented)[https://github.com/apache/maven/commit/aa285f20bc2c4aef9898e42e297dd43430ac2c11#r45727670]
 yesterday was outdated.  I've rebased on top of the recent changes in master.
   The related commit is now 
https://github.com/apache/maven/pull/402/commits/22582b662401afbb1ee648b5d63be49a8076dbb0.
  The answer to the question should be in the commit comment:
   ```
   The checks were previously done after the cache hit, but they are now a 
duplication of the checks performed in readParentLocally.
   Doing caching is useless as the first time, the version range will be 
resolved and stored in the Parent and caching happens during the call to 
readRawModel anyway.
   ```


----------------------------------------------------------------
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.

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


Reply via email to