-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add TLS support Signed-off-by: Sanjula Ganepola <[email protected]> * Add additional constructors for DaemonServer object Signed-off-by: Sanjula Ganepola <[email protected]> * Fix existing tests Signed-off-by: Sanjula Ganepola <[email protected]> * Use custom key store and custom trust manager when CA provided Signed-off-by: Sanjula Ganepola <[email protected]> * Add TLS test cases Signed-off-by: Sanjula Ganepola <[email protected]> * Fix java doc Signed-off-by: Sanjula Ganepola <[email protected]> * Fix exception check Signed-off-by: Sanjula Ganepola <[email protected]> * Fix exception tests Signed-off-by: Sanjula Ganepola <[email protected]> * Fix connect test Signed-off-by: Sanjula Ganepola <[email protected]> * Make exception tests more generic to work on multiple systems Signed-off-by: Sanjula Ganepola <[email protected]> * remove test Signed-off-by: Sanjula Ganepola <[email protected]> * Fix checkstyle errors Signed-off-by: Sanjula Ganepola <[email protected]> * Temporarily log error Signed-off-by: Sanjula Ganepola <[email protected]> * Remove log Signed-off-by: Sanjula Ganepola <[email protected]> * Configure java doc plugin Signed-off-by: Sanjula Ganepola <[email protected]> * Use mvn clean package Signed-off-by: Sanjula Ganepola <[email protected]> --------- Signed-off-by: Sanjula Ganepola <[email protected]>
- Loading branch information
1 parent
572ea61
commit 87d0d71
Showing
14 changed files
with
351 additions
and
454 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
27 changes: 0 additions & 27 deletions
27
src/main/java/io/github/mapepire_ibmi/NoAuthTrustManager.java
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.