Jonas Konrad
Jonas Konrad
No blockers, it's just on backburner
@M-E-Rademaker mn just calls Files.deleteIfExists. We don't check for permissions or anything. I don't see what we can do about that call failing.
the file still being opened elsewhere is a good theory. linux allows deletion in that case, but windows doesnt. it's possible that we or the application is leaving a stream...
you can also pass a `HttpRequest` as a workaround
HttpRequest should technically be faster. but i doubt it matters.
@CezaryBD This sounds like you're missing something to bind `Authentication` in your tests
@timyates i would use a `JsonCreator` in a mixin
sure something like that. But yea looking at the other classes, this seems infeasible
@graemerocher the classes only get bigger, see eg https://github.com/alexa/alexa-apis-for-java/blob/master/ask-sdk-model/src/com/amazon/ask/model/Context.java
You could try the `io.netty.transport.noNative=false` system property