Skip to content

Commit a21c9c1

Browse files
committed
Add warning to JarIndex for #2655 disabled spec.
1 parent 1fe9e68 commit a21c9c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

core/src/main/java/org/jruby/util/JarCache.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
* The implementation pays attention to lastModified timestamp of the jar and will invalidate
2626
* the cache entry if jar has been updated since the snapshot calculation.
2727
* </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.
2836
*/
2937
class JarCache {
3038
static class JarIndex {

0 commit comments

Comments
 (0)