Gili Tzabari

Results 123 issues of Gili Tzabari

Initial work on JERSEY-2430. I was forced to upgrade the `scala` version because older versions would trigger compiler errors when working with JDK8 bytecode. I was then forced to upgrade...

When using Jersey client under Java 9 I get: ``` java.lang.NoClassDefFoundError: javax/annotation/Priority at org.glassfish.jersey.model.internal.RankedProvider.computeRank(RankedProvider.java:111) at org.glassfish.jersey.model.internal.RankedProvider.(RankedProvider.java:72) at org.glassfish.jersey.internal.inject.Injections.lookupService(Injections.java:113) at org.glassfish.jersey.internal.inject.Injections.lookupInjectionManagerFactory(Injections.java:97) at org.glassfish.jersey.internal.inject.Injections.createInjectionManager(Injections.java:68) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:432) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:341) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:826) at org.glassfish.jersey.client.ClientRequest.getConfiguration(ClientRequest.java:285)...

Users are thrown off by the fact that they now have to explicitly include a dependency injection implementation. See https://stackoverflow.com/a/44546979/14731 Instead of the exception message stating "InjectionManagerFactory not found` please...

Obvious question: Can you please publish your library to Maven Central? It would make it a lot easier for end-users to work with it.

I am trying to implement https://softwarerecs.stackexchange.com/a/51036/2570 using your library. There doesn't seem to be a way to invoke exiftool with arbitrary options and get back an `InputStream` for reading the...

Per Robert Scholte https://issues.apache.org/jira/browse/MCOMPILER-367 can only be fixed in this plugin. Here is the problem description: > I will attach a testcase showing the following problem. > If you compile...

Please add support for writing TFRecords. I believe the corresponding python class is `tf.io.TFRecordWriter`.

**Is your feature request related to a problem? Please describe.** **Rule:** [PreserveStackTrace](https://docs.pmd-code.org/latest/pmd_rules_java_bestpractices.html#preservestacktrace) PreserveStackTraceRule allows throwing `getCause()` for a fixed list of exceptions. It would be useful to be able to...

an:enhancement

**Affects PMD Version:** 7.2.0 **Rule:** SwitchDensity Please provide the rule name and a link to the rule documentation: https://pmd.github.io/pmd/pmd_rules_java_design.html#switchdensity **Description:** Given the following code, there seems to be ~4 statements...

a:false-positive

**Affects PMD Version:** 7.0.0 **Rule:** [AbstractClassWithoutAbstractMethod](https://docs.pmd-code.org/latest/pmd_rules_java_bestpractices.html#abstractclasswithoutabstractmethod) **Description:** The AbstractClassWithoutAbstractMethod rule is being triggered on a non-abstract class **Code Sample demonstrating the issue:** ```java /* * Copyright (c) 2024 Gili Tzabari...

a:bug