GitHub user javacracker opened a pull request:
https://github.com/apache/cxf/pull/261
[Cxf 7239] bug fix to allow springboot to validate path in CxfProperties
Fix bug related to cxfProperties and added tests cases to validate.
Missing @Validated on CxfProperties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/javacracker/cxf CXF-7239
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/261.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #261
----
commit 245cd07e298ea481bb2f05aafa766c825ec589cf
Author: javacracker <[email protected]>
Date: 2017-04-14T01:56:05Z
[cxf-7239] added annotation for cxfProperties validation and moved the
criteria for validation of the path to the getter method
commit 45ca7dba97507144f25e2e8bd483506727aacd68
Author: javacracker <[email protected]>
Date: 2017-04-14T02:03:41Z
[cxf-7239] test class for springboot to validate cxfProperties, cover
invalid path when empty , no slash or null
commit 2471ecb671c92336e5d3eb98aee5fd3fc5adf8ce
Author: javacracker <[email protected]>
Date: 2017-04-14T02:08:15Z
[cxf-7239] update pom file for depencies to run the tests to check if
springboot validate "path"
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---