-
Notifications
You must be signed in to change notification settings - Fork 15
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
Refactor code to support Siddhi 5.0.0 #23
Conversation
@@ -0,0 +1,6 @@ | |||
threadfix is used in Python 3.4+ to treat a threading related bug introduced in Python 3.4. |
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.
Add license header
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.
Since this is a markdown file, do we still need to add the license header?
@@ -1,6 +1,6 @@ | |||
# Siddhi App Management using PySiddhi Client | |||
|
|||
Using _WSO2 SP Client_ in _PySiddhi4_, following operations can be undertaken on _Siddhi App Management_ of _WSO2 SP 4.0_. | |||
Using _WSO2 SP Client_ in _PySiddhi_, following operations can be undertaken on _Siddhi App Management_ of _WSO2 SP 4.0_. |
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.
let's make its SP 4
Purpose
This PR refactor code to support Siddhi 5.0.0. Addition to that it removes the version numbers from component names.
Security checks