Skip to content

Commit

Permalink
Add warning to JarIndex for #2655 disabled spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 6, 2015
1 parent 1fe9e68 commit a21c9c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/main/java/org/jruby/util/JarCache.java
Expand Up @@ -25,6 +25,14 @@
* The implementation pays attention to lastModified timestamp of the jar and will invalidate
* the cache entry if jar has been updated since the snapshot calculation.
* </p>
*
* ******************************************************************************************
* DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER
* ******************************************************************************************
*
* The spec for this cache is disabled currently for #2655, because of last-modified time
* oddities on CloudBees. Please be cautious modifying this code and make sure you run the
* associated spec locally.
*/
class JarCache {
static class JarIndex {
Expand Down

0 comments on commit a21c9c1

Please sign in to comment.