shark300
shark300
In #54 and #213 were introduced draft-v7 support but idn-* validations are not working in 1.0.28. There are a some ignored test cases what are related to v7 support. This...
I tried to deploy our application to staging environment and I assumed it will work without exception/warning because I have tested some error cases in ITs regarding to message rejecting...
https://hibernate.atlassian.net/browse/HV-1921 ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt). For more information on licensing, please check [here](https://github.com/hibernate/hibernate-validator/blob/main/CONTRIBUTING.md#legal)....
Dear halleysfifthinc, I would like to build your circuit but I am a new guy in electronic. I understand your circuit but I am not sure. Can you upload your...
Hi, I've tried this: ``` @Test public void test() { given(testCollectionSourceProvider.getCollection(new ArrayList())).willReturn(new ArrayList()); } static class TestCollectionSourceProvider { T getCollection(T collection) { return collection; } } ``` But I've got...