Commit Graph

15 Commits

Author SHA1 Message Date
Laurent Clouet
44cf85739c Code formator (#236)
* Re-import code formator
2020-05-28 13:28:42 +02:00
Andy Li
d529da172a Cleanup dependencies (#201)
* We don't need to shadow in `lombok` itself. Gradle must be upgraded to at least 4.6 to support `annotationProcessor`, which is a version that still supports Java 7.
* `args4j-maven-plugin` is intended to use as a maven plugin.
* The requirement for `jaxb-api` was removed in 81cba7d58c0ce8a334204700dca669f2ad8e16ff
* We are only using `simple-xml`, don't need the whole `retrofit`+`okhttp`+`okio` chain.
* Resolve deprecation warnings in JNA code.
2020-04-26 15:29:48 +02:00
Andy Li
c1020d1534 Resolve compiler warnings (#200)
* Fix: resolve compiler warnings
* Fix: supress warnings about internal api usage
See https://stackoverflow.com/a/19553686/6238618
2020-04-09 17:39:09 +02:00
Laurent Clouet
3413301609 Moving to Intellij IDEA 2019-08-11 22:25:26 +02:00
Laurent Clouet
3230807a7d Migrate from ant to gradle 2019-08-10 22:09:32 +02:00
intrigus
7840d0119b Use Process's pid() when it exists.
(Done via reflection so it also works for java versions < 9)
Else fall back to old reflective method.
2018-08-18 12:05:27 +02:00
Laurent Clouet
8771d07a99 Revert feature affinity per core on windows 2017-10-26 15:41:06 +02:00
Laurent Clouet
2f00d7816d Code formating 2017-01-05 09:35:59 +01:00
hailIulius
be3a30facc Use core affinity on windows to improve performance 2016-04-27 19:35:32 +02:00
Mathis Chenuet
c174e574f1 ide reformat 2015-01-06 12:13:24 +00:00
mvolli
bdf10b36c3 spelling/language corrections 2014-12-23 20:05:29 +01:00
Laurent Clouet
e38a2e1ee6 Bugfix: do not close the handle because destructing the object does not mean that the process is dead 2014-12-02 20:23:04 +00:00
Laurent Clouet
af601a7df4 Bugfix: the constructor with parameter should also initialize value (i.e. call the default constructor) 2014-11-24 20:56:13 +00:00
Laurent Clouet
2c03eb2d24 Bugfix: when loading the native process, use the pid parameter not the uninitialized one... 2014-11-24 20:55:08 +00:00
Laurent Clouet
422a9e74c8 Initial commit
Version 3.3 of the client
2014-11-20 13:21:19 +00:00