Commit Graph

117 Commits

Author SHA1 Message Date
Robinson
519ba4dad2
Added additional unit test to evaluate the "java -version" command. 2022-01-17 22:30:33 +01:00
Robinson
7ef8999568
updated version info 2022-01-06 23:33:50 -07:00
Robinson
b07c3bf982
updated gradle info 2022-01-06 23:33:03 -07:00
Robinson
249445e50d
Updated libraries, updated gradle dependencies so they are transitively set by downstream projects 2022-01-04 11:51:03 -07:00
Robinson
c4a125b498
Removed unnecessary comments + yield. Changed timeUnit.lowercase -> chronoUnit.name 2021-12-14 23:08:20 -07:00
Robinson
1ec4408766
Updated dependencies. 2021-10-01 10:43:57 +02:00
Robinson
77d5c72825
Updated version 2021-09-24 13:24:41 +02:00
Robinson
1638ebbae6
Updated gradle to 7.2 2021-09-24 13:17:41 +02:00
Robinson
336834c77a
Added raw/buffered unit tests for pumping data between processes 2021-09-24 13:17:13 +02:00
Robinson
adb1db70f6
Added Raw/Buffered async process output, so the data can be streamed in different ways if desired 2021-09-24 13:16:07 +02:00
Robinson
f4142d49b9
Tweaked unit test finish conditions 2021-09-24 13:14:15 +02:00
Robinson
1faac35ec3
Added ability to flush process output streams 2021-09-24 13:13:44 +02:00
Robinson
1832fe5eaf Added static run() commands that will also accept a File as the executable 2021-08-29 13:57:01 -06:00
Robinson
cffa2af85b comment polish 2021-08-29 10:30:33 -06:00
Robinson
eed0f59ff2 fixed comment grammar 2021-08-29 10:29:20 -06:00
Robinson
ff1ea8632c Fixed pid typo 2021-08-29 10:29:08 -06:00
Robinson
c38c84aaed Easier to access exitValue (java -> kotlin accessor) 2021-08-29 10:22:08 -06:00
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