File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
core/src/main/java/org/jruby/util Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 25
25
* The implementation pays attention to lastModified timestamp of the jar and will invalidate
26
26
* the cache entry if jar has been updated since the snapshot calculation.
27
27
* </p>
28
+ *
29
+ * ******************************************************************************************
30
+ * DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER DANGER
31
+ * ******************************************************************************************
32
+ *
33
+ * The spec for this cache is disabled currently for #2655, because of last-modified time
34
+ * oddities on CloudBees. Please be cautious modifying this code and make sure you run the
35
+ * associated spec locally.
28
36
*/
29
37
class JarCache {
30
38
static class JarIndex {
You can’t perform that action at this time.
0 commit comments