Jens Nehlmeier
Jens Nehlmeier
@Incanus3 I think this is similar to standard JPA. Bidirectional relations are usually persisted/updated from the owning side. In your case that would be `Customer` as it contains the `group_id`...
@deitch Thanks for your response. Actually I wasn't sure which project is the best to report it. I started here as I assumed the nat process is something linuxkit provides...
Ideally you would refactor your project into a multi module project so that you actually have a client, shared and server project each with its own build file. This would...
I have a project in which I tried to write such a "3-in-1" build file. I have defined the source sets a bit different, so maybe thats useful for you...
How you have deployed NATS to docker? I am using it locally for evaluation using docker swarm and it works.
There is https://hub.docker.com/r/natsio/nats-box which contains the tools.
Indeed it is a bit hard to discover. I stumbled upon it while reading https://docs.nats.io/running-a-nats-service/nats_docker#testing-the-clusters I think there should be an additional docker section/page in https://docs.nats.io/using-nats/nats-tools to mention it.
@aricart @philpennock It looks like the `.goreleaser` config is outdated and ```yaml brews: tap: ``` should not be used anymore. Instead it should be: ```yaml brews: repository: ``` Compare both...
And in the [commit history of nats-io/homebrew-nats-tools](https://github.com/nats-io/homebrew-nats-tools/commits/master/) you can see that @wallyqs has updated nsc manually 2 years ago.
The issue doesn't seem to be fixed as noted in latest comment in https://github.com/eclipse-ee4j/eclipselink/issues/1717 2.7.15 has [this fix applied](https://github.com/eclipse-ee4j/eclipselink/pull/2137) applied but is still affected.