javadevmtl
javadevmtl
So far it seems we are 3 people that needed this @InfoSec812 @pantinor and myself (But it doesn't seem other people have had this issue???). I can't speak for the...
@pk-work How does it work on vertx-3? In my opinion it should work like vertx-3 but separated into the new classes validators that where created for vertx-4. Sample stack trace...
Do you have example of what `((JsonSchemaValidationException) exception.cause).location()` it would return?
@pk-work And to be clear for my case where there's no nesting it will return `$.myFancyField` as is?
Question does the vertx-mail client now natively support XOAUTH or we need to do extra OAUTH first and then pass the tokens to the email client?
I think I can get around this by using triggers, but I'm not quite sure how it all works together. I'm using the vagrant-triggers plugin, but the boot trigger doesn't...
Never mind. Found an undocumented setting for winrm that lets you retry until it is up. This is important for sysprep windows which takes for ever... https://github.com/mitchellh/vagrant/issues/7626