Jimmy Praet
Jimmy Praet
I'm trying to configure the plugin with a dependencyResource jar that contains 2 XSD. One XSD is importing the other with an specifying the relative path. But the plugin cannot...
## What problem are you trying to solve? Migrate from [EasyMock](https://easymock.org/) to [Mockito](https://site.mockito.org/). Resources: * https://wiki.magnolia-cms.com/display/DEV/Converting+Easymock-Tests+to+Mockito * https://gist.github.com/stefanbirkner/1095194/904909cc229b6acb55c18f529e396089129e20e9
Plugin validation issues detected when using the jaxws-maven-plugin (2.6) with Maven 3.9.2 and -Dmaven.plugin.validation=VERBOSE ``` [WARNING] * org.codehaus.mojo:jaxws-maven-plugin:2.6 [WARNING] Plugin issue(s): [WARNING] * Plugin should declare these Maven artifacts in...
In https://github.com/mojohaus/jaxws-maven-plugin/commit/05e2454be4bee75da35e258a156c291a095eda2e support was added for nonProxyHosts, but the getWsImportArgs() where this was added is called in a for-loop for each WSDL. When there are a lot of WSDL's to...
The problem RFC explicitly states in https://www.rfc-editor.org/rfc/rfc9457.html#section-3.1.4: > Consumers SHOULD NOT parse the "detail" member for information; extensions are more suitable and less error-prone ways to obtain such information. Could...
At CBSS we package our openapi definitions as a zip file with this folder structure: * belgif * common * v1 * common-v1.yaml * problem * v1 * problem-v1.yaml *...
Should there be a rule for description, summary, title of operations/schemas/other? Start with upper case and end with a period (.) * https://support.smartbear.com/swaggerhub/docs/en/manage-resource-access/api-standardization.html#UUID-a3ec554d-e289-65b4-198a-7c68403402d4_id_summary-format * https://github.com/Azure/azure-openapi-validator/issues/59 In the belgif types it's...
The guide has a naming rule for problem types: https://www.belgif.be/specification/rest/api-guide/#rule-prb-type And https://www.belgif.be/specification/rest/api-guide/#bad-request mentions the following about issue types: > They follow the same URN structure as problem types. It is...
Standardize some general validation issues for constraints that cannot be enforced through schema validation (related to #108): * urn:problem-type:cbss:input-validation:mutuallyExclusiveParameters (when a choice should be made between mutually exclusive parameters) *...
The rest-guide currently lists these as not covered: > Topics not covered in this guide: > > * Semantics of common business data (e.g. social security number, address, …). These...