aruba 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -1
- data/lib/aruba/console/help.rb +3 -3
- data/lib/aruba/cucumber/command.rb +10 -18
- data/lib/aruba/matchers/base/message_indenter.rb +1 -1
- data/lib/aruba/matchers/path/have_permissions.rb +3 -2
- data/lib/aruba/platforms/announcer.rb +1 -1
- data/lib/aruba/platforms/command_monitor.rb +1 -3
- data/lib/aruba/processes/basic_process.rb +1 -1
- data/lib/aruba/version.rb +1 -1
- metadata +47 -62
- data/.cucumberproignore +0 -3
- data/.document +0 -5
- data/.github/ISSUE_TEMPLATE.md +0 -48
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -41
- data/.gitignore +0 -38
- data/.rspec +0 -3
- data/.rubocop.yml +0 -52
- data/.rubocop_todo.yml +0 -216
- data/.simplecov +0 -36
- data/.travis.yml +0 -62
- data/.yardopts +0 -11
- data/Dockerfile +0 -67
- data/Gemfile +0 -14
- data/Rakefile +0 -82
- data/TODO.md +0 -13
- data/appveyor.yml +0 -28
- data/aruba.gemspec +0 -57
- data/bin/console +0 -7
- data/bin/test +0 -9
- data/config/.gitignore +0 -1
- data/cucumber.yml +0 -6
- data/docker-compose.yml +0 -26
- data/fixtures/cli-app/.gitignore +0 -9
- data/fixtures/cli-app/.rspec +0 -2
- data/fixtures/cli-app/README.md +0 -39
- data/fixtures/cli-app/Rakefile +0 -1
- data/fixtures/cli-app/bin/aruba-test-cli +0 -6
- data/fixtures/cli-app/cli-app.gemspec +0 -26
- data/fixtures/cli-app/features/support/aruba.rb +0 -1
- data/fixtures/cli-app/features/support/env.rb +0 -1
- data/fixtures/cli-app/lib/cli/app.rb +0 -9
- data/fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb +0 -15
- data/fixtures/cli-app/lib/cli/app/version.rb +0 -5
- data/fixtures/cli-app/script/console +0 -14
- data/fixtures/cli-app/spec/spec_helper.rb +0 -8
- data/fixtures/cli-app/spec/support/aruba.rb +0 -1
- data/fixtures/copy/file.txt +0 -1
- data/fixtures/empty-app/.gitignore +0 -9
- data/fixtures/empty-app/.rspec +0 -2
- data/fixtures/empty-app/README.md +0 -24
- data/fixtures/empty-app/Rakefile +0 -1
- data/fixtures/empty-app/cli-app.gemspec +0 -26
- data/fixtures/empty-app/lib/cli/app.rb +0 -7
- data/fixtures/empty-app/lib/cli/app/version.rb +0 -5
- data/fixtures/getting-started-app/.gitignore +0 -4
- data/fixtures/getting-started-app/Gemfile +0 -4
- data/fixtures/getting-started-app/README.md +0 -3
- data/fixtures/getting-started-app/features/support/env.rb +0 -1
@@ -1,41 +0,0 @@
|
|
1
|
-
<!-- These sections are meant as guidance for you. If something doesn't fit, you can just skip it. -->
|
2
|
-
|
3
|
-
## Summary
|
4
|
-
|
5
|
-
<!--- Provide a general summary description of your changes -->
|
6
|
-
|
7
|
-
## Details
|
8
|
-
|
9
|
-
<!--- Describe your changes in detail -->
|
10
|
-
|
11
|
-
## Motivation and Context
|
12
|
-
|
13
|
-
<!--- Why is this change required? What problem does it solve? -->
|
14
|
-
<!--- If it fixes an open issue, please link to the issue here. -->
|
15
|
-
|
16
|
-
## How Has This Been Tested?
|
17
|
-
|
18
|
-
<!--- Please add tests for changes to the code, otherwise we probably won't merge it -->
|
19
|
-
|
20
|
-
<!--- Please describe in detail how you tested your changes. -->
|
21
|
-
<!--- Include details of your testing environment, tests ran to see how -->
|
22
|
-
<!--- your change affects other areas of the code, etc. -->
|
23
|
-
|
24
|
-
## Screenshots (if appropriate):
|
25
|
-
|
26
|
-
## Types of changes
|
27
|
-
|
28
|
-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
|
29
|
-
- [ ] Bug fix (non-breaking change which fixes an issue)
|
30
|
-
- [ ] New feature (non-breaking change which adds functionality)
|
31
|
-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
32
|
-
- [ ] Refactoring (cleanup of codebase without changing any existing functionality)
|
33
|
-
- [ ] Update documentation
|
34
|
-
|
35
|
-
## Checklist:
|
36
|
-
|
37
|
-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
38
|
-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
39
|
-
- [ ] I've added tests for my code
|
40
|
-
- [ ] My change requires a change to the documentation.
|
41
|
-
- [ ] I have updated the documentation accordingly.
|
data/.gitignore
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
## MAC OS
|
2
|
-
.DS_Store
|
3
|
-
|
4
|
-
## TEXTMATE
|
5
|
-
*.tmproj
|
6
|
-
tmtags
|
7
|
-
|
8
|
-
## EMACS
|
9
|
-
*~
|
10
|
-
\#*
|
11
|
-
.\#*
|
12
|
-
|
13
|
-
## RUBYMINE
|
14
|
-
.idea
|
15
|
-
|
16
|
-
## VIM
|
17
|
-
*.swp
|
18
|
-
tags
|
19
|
-
|
20
|
-
## PROJECT::GENERAL
|
21
|
-
coverage
|
22
|
-
rdoc
|
23
|
-
pkg
|
24
|
-
*.log
|
25
|
-
|
26
|
-
## PROJECT::SPECIFIC
|
27
|
-
tmp
|
28
|
-
.bundle
|
29
|
-
doc
|
30
|
-
Gemfile.lock
|
31
|
-
Gemfile.local
|
32
|
-
cucumber-pro.log
|
33
|
-
|
34
|
-
## Ruby versioniser
|
35
|
-
.ruby-version
|
36
|
-
|
37
|
-
# Temp files of yar
|
38
|
-
.yardoc
|
data/.rspec
DELETED
data/.rubocop.yml
DELETED
@@ -1,52 +0,0 @@
|
|
1
|
-
require:
|
2
|
-
- rubocop-performance
|
3
|
-
- rubocop-rspec
|
4
|
-
|
5
|
-
AllCops:
|
6
|
-
Exclude:
|
7
|
-
- tmp/**/*
|
8
|
-
- vendor/**/*
|
9
|
-
DisplayCopNames: true
|
10
|
-
TargetRubyVersion: 2.4
|
11
|
-
|
12
|
-
# Use older RuboCop default
|
13
|
-
Style/PercentLiteralDelimiters:
|
14
|
-
PreferredDelimiters:
|
15
|
-
'%w': ()
|
16
|
-
|
17
|
-
# SupportedStyles: percent, brackets
|
18
|
-
Style/SymbolArray:
|
19
|
-
EnforcedStyle: brackets
|
20
|
-
|
21
|
-
# Code is currently broken with frozen string literal comments applied.
|
22
|
-
# TODO: Enable and fix build
|
23
|
-
Style/FrozenStringLiteralComment:
|
24
|
-
Enabled: false
|
25
|
-
|
26
|
-
# Be relatively lenient with line length
|
27
|
-
Layout/LineLength:
|
28
|
-
Max: 94
|
29
|
-
|
30
|
-
# Enable new cops from RuboCop 0.80, 0.81 and 0.84
|
31
|
-
Layout/EmptyLinesAroundAttributeAccessor:
|
32
|
-
Enabled: true
|
33
|
-
Layout/SpaceAroundMethodCallOperator:
|
34
|
-
Enabled: true
|
35
|
-
Lint/DeprecatedOpenSSLConstant:
|
36
|
-
Enabled: true
|
37
|
-
Lint/RaiseException:
|
38
|
-
Enabled: true
|
39
|
-
Lint/StructNewOverride:
|
40
|
-
Enabled: true
|
41
|
-
Style/ExponentialNotation:
|
42
|
-
Enabled: true
|
43
|
-
Style/HashEachMethods:
|
44
|
-
Enabled: true
|
45
|
-
Style/HashTransformKeys:
|
46
|
-
Enabled: true
|
47
|
-
Style/HashTransformValues:
|
48
|
-
Enabled: true
|
49
|
-
Style/SlicingWithRange:
|
50
|
-
Enabled: true
|
51
|
-
|
52
|
-
inherit_from: .rubocop_todo.yml
|
data/.rubocop_todo.yml
DELETED
@@ -1,216 +0,0 @@
|
|
1
|
-
# This configuration was generated by
|
2
|
-
# `rubocop --auto-gen-config`
|
3
|
-
# on 2020-05-31 23:12:24 +0200 using RuboCop version 0.84.0.
|
4
|
-
# The point is for the user to remove these configuration records
|
5
|
-
# one by one as the offenses are removed from the code base.
|
6
|
-
# Note that changes in the inspected code, or installation of new
|
7
|
-
# versions of RuboCop, may require this file to be generated again.
|
8
|
-
|
9
|
-
# Offense count: 7
|
10
|
-
Lint/AmbiguousBlockAssociation:
|
11
|
-
Exclude:
|
12
|
-
- 'lib/aruba/platforms/announcer.rb'
|
13
|
-
|
14
|
-
# Offense count: 2
|
15
|
-
# Configuration parameters: CheckForMethodsWithNoSideEffects.
|
16
|
-
Lint/Void:
|
17
|
-
Exclude:
|
18
|
-
- 'lib/aruba/platforms/announcer.rb'
|
19
|
-
- 'lib/aruba/platforms/unix_environment_variables.rb'
|
20
|
-
|
21
|
-
# Offense count: 26
|
22
|
-
# Configuration parameters: IgnoredMethods.
|
23
|
-
Metrics/AbcSize:
|
24
|
-
Max: 116
|
25
|
-
|
26
|
-
# Offense count: 72
|
27
|
-
# Configuration parameters: CountComments, ExcludedMethods.
|
28
|
-
# ExcludedMethods: refine
|
29
|
-
Metrics/BlockLength:
|
30
|
-
Max: 594
|
31
|
-
|
32
|
-
# Offense count: 2
|
33
|
-
# Configuration parameters: CountComments.
|
34
|
-
Metrics/ClassLength:
|
35
|
-
Max: 158
|
36
|
-
|
37
|
-
# Offense count: 5
|
38
|
-
# Configuration parameters: IgnoredMethods.
|
39
|
-
Metrics/CyclomaticComplexity:
|
40
|
-
Max: 12
|
41
|
-
|
42
|
-
# Offense count: 28
|
43
|
-
# Configuration parameters: CountComments, ExcludedMethods.
|
44
|
-
Metrics/MethodLength:
|
45
|
-
Max: 59
|
46
|
-
|
47
|
-
# Offense count: 3
|
48
|
-
# Configuration parameters: CountComments.
|
49
|
-
Metrics/ModuleLength:
|
50
|
-
Max: 182
|
51
|
-
|
52
|
-
# Offense count: 3
|
53
|
-
# Configuration parameters: CountKeywordArgs.
|
54
|
-
Metrics/ParameterLists:
|
55
|
-
Max: 8
|
56
|
-
|
57
|
-
# Offense count: 5
|
58
|
-
# Configuration parameters: IgnoredMethods.
|
59
|
-
Metrics/PerceivedComplexity:
|
60
|
-
Max: 13
|
61
|
-
|
62
|
-
# Offense count: 1
|
63
|
-
Naming/ConstantName:
|
64
|
-
Exclude:
|
65
|
-
- 'lib/aruba/platform.rb'
|
66
|
-
|
67
|
-
# Offense count: 5
|
68
|
-
# Configuration parameters: ForbiddenDelimiters.
|
69
|
-
# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
|
70
|
-
Naming/HeredocDelimiterNaming:
|
71
|
-
Exclude:
|
72
|
-
- 'lib/aruba/initializer.rb'
|
73
|
-
|
74
|
-
# Offense count: 1
|
75
|
-
# Configuration parameters: EnforcedStyleForLeadingUnderscores.
|
76
|
-
# SupportedStylesForLeadingUnderscores: disallowed, required, optional
|
77
|
-
Naming/MemoizedInstanceVariableName:
|
78
|
-
Exclude:
|
79
|
-
- 'lib/aruba/api/core.rb'
|
80
|
-
|
81
|
-
# Offense count: 14
|
82
|
-
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
|
83
|
-
# AllowedNames: io, id, to, by, on, in, at, ip, db, os, pp
|
84
|
-
Naming/MethodParameterName:
|
85
|
-
Exclude:
|
86
|
-
- 'lib/aruba/aruba_path.rb'
|
87
|
-
- 'lib/aruba/config_wrapper.rb'
|
88
|
-
- 'lib/aruba/platforms/announcer.rb'
|
89
|
-
- 'lib/aruba/platforms/aruba_logger.rb'
|
90
|
-
- 'lib/aruba/platforms/unix_platform.rb'
|
91
|
-
- 'lib/aruba/tasks/docker_helpers.rb'
|
92
|
-
|
93
|
-
# Offense count: 1
|
94
|
-
Performance/Caller:
|
95
|
-
Exclude:
|
96
|
-
- 'lib/aruba/platforms/unix_platform.rb'
|
97
|
-
|
98
|
-
# Offense count: 51
|
99
|
-
# Configuration parameters: Prefixes.
|
100
|
-
# Prefixes: when, with, without
|
101
|
-
RSpec/ContextWording:
|
102
|
-
Exclude:
|
103
|
-
- 'spec/aruba/api/filesystem_spec.rb'
|
104
|
-
- 'spec/aruba/api/runtime_spec.rb'
|
105
|
-
- 'spec/aruba/api_spec.rb'
|
106
|
-
- 'spec/aruba/matchers/command_spec.rb'
|
107
|
-
- 'spec/aruba/matchers/file_spec.rb'
|
108
|
-
- 'spec/aruba/matchers/path_spec.rb'
|
109
|
-
- 'spec/aruba/platform/windows_environment_variables_spec.rb'
|
110
|
-
- 'spec/support/shared_contexts/aruba.rb'
|
111
|
-
|
112
|
-
# Offense count: 10
|
113
|
-
RSpec/DescribeClass:
|
114
|
-
Exclude:
|
115
|
-
- 'spec/aruba/api/runtime_spec.rb'
|
116
|
-
- 'spec/aruba/jruby_spec.rb'
|
117
|
-
- 'spec/aruba/matchers/collection_spec.rb'
|
118
|
-
- 'spec/aruba/matchers/command/have_output_size_spec.rb'
|
119
|
-
- 'spec/aruba/matchers/command_spec.rb'
|
120
|
-
- 'spec/aruba/matchers/directory_spec.rb'
|
121
|
-
- 'spec/aruba/matchers/file_spec.rb'
|
122
|
-
- 'spec/aruba/matchers/path_spec.rb'
|
123
|
-
- 'spec/aruba/platform/simple_table_spec.rb'
|
124
|
-
- 'spec/aruba/rspec_spec.rb'
|
125
|
-
|
126
|
-
# Offense count: 19
|
127
|
-
# Configuration parameters: Max.
|
128
|
-
RSpec/ExampleLength:
|
129
|
-
Exclude:
|
130
|
-
- 'spec/aruba/api/core_spec.rb'
|
131
|
-
- 'spec/aruba/api/filesystem_spec.rb'
|
132
|
-
- 'spec/aruba/aruba_path_spec.rb'
|
133
|
-
- 'spec/aruba/matchers/collection_spec.rb'
|
134
|
-
|
135
|
-
# Offense count: 4
|
136
|
-
# Configuration parameters: CustomTransform, IgnoreMethods.
|
137
|
-
RSpec/FilePath:
|
138
|
-
Exclude:
|
139
|
-
- 'spec/aruba/platform/windows_environment_variables_spec.rb'
|
140
|
-
- 'spec/aruba/platforms/command_monitor_spec.rb'
|
141
|
-
- 'spec/event_bus/name_resolver_spec.rb'
|
142
|
-
- 'spec/event_bus_spec.rb'
|
143
|
-
|
144
|
-
# Offense count: 298
|
145
|
-
# Configuration parameters: AssignmentOnly.
|
146
|
-
RSpec/InstanceVariable:
|
147
|
-
Exclude:
|
148
|
-
- 'spec/aruba/api/bundler_spec.rb'
|
149
|
-
- 'spec/aruba/api/commands_spec.rb'
|
150
|
-
- 'spec/aruba/api/core_spec.rb'
|
151
|
-
- 'spec/aruba/api/filesystem_spec.rb'
|
152
|
-
- 'spec/aruba/api_spec.rb'
|
153
|
-
- 'spec/aruba/matchers/command/have_output_size_spec.rb'
|
154
|
-
- 'spec/aruba/matchers/command_spec.rb'
|
155
|
-
- 'spec/aruba/matchers/directory_spec.rb'
|
156
|
-
- 'spec/aruba/matchers/file_spec.rb'
|
157
|
-
- 'spec/aruba/matchers/path_spec.rb'
|
158
|
-
- 'spec/aruba/processes/in_process_spec.rb'
|
159
|
-
- 'spec/event_bus_spec.rb'
|
160
|
-
- 'spec/support/shared_contexts/aruba.rb'
|
161
|
-
|
162
|
-
# Offense count: 32
|
163
|
-
RSpec/MultipleExpectations:
|
164
|
-
Max: 5
|
165
|
-
|
166
|
-
# Offense count: 187
|
167
|
-
RSpec/NestedGroups:
|
168
|
-
Max: 6
|
169
|
-
|
170
|
-
# Offense count: 1
|
171
|
-
RSpec/UnspecifiedException:
|
172
|
-
Exclude:
|
173
|
-
- 'spec/aruba/runtime_spec.rb'
|
174
|
-
|
175
|
-
# Offense count: 2
|
176
|
-
Security/Open:
|
177
|
-
Exclude:
|
178
|
-
- 'lib/aruba/processes/spawn_process.rb'
|
179
|
-
|
180
|
-
# Offense count: 1
|
181
|
-
# Configuration parameters: EnforcedStyle, AllowModifiersOnSymbols.
|
182
|
-
# SupportedStyles: inline, group
|
183
|
-
Style/AccessModifierDeclarations:
|
184
|
-
Exclude:
|
185
|
-
- 'lib/aruba/matchers/collection/all.rb'
|
186
|
-
|
187
|
-
# Offense count: 3
|
188
|
-
# Configuration parameters: AllowOnConstant.
|
189
|
-
Style/CaseEquality:
|
190
|
-
Exclude:
|
191
|
-
- 'lib/aruba/matchers/base/object_formatter.rb'
|
192
|
-
|
193
|
-
# Offense count: 12
|
194
|
-
Style/Documentation:
|
195
|
-
Exclude:
|
196
|
-
- 'spec/**/*'
|
197
|
-
- 'test/**/*'
|
198
|
-
- 'fixtures/cli-app/lib/cli/app.rb'
|
199
|
-
- 'fixtures/cli-app/lib/cli/app/suppress_simple_cov_output.rb'
|
200
|
-
- 'fixtures/empty-app/lib/cli/app.rb'
|
201
|
-
- 'lib/aruba/api/bundler.rb'
|
202
|
-
- 'lib/aruba/matchers/collection/include_an_object.rb'
|
203
|
-
- 'lib/aruba/platforms/command_monitor.rb'
|
204
|
-
- 'lib/aruba/setup.rb'
|
205
|
-
- 'lib/aruba/tasks/docker_helpers.rb'
|
206
|
-
|
207
|
-
# Offense count: 83
|
208
|
-
# Configuration parameters: EnforcedStyle.
|
209
|
-
# SupportedStyles: annotated, template, unannotated
|
210
|
-
Style/FormatStringToken:
|
211
|
-
Enabled: false
|
212
|
-
|
213
|
-
# Offense count: 2
|
214
|
-
Style/MethodMissingSuper:
|
215
|
-
Exclude:
|
216
|
-
- 'lib/aruba/platforms/command_monitor.rb'
|
data/.simplecov
DELETED
@@ -1,36 +0,0 @@
|
|
1
|
-
SimpleCov.configure do
|
2
|
-
# Activate branch coverage
|
3
|
-
enable_coverage :branch
|
4
|
-
|
5
|
-
# ignore this file
|
6
|
-
add_filter '.simplecov'
|
7
|
-
add_filter 'features'
|
8
|
-
|
9
|
-
# Rake tasks aren't tested with rspec
|
10
|
-
add_filter 'Rakefile'
|
11
|
-
add_filter 'lib/tasks'
|
12
|
-
|
13
|
-
#
|
14
|
-
# Changed Files in Git Group
|
15
|
-
# @see http://fredwu.me/post/35625566267/simplecov-test-coverage-for-changed-files-only
|
16
|
-
untracked = `git ls-files --exclude-standard --others`
|
17
|
-
unstaged = `git diff --name-only`
|
18
|
-
staged = `git diff --name-only --cached`
|
19
|
-
all = untracked + unstaged + staged
|
20
|
-
changed_filenames = all.split("\n")
|
21
|
-
|
22
|
-
add_group 'Changed' do |source_file|
|
23
|
-
changed_filenames.select do |changed_filename|
|
24
|
-
source_file.filename.end_with?(changed_filename)
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
add_group 'Libraries', 'lib'
|
29
|
-
|
30
|
-
# Specs are reported on to ensure that all examples are being run and all
|
31
|
-
# lets, befores, afters, etc are being used.
|
32
|
-
add_group 'Specs', 'spec/'
|
33
|
-
end
|
34
|
-
|
35
|
-
# Run simplecov by default
|
36
|
-
SimpleCov.start unless ENV.key? 'ARUBA_NO_COVERAGE'
|
data/.travis.yml
DELETED
@@ -1,62 +0,0 @@
|
|
1
|
-
language: ruby
|
2
|
-
script: bundle exec rake test
|
3
|
-
cache: bundler
|
4
|
-
|
5
|
-
jobs:
|
6
|
-
include:
|
7
|
-
- rvm: ruby-head
|
8
|
-
stage: test
|
9
|
-
os: linux
|
10
|
-
- rvm: ruby-head
|
11
|
-
os: osx
|
12
|
-
- rvm: 2.7
|
13
|
-
os: linux
|
14
|
-
- rvm: 2.7
|
15
|
-
os: osx
|
16
|
-
- rvm: 2.6
|
17
|
-
os: linux
|
18
|
-
- rvm: 2.6
|
19
|
-
os: osx
|
20
|
-
- rvm: 2.5
|
21
|
-
os: linux
|
22
|
-
- rvm: 2.5
|
23
|
-
os: osx
|
24
|
-
- rvm: 2.4
|
25
|
-
os: linux
|
26
|
-
- rvm: 2.4
|
27
|
-
os: osx
|
28
|
-
- rvm: 2.4.0
|
29
|
-
os: linux
|
30
|
-
- rvm: jruby-9.2
|
31
|
-
os: linux
|
32
|
-
- rvm: jruby-9.2
|
33
|
-
os: osx
|
34
|
-
script: bundle exec rake spec
|
35
|
-
- stage: lint
|
36
|
-
script: bundle exec rake lint
|
37
|
-
rvm: 2.6.3
|
38
|
-
os: linux
|
39
|
-
allow_failures:
|
40
|
-
- rvm: ruby-head
|
41
|
-
fast_finish: true
|
42
|
-
|
43
|
-
branches:
|
44
|
-
only:
|
45
|
-
- master
|
46
|
-
|
47
|
-
# notifications:
|
48
|
-
# slack: cucumberbdd:oQFVhzsx4R94KWmjlejAJYnM
|
49
|
-
env:
|
50
|
-
global:
|
51
|
-
- secure: l8uznA5K4K9mZ1krmP3lTMD8WcJ32qGxFOR3jubKHcOBSLB4xSzU2aIqjyJdO+rLzebkwamhJc8pGSIWOUDQYvFiX7splK+uEkbBJ5huAhXtLF4Qgl86bCWbEXYzN7rvn0DQfpJAovyFMNRMnfo70XhwqWzFsaYa7Z0YbqYsJE4=
|
52
|
-
- JAVA_OPTS="
|
53
|
-
--add-opens java.base/java.io=ALL-UNNAMED
|
54
|
-
--add-opens java.base/java.lang=ALL-UNNAMED
|
55
|
-
--add-opens java.base/java.util=ALL-UNNAMED
|
56
|
-
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
|
57
|
-
--add-opens java.base/java.security.cert=ALL-UNNAMED
|
58
|
-
--add-opens java.base/java.security=ALL-UNNAMED
|
59
|
-
--add-opens java.base/javax.crypto=ALL-UNNAMED
|
60
|
-
--add-opens java.base/sun.nio.ch=ALL-UNNAMED
|
61
|
-
--add-opens java.base/java.nio.channels.spi=ALL-UNNAMED
|
62
|
-
--illegal-access=warn"
|