John M. Daniel
John M. Daniel
@vazexqi mentioned in #91 the idea of supporting @NamespaceAccessible annotation in the framework. At the time, Apex did not support this annotation with interfaces. Now that the support is present...
### Summary force:apex:test:run command fails when using JWT connection and the jwtkeyfile file is missing from project folder ### Steps To Reproduce: - Have jwtKeyFile at project root - Authenticate...
If I construct a UserSelector class and include User.SmallBannerPhotoUrl and User.MediumBannerPhotoUrl as fields in the getSObjectFieldList() method, I get the following error whenever I run any UserSelector methods > System.SObjectException:...
There is a compilation-only circular reference between fflib_SObjectUnitOfWork and fflib_ISObjectUnitOfWork. - fflib_SObjectUnitOfWork implements fflib_ISObjectUnitOfWork - fflib_ISObjectUnitOfWork references fflib_SObjectUnitOfWork.IDoWork You can't compile the interfaces independently of the concrete class. I would...
The di_Injector.CustomMetadataModule class makes Schema.describeSObjects() call within a method. The concern is that this is an expensive call and could be optimized if it were outside of the main For...
I noticed that the `texei:package:dependencies:install` command requires the DevHub to be specified. Is that really required? @FabienTaillon, in my version of the command, it was simply because [line 41 was...
`toolbox:package:dependencies:install` fails when trying to install non-pinned dependencies. Error seen: ``` Beginning installs of packages... Installing package 04t1T0000000000000 : referencePackageA 0.1.0.LATEST ERROR running toolbox:package:dependencies:install: Cannot read properties of undefined (reading...
SFDX 2GP now supports specifying a package version where the versionNumber is "RELEASED" and the BRANCH attribute can be specified in the dependency list See SFDX Dev Guide for more...
If package version 1.5.2-3 is released, the manage command should not offer 1.5.2-4 as an option should that later build be present.
@dancinllama and @afawcett If we are going to maintain two variants of this project, one for SOAP and one for REST, then I would recommend that we rename the branches...