Skip to content

adding -wait_for_edit_lock to deployApps and updateDomain tools #1129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 18, 2022

Conversation

robertpatrick
Copy link
Member

@robertpatrick robertpatrick commented May 18, 2022

  • Added wait_for_edit_lock argument to allow user to skip our check for existing edit sessions.
  • Added three new properties to tool.properties:
    • wlst.edit.lock.acquire.timeout that controls the waitTimeInMillis argument to startEdit()
    • wlst.edit.lock.release.timeout that controls the timeOutInMillis argument to startEdit()
    • wlst.edit.lock.exclusive that controls the exclusive argument to startEdit()
  • Added generic override capability to override the tool.properties property values using a Java System property with the name wdt.config.XXX where XXX is the full name of the property in tool.properties.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@robertpatrick robertpatrick merged commit 002e9f7 into main May 18, 2022
@robertpatrick robertpatrick deleted the wlst-edit-lock branch May 18, 2022 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants