Matt Sicker
Matt Sicker
Ah yes that is rather unfortunate. The main reason I even wanted this was for a more type-safe version of a hostname or hostname+port rather than passing around a string...
A pureconfig-guava module would be far more appropriate for that, and there are many more types in that library which could potentially be useful I'm sure. Parsing an IPv4 address...
From what I remember, the hard part here was making sure any default shutdown callbacks registered in web apps didn't cause classloader leaks. The shutdown hook is a fun place...
@dependabot rebase
@dependabot rebase
This can't be merged without fixes for the changed APIs in Spring apparently.
Hey, first of, thanks for the contribution! Personally, I'm excited to see someone noticed the validation API in the first place. :D Anyways, I certainly like this idea. In fact,...
Maybe `@RequiresVariables` or something like that? And all the validation annotations so far have all been used to err a plugin factory which seems like a config error to me....
The way validation constraints work is that it fails the plugin only (will return null along with logging the error). It was originally developed to automate all the null/isEmpty() checks...
Travis is broken due to some integration tests that don't seem to work well in CI builds currently, don't worry too much about it affecting your PR. I manually verify...