Dmitry Katsubo
Dmitry Katsubo
Currently the following is logged: ``` test(org.company.MyTest) Time elapsed: 1.185 sec
This is not a big deal, however `FixedDelayPollingScheduler` always creates a separate thread for polling if the configuration file changes even in the case this is not necessary. For example...
In my case there is a need to implement similar logic as in `AbstractElement#getStringValue()` namely separate string values of consequent elements with some separator (space or newline). This as to...
`org.dom4j.tree.BackedList` is supposed to modify DOM tree branch together with list manipulation. Unfortunately this does not hold for `sort()` method which ends up in `java.util.ArrayList#sort()` which manipulates list elements but...
The issue is similar to one [fired for `maven-surefire-plugin`](https://issues.apache.org/jira/browse/SUREFIRE-104#comment-14453483). In particular when I do: `mvn -Djava.protocol.handler.pkgs=com.test.protocol -Dexec.mainClass=... exec:java` the protocol handler cannot be instantiated from given package as maven does...
It seems that build-in BusyBox wget (v1.27.2 2017-12-12 10:41:50 GMT) is not capable to handle SSL traffic via proxy (`10.1.2.3:8080` in my case). Example: ``` + rm /tmp/download-kafka.sh + wget...
When executing [`license:update-project-license`](https://www.mojohaus.org/license-maven-plugin/update-project-license-mojo.html) goal with not defined `licenseName` it fails with the following message: ``` [ERROR] Failed to execute goal org.codehaus.mojo:license-maven-plugin:1.16:update-project-license (default): could not init goal UpdateProjectLicenseMojo for reason :...
In my logs I see a lot of messages like this (approx 2 messages per second): ``` netcam_init_jpeg: no new pic, no signal rcvd netcam_read_html_jpeg: Potential split boundary - 1447...
When I choose "Resume" and connection is interrupted, NetBox re-establishes the connection automatically after some timeout (OK), but then automatically does "overwrite" of destination file (wrong). So each time the...
NetBox v2.2.0 при попытке соединения с сервером по протоколу SFTP выдаёт такое предупреждение: ``` ╔═════════════════════════ Warning ══════════════════════════╗ ║ **Private key file 'C:\.ssh\id.ppk' contains key in PuTTY ║ ║ SSH-2 format....