Benjamin Ganley

Results 16 comments of Benjamin Ganley

In order to get this fully working as a static build on Alpine I had to do the following. First, modify CMakeLists.txt for the static build to statically link the...

We are also seeing this problem. As boundary doesn't support the IAM role chaining that we require for our environment, we are trying to pass the variables in from an...

I'm also seeing this issue with Boundary 0.15.0 with Boundary desktop 2.0.0. I'm seeing the same 500 error as @zellio has shown above but I'm not able to resolve the...

@AdamBouhmad I can confirm I'm still seeing this issue on 0.15.4 controller and workers with the latest Boundary Desktop app also. Let me know what I can provide so you...

This is no longer happening with 0.16.0. Thanks for the fix.

Hi @kayman-mk, Thanks for jumping onto this so quickly. I have been trying to get this working and for my case which is the docker runner, not the docker+machine executor....

Hi @gregturn Please find a simple reproducer here https://github.com/william00179/spring-data-reproducer-2756 I think the issue may be specific to Postgres, other databases may be more lenient. The problem can be fixed by...

I would think this would be a Hibernate issue but they have previously [rejected it being fixed within Hibernate](https://hibernate.atlassian.net/browse/HHH-13434). Its easily fixed within spring-data by using fetch rather than join...

Yes it will still work with an entity graph. We are currently using a forked version of the lib with this fix made. I havent raised this as a PR...

Hi @gregturn, just checking in to see if you've had an opportunity to have a look at this reproducer I provided?