Vadym S

Results 3 issues of Vadym S

Error stacktrace: ``` Caused by: java.lang.IllegalStateException: Unable to load cache item at net.sf.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:79) at net.sf.cglib.core.internal.LoadingCache.get(LoadingCache.java:34) at net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:119) at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:294) at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:221) at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:174) at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:153) at net.sf.cglib.proxy.Enhancer.(Enhancer.java:73) at com.intuit.ipp.query.GenerateQuery.createQueryEntity(GenerateQuery.java:75) at...

Default http transport is Apache HTTP Client ([link](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/ff20a52b67c2d0fbbb14cf5c4802e13a116c6d35/ipp-v3-java-devkit/src/main/java/com/intuit/ipp/util/Config.java#L176-L179)). But it doesn't support url port (ie. I can't use http://locahost:8080/ as `BASE_URL_QBO` in tests. Requests will be made to `localhost:80`). I...

Preferred way for encoding BigNumeric in BigQuery is byte array representation of the number in little-endian byte order (scaled by 38). Docs: https://cloud.google.com/bigquery/docs/write-api#data_type_conversions