-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add Siddhi Extensions Installer Backend #1785
Conversation
components/org.wso2.carbon.siddhi.extensions.installer.core/pom.xml
Outdated
Show resolved
Hide resolved
...org/wso2/carbon/siddhi/extensions/installer/core/config/mapping/models/DependencyConfig.java
Outdated
Show resolved
Hide resolved
.../org/wso2/carbon/siddhi/extensions/installer/core/config/mapping/models/ExtensionConfig.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/siddhi/extensions/installer/core/config/mapping/models/UsageConfig.java
Outdated
Show resolved
Hide resolved
...n/java/org/wso2/carbon/siddhi/extensions/installer/core/config/mapping/models/UsageType.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/siddhi/extensions/installer/core/execution/DependencyInstallerImpl.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/siddhi/extensions/installer/core/execution/DependencyInstallerImpl.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/siddhi/extensions/installer/core/execution/DependencyInstallerImpl.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/siddhi/extensions/installer/core/execution/DependencyInstallerImpl.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/siddhi/extensions/installer/core/util/ExtensionsInstallerUtils.java
Outdated
Show resolved
Hide resolved
...java/org/wso2/carbon/siddhi/extensions/installer/core/execution/DependencyRetrieverImpl.java
Show resolved
Hide resolved
public static Map<String, ExtensionConfig> loadAllExtensionConfigs(String configFileLocation) | ||
throws ExtensionsInstallerException { | ||
Gson gson = new Gson(); | ||
Type mapType = new TypeToken<Map<String, ExtensionConfig>>() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary line brake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #1859
private boolean deleteMatchingJars(String lookupRegex, String directoryPath) { | ||
boolean allJarsDeleted = false; | ||
try { | ||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #1859
try { | ||
Files.deleteIfExists(jarFile); | ||
} catch (IOException e) { | ||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format the comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in #1859
Purpose
extensionDependencies.json
.Goals
Related Issues
wso2/streaming-integrator#70
Security checks
Related PRs