WonChul Heo
WonChul Heo
It's not exact, but I think this is a problem due to the time difference between the process of getting a random bindable port number and the actual binding. There...
We may ignore this. However, when certain parameters are passed to the Armeria server, I thought that it would be fine if the random port was bound. Of course, this...
When I looked again in relation to it, I found that Armeria already binds to a random port if 0 is given. 🤣 My guess is that there is a...
I shared a related post last year. 😄 See https://github.com/line/armeria/issues/2426#issuecomment-591251023
There is an impact from https://github.com/line/armeria/pull/4262
> Gentle ping, @heowc 🙇 Sorry for the late reply 🙏
> ExchangeType I'll check 😄
I don't think this is a `spring-data-jpa` issue, but a compatibility issue between `postgresql` and `hibernate`. Hibernate is slow to respond to bugs for specific drivers, so I can't guarantee...
Another story, but we've heard reports of side effects from this, so we'll need to check this out. 🤔 See https://github.com/spring-projects/spring-data-jpa/pull/2461#issuecomment-1126875784
Although this issue hasn't been discussed for a long time, I think it would be nice to provide an interface to use other http client apis besides httpUrlConnection. Starting with...