Jayanga Dissanayake
Jayanga Dissanayake
## Purpose Make carbon-registry buildable in Java 11 ## Goals Make carbon-registry buildable in Java 11 ## Approach Make carbon-registry buildable in Java 11 ## User stories N/A ## Release...
Refer https://wso2.org/jira/browse/CARBON-16032
Strings should not be used to store master keys [1] https://github.com/wso2/carbon-secvault/blob/master/components/org.wso2.carbon.secvault/src/main/java/org/wso2/carbon/secvault/model/MasterKeyReaderConfiguration.java#L48
### Description The documentation guidelines in https://ballerina.io/learn/style-guide/annotations-documentation-and-comments/#documentation is not followed in sample codes given in https://ballerina.io/learn/test-ballerina-code/mocking/#create-a-test-double This has to be corrected in all the samples. ### Describe your problem(s) ```...