Commit f4ff82d
authored
Allow skipping version conflict check via system property (#753)
* Allow skipping version conflict check via system property
When opensearch.hadoop.version.check.skip system property is set to
"true", the multiple JAR detection in Version.java is bypassed. This
allows users on managed platforms (e.g. AWS Glue) to override a
bundled older version of the connector that cannot be removed from
the classpath.
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
* Update CHANGELOG
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
* use Booleans.parseBoolean
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>
---------
Signed-off-by: Sotaro Hikita <bering1814@gmail.com>1 parent caeeea6 commit f4ff82d
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments