Patrick
Patrick
Wow, we have been waiting for this for a while! Looks like all tests passed with these new changes. What do you mean by "massive binary incompatible changes" that would...
Any insight on this? Jarzilla crashes when I launch it from Finder, but I can launch it through terminal. ~/Applications/Jarzilla
Found a similar issue here https://github.com/java-decompiler/jd-gui/issues/147. Fixed my issue by changing the Jarzilla > Contents > Info.plist Under JavaX, I changed JVMVersion from 1.7+ to 1.8. Now it works.
Correction... I saw all the static imports in AmazonSQSExtendedClient starting with com.amazon.sqs... and assumed these were coming from aws sdk v1 since they started with com.amazon. It turns out, they...
When running all tests in Visual Studio 2015 Update 3, "dotnet-test-nunit": "3.4.0-beta-2", and dotnet version (1.0.0-preview2-003121), the test that I have marked as Ignored is causing the tests to fail....
It is recording as three because that is the number of CPUs I have. On Wednesday, August 10, 2016, Rob Prouse [email protected] wrote: > There is no parallelism in the...
Will the use of ThreadLocals migrate to using some of the new scoping functionality in 21? ie ScopedValue and StructuredTaskScope? Will this lead to just a change in behaviour for...
I agree with raising the transparency of client "pitfalls" in documentation and the fact aws uses an unsupported version of the apache client. https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration.html would be the perfect spot to...
☝️ what lirons01 said. 100%
Another disconnect to note. When working with a table that has a version attribute/field (@DynamoDBVersionAttribute), v1 DynamoDbMapper would return the new value of the version. In V2, this does not...