liviu-vasut
liviu-vasut
@bjt-user `JDK_JAVA_OPTIONS` is the preferred variable to be set these days. I encountered the same problem (on linux, but it should not matter) and setting that in the environment solved...
I'm using java 11, and yes, you are right @maxandersen, `JAVA_TOOL_OPTIONS` works too. Last week I struggled a bit until I got the working combination and I must have messed...
> @liviu-vasut This issue is labeled `windows`. I saw that, @bjt-user, but in this case is not important. JDK options are platform independent, proved by the fact that after setting...
I also encountered this problem while migrating from the V1 SDK. My class field name is `version` but I was using `@DynamoDBVersionAttribute(attributeName = "_version")` to change it. In version V2,...