Philippe Marschall
Philippe Marschall
It's though, I know because we have an internal project that has the same issue 😞 What we decided to do is that code has to stop using `System.getenv()` and...
No, it currently does not. Is this a use case you have? if so, can you tell me more about your use case? Are your result sets homogeneous?
> The result sets are not homogeneous. That's what I feared. Could you provide a bit more detail how the values in the different result sets are related and how...
That doesn't sound easy to support out of the box. Things that come to mind how it could be solved: * "join in Java" meaning first you select from C1,...
https://github.com/travis-ci/travis-ci/issues/6830
I tried to build a fully contained reproducer. The code tries to reduce time spent outside of Yasson ```java public class Pojo { private float deleteSucceededJobsAfter; private OffsetDateTime firstHeartbeat; private...
This restores the old behaviour before #586 but closes the parsers and generators with will cause the buffers to be returned to the pool. This behaviour is currently not spec...
> Is there any update on what should happen here? Unfortunately I can not provide an update to you as I'm not affiliated with the project. I would appreciate such...
There isn’t currently a way to do this. `MemoryFileStore` doesn't currently track the whole used space so there is currently not a way to check if we exceed this.
Thank you, I'll have a look.