Commit Graph

100 Commits

Author SHA1 Message Date
Robinson
8e376ae273 Added ability to get currently assigned args 2021-08-29 00:58:52 -06:00
Robinson
82ebf2d645 added arg test 2021-08-29 00:58:27 -06:00
Robinson
be1acae414 Added better support for the windows Path environment variable 2021-08-29 00:33:42 -06:00
Robinson
429667937f Added support for explicitly setting the executable 2021-08-28 23:59:38 -06:00
Robinson
cafc9e3198 3.1.1 2021-08-28 23:35:44 -06:00
Robinson
12f4c6ef4d Expose the environment map directly, to make map modifications cleaner 2021-08-28 23:30:44 -06:00
Robinson
475ef24268 Updated build dependency info 2021-08-18 18:06:26 -06:00
Robinson
f1e4ce6662 updated version 2021-05-10 14:13:57 +02:00
Robinson
f647d1a175 Removed comments 2021-05-10 14:01:57 +02:00
Robinson
83766dd1b4 Updated kotlin, fixed deprecated methods, updated libraries 2021-05-10 13:50:28 +02:00
Robinson
0b3c6f59d3 updated gradle 2021-04-26 02:33:20 +02:00
Robinson
4e4071ee80 logback 1.3.0-alpha5 won't compile 2021-04-26 02:33:05 +02:00
Robinson
98bccd944f Updated version info 2021-04-26 02:29:35 +02:00
Robinson
640b9aaeb4 misc gradle settings 2021-04-26 02:29:13 +02:00
Robinson
62e741a26f Updated versions, code cleanup. removed unnecessary dependencies 2021-04-26 02:28:38 +02:00
Robinson
75cd03db5f Added JPMS usability tests 2021-04-26 02:27:57 +02:00
Robinson
2c4746e0e9 Added module-info.java 2021-04-26 02:27:41 +02:00
Robinson
ff26eed12a Added empty classes 2021-04-26 02:26:04 +02:00
Robinson
8ddb8d7738 Removed kotlinLogging, and reverted to standard slf4j 2021-04-26 00:28:57 +02:00
Robinson
15c4312d1e Cleaned up init method 2021-04-20 14:13:25 +02:00
Robinson
d19d80f101 created package-info in project 2021-04-18 23:42:37 +02:00
Robinson
0eebd2b2ff Changed SSHJ to be an optional dependency, since SSH command execution is not common. In the cases were it is, adding the SSHJ library dependency will enable support. 2021-04-11 19:24:13 +02:00
Robinson
4b429c8c3b Write a CHANNEL_EOF message over SSH when closing SSH. 2021-04-11 19:23:06 +02:00
Robinson
0d5b094615 More SSHJ logging cleanup 2021-04-11 19:22:20 +02:00
Robinson
028a6f09c7 Updated gradle 2021-04-09 13:50:45 +02:00
Robinson
1a3c0adf2a Updated version info 2021-04-09 13:37:47 +02:00
Robinson
61bcd95c33 Code polish 2021-04-09 12:48:20 +02:00
Robinson
996187863a Code cleanup 2021-04-09 12:40:46 +02:00
Robinson
212e6b7464 Updated license info 2021-04-09 12:40:20 +02:00
Robinson
45f0d928d1 Added update system 2021-04-09 12:39:50 +02:00
Robinson
e1f33ec7fc version 3.0 2021-03-20 20:27:28 +01:00
Robinson
45115c94d0 Logging changed to SLF4J, instead of wrapping it in a non-standard way. SSH logging is now dependent on what the executor log is set to (only for logback implementations) 2021-03-20 20:26:06 +01:00
Robinson
72bb2470c0 Changed processInitException to handle any type of exception 2021-03-20 20:11:43 +01:00
Robinson
15457dfb34 adde testConnectWithLog to SSH test 2021-03-20 20:10:17 +01:00
Robinson
74b274771d Added awaitBlocking(ms) to unit test 2021-03-20 15:13:24 +01:00
Robinson
222c55bbe0 Updated version 2021-01-28 21:07:11 +01:00
Robinson
afe16cb598 Updated description 2021-01-28 20:45:46 +01:00
Robinson
463f197135 Updated gradle 2021-01-27 00:05:16 +01:00
Robinson
3a8404088e updated gradle publish 2021-01-26 23:51:57 +01:00
Robinson
38577034a2 Updated version information 2021-01-26 23:08:23 +01:00
Robinson
504fc70e7f Added more specific detailed information regarding SSH executions, removed unnecessary methods 2021-01-26 22:23:12 +01:00
Robinson
8ba7e8f83b Cleaned up documentation 2021-01-26 22:19:25 +01:00
Robinson
6bd8ab87e1 Added more @Throws to methods 2021-01-26 22:18:49 +01:00
Robinson
e93d1c1424 Fixed comment typos 2021-01-26 20:02:31 +01:00
Robinson
429d204c89 updated gradle info 2021-01-26 01:18:42 +01:00
Robinson
e92a1ab0ee Created a multi-release jar, so projects using java 8 will work, and projects using java 9+ will have access to PID information 2021-01-26 01:18:18 +01:00
Robinson
0eaed76ed1 Added unit test for PID info 2021-01-26 01:06:19 +01:00
Robinson
aee1f16e31 Updated comments 2021-01-22 12:34:07 +01:00
Robinson
374e0bf29f cleaned up test class names 2021-01-03 20:25:26 +01:00
Robinson
563f2e062b fixed name shadowing 2021-01-03 20:23:01 +01:00