Erik Schultink

Results 5 issues of Erik Schultink

**- Do you want to request a *feature* or report a *bug*?** bug **- What is the current behavior?** ![2019-08-30 12-05-26](https://user-images.githubusercontent.com/102831/64045607-91f94280-cb1e-11e9-8a6d-441956758a18.png) **- If the current behavior is a bug, please...

Console log looks as follows: ``` [INFO] ------------------------< co.worklytics:project >------------------------- [INFO] Building project 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- function-maven-plugin:0.9.7:deploy (default-cli) @ project --- Executing Cloud SDK command:...

bug
P3

`RetryException` implements `Serialzable`, but does not fulfill the contract, because it has a field `Attempt`: https://github.com/rhuffman/re-retrying/blob/5c75a68acd87989fe93c605d205f420471d2144f/src/main/java/com/github/rholder/retry/RetryException.java#L32-L34 which does not implement `Serializable`: https://github.com/rhuffman/re-retrying/blob/5c75a68acd87989fe93c605d205f420471d2144f/src/main/java/com/github/rholder/retry/Attempt.java#L30-L38 as well as being generic, which makes it...

Trying to migrate to v0.5, we're using the new OAuthApp constructor that accepts a refresh token, as follows: ```java OAuthApp oauthApp = new OAuthApp( clientId, clientSecret, redirectUri, accessToken, refreshToken, httpTransport,...

I get the following stack trace: ``` java.lang.RuntimeException: Unable to invoke no-args constructor for com.asana.models.ResultBodyCollection$NextPage. Register an InstanceCreator with Gson for this type may fix this problem. at com.google.gson.internal.ConstructorConstructor$12.construct(ConstructorConstructor.java:210) at...