Merged
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.
fantavlik
requested changes
Jul 27, 2021
Contributor
fantavlik
left a comment
There was a problem hiding this comment.
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
Contributor
Author
|
All checks are re-executed and have passed successfully. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release Update: