Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
e5d0c5b
Apps/appinstall is replaced with apps/local.
bparmar-splunk Jul 16, 2021
11fd633
Test Case for the PR 150
ashah-splunk Aug 4, 2021
4cf9e23
Merge pull request #166 from splunk/DVPL-9722
ashah-splunk Aug 9, 2021
be9be1d
Merge pull request #167 from splunk/master
bparmar-splunk Aug 10, 2021
992b81f
Apps/appinstall is replaced with apps/local.
bparmar-splunk Jul 16, 2021
be18226
Modular input change introduced
bparmar-splunk Aug 9, 2021
a08cf75
Merge branch 'DVPL-9706' of https://github.com/splunk/splunk-sdk-java…
bparmar-splunk Aug 10, 2021
b3cdb95
Splunk Apps URL added in Github actions test
bparmar-splunk Aug 10, 2021
9370c44
Github workflow test modified.
bparmar-splunk Aug 10, 2021
46f6a24
SDK App collection URL updated.
bparmar-splunk Aug 10, 2021
c4b9737
Apps/appinstall is replaced with apps/local.
bparmar-splunk Jul 16, 2021
d174155
Splunk Apps URL added in Github actions test
bparmar-splunk Aug 10, 2021
7029597
Github workflow test modified.
bparmar-splunk Aug 10, 2021
0781f7c
SDK App collection URL updated.
bparmar-splunk Aug 10, 2021
939eafb
Merge branch 'DVPL-9706' of https://github.com/splunk/splunk-sdk-java…
bparmar-splunk Aug 10, 2021
8ec3c9e
Merge pull request #168 from splunk/DVPL-9706
bparmar-splunk Aug 11, 2021
b4f075e
Methods for setting Splunk and Bearer token added.
bparmar-splunk Sep 13, 2021
fb9ff38
Method name modified
bparmar-splunk Sep 13, 2021
4dfeeab
Deploy plugin is removed from splunk module.
bparmar-splunk Sep 13, 2021
60fefb4
Merge pull request #171 from splunk/DVPL-9993
bparmar-splunk Sep 15, 2021
4c30b09
Merge pull request #172 from splunk/DVPL-10002
ashah-splunk Sep 15, 2021
7b50bf8
Remove dependency on maven-deploy-plugin
jkozlowski Oct 13, 2021
73fc474
Merge pull request #173 from jkozlowski/patch-1
bparmar-splunk Oct 28, 2021
54ec8d0
Allowing all certificates for local environment.
bparmar-splunk Oct 28, 2021
e3f1a6c
ValidateCertificates made public and true by default.
bparmar-splunk Nov 1, 2021
4d3b762
Test case for bypassing certificate validation added.
bparmar-splunk Nov 8, 2021
d7e2fba
Method name modified.
bparmar-splunk Nov 8, 2021
c167356
Allow test cases to run for local environment
bparmar-splunk Nov 11, 2021
e0e4a91
Github CI Test: Splunk version modified to latest from 8.2.0
bparmar-splunk Nov 11, 2021
69d854c
HttpService: Unused flags & class are removed.
bparmar-splunk Nov 18, 2021
969a275
ClientCert param was added in OutputServer class
bparmar-splunk Nov 22, 2021
4c5562f
README.md updated with Test example
bparmar-splunk Nov 24, 2021
842b8a0
Splunk version updated to latest.
bparmar-splunk Nov 24, 2021
98f9e3f
README file updated
bparmar-splunk Nov 25, 2021
8ea97d7
Merge pull request #177 from splunk/DVPL-10226
bparmar-splunk Nov 25, 2021
c961d13
Merge pull request #178 from splunk/master
fantavlik Nov 26, 2021
ef99efe
Merge pull request #175 from splunk/DVPL-9696
bparmar-splunk Dec 1, 2021
9e4a6fa
Headers modified in Socket creation.
bparmar-splunk Dec 1, 2021
7cd0e88
External Entities restricted in XML factory.
bparmar-splunk Dec 1, 2021
9af4c72
Merge pull request #179 from splunk/DVPL-7634
bparmar-splunk Dec 7, 2021
b10bc8d
Merge pull request #180 from splunk/DVPL-7631
bparmar-splunk Dec 7, 2021
e747fe4
Release v1.7.2
bparmar-splunk Dec 8, 2021
43c535d
Release v1.8.0
bparmar-splunk Dec 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<skipTests>true</skipTests>
</configuration>
</plugin>
<!-- Deploy plugin is overridden here because we are skipping deployment in case of examples module. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions splunk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down