-
Notifications
You must be signed in to change notification settings - Fork 122
Release/1.7.0 #163
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
Release/1.7.0 #163
Conversation
Update tests and CI configuration to run against Splunk 7.2
Add Java and Splunk versions tested for compatibility https://jira.splunk.com/browse/DVPL-7485
Revise README
Update CI Java versions
Install sdk-app-collection via docker-compose; add standard SDK makef…
Ant to Maven converted. Parent-Child pom structure introduced.
…dule Below are the changes: - Maven deploy plugin dependency is moved from splunk sub-module pom to parent pom. - Distribution Management is commented out for now because we are currently focusing on local deployment only.
Removed hard coded SSLv3 for sslSecurityProtocol. Added logic to set context and security protocols based on the Java Version
Docker compose command omitted as github actions automatically starts docker container.
Update: - Test file modified with splunk version 8.2.0. - Release file uploaded. - Version in deploy plugin added in all pom files.
Update: - Release type in release.yml file changed from prereleased to published. - Versions in pom is reverted back to 1.6.5
Licenses folder has been created to hold the licenses for the Third Party Software used, and CREDITS.md file has been created for their credits.
Update: - Release name is changed to make badge as just Release - Travis YML removed. - POM files updated. - ReadMe & Deploy md file updated. Conflicts merged.
Update: - Changelog.md file modified with all improvements and recent changes & also with newer version.
…java into release/1.7.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.
Looks great, thanks!
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.
Actually it looks like the pom.xml refactor may have caused a new build issue? I'm seeing one failure here that seems to be repeatable, I've restarted the job multiple times and seeing the same issue: https://github.com/splunk/splunk-sdk-java/pull/163/checks?check_run_id=3176933224
All checks are re-executed and have passed successfully. |
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.
🚀
Release Update: