File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -279,18 +279,4 @@ def self.configuration
279
279
def self . configure
280
280
yield ( configuration )
281
281
end
282
-
283
- # for dependency reasons this check cannot be in concurrent/synchronization
284
- if Concurrent . on_jruby?
285
- require 'java'
286
-
287
- version_string = java . lang . System . getProperties [ 'java.runtime.version' ]
288
- version = version_string . split ( '.' , 3 ) [ 0 ..1 ] . map ( &:to_i )
289
- if ( version <=> [ 1 , 8 ] ) < 0
290
- deprecated <<-TXT . gsub ( /^\s *\| / , '' ) . chop , 0
291
- |Java 7 is deprecated, please use Java 8.
292
- |Java 7 support is only best effort, it may not work. It will be removed in next release (1.0).
293
- TXT
294
- end
295
- end
296
282
end
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '0.9.1 '
2
+ VERSION = '0.9.2 '
3
3
EDGE_VERSION = '0.1.1'
4
4
end
You can’t perform that action at this time.
0 commit comments