Gili Tzabari

Results 145 issues of Gili Tzabari

The driver should throw these specialized sub-classes when possible. See https://github.com/pgjdbc/pgjdbc/issues/214#issuecomment-63276395 for more information.

type: enhancement

I just changed my phone from a Samsung Note 4 to a S9+. All of a sudden, my morning alarm is super loud (to the point of being unusable) even...

enhancement

I want P6Spy to log SQL warnings/exceptions. I ran across `ErrorLoggingEventListener` whose Javadoc recommends: ``` add com.p6spy.engine.logging.ErrorLoggingEventListener to the file src/main/resources/META-INF/services/com.p6spy.engine.logging.LoggingEventListener ``` However, when I do this nothing gets logged....

Please add an option for executing each @Test in its own ClassLoader. This is especially important in parallel-methods mode where threads clobber each other's static variables. See https://jira.codehaus.org/browse/SUREFIRE-749 for a...

Version 1.6.0 Testcase: https://github.com/cowwoc/maven-java9-class-shadowing Repro steps: 1. Project includes two dependencies A and B (in that specific order). 2. A depends on C, where B and C contain the same...

Jenkins must run as an Agent (instead of a Daemon) if you need to run the iOS simulator. See http://9elements.com/io/index.php/continuous-integration-of-ios-projects-using-jenkins-cocoapods-and-kiwi/ for an explanation. Please add a command-line option to install...

I get this output when running the script. If it's harmless, please modify the script to avoid the warnings (e.g. check if a file exists before running `chmod` on it)....

1. When the code executes: ``` sudo -i -u ${SERVICE_USER} ${SERVICE_HOME}/security.sh set-password —password=${SLAVE_TOKEN} —account=${MASTER_USER} —service=\"`rawurlencode "${SLAVE_NODE}"`\" ``` the command fails with `security: SecKeychainUnlock login.keychain: The user name or passphrase you...

enhancement
documentation

The script outputs: ``` The OS X Keychain password for builds is ABC You will need to copy this into the Jenkins configuration on bbs for every project that will...

documentation