Commit 41ccca3
authored
Remove use of deprecated java
* Remove use of deprecated java `import` from ruby
As of jruby-9.3, the use of `import` in ruby file to import java classes
has been deprecated, and the use of `java_import` is recommended.
Relates: jruby/jruby#6976,
jruby/jruby#7143import from ruby (#449)1 parent e276c56 commit 41ccca3
File tree
3 files changed
+6
-3
lines changed- lib/logstash/inputs/beats
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments