FuelSDK-Java icon indicating copy to clipboard operation
FuelSDK-Java copied to clipboard

Salesforce Marketing Cloud Java SDK

Results 81 FuelSDK-Java issues
Sort by recently updated
recently updated
newest added

I am trying to use the fuelsdk in an osgi environment. I am getting this error - java.lang.ClassCastException: com.sun.xml.internal.ws.client.sei.SEIStub cannot be cast to org.apache.cxf.frontend.ClientProxy This is because OSGi loads the...

**Describe the bug** See https://www.cve.org/CVERecord?id=CVE-2017-5645 **To Reproduce** See https://www.cve.org/CVERecord?id=CVE-2017-5645 **Expected behavior** Not be vulnerable to https://www.cve.org/CVERecord?id=CVE-2017-5645 **Screenshots** N/A **Code snippet** N/A **Environment** com.github.salesforce-marketingcloud:[email protected] **The bug has the severity** - [x...

bug

**Describe the bug** We can't create Asset since we can't set AssetType. **To Reproduce** We tried this code: ```Java ETAsset asset = new ETAsset(); asset.setName("Asset Test 1"); asset.setContent("Asset Test 1...

bug

Hi team, My project is going to upgrade to java 17. When will FuelSDK-Java support java 17? Thank you.

enhancement

**Is your feature request related to a problem? Please describe** We have a Spring Boot application that uses the Salesforce SDK and would like to upgrade it to use Spring...

enhancement

Folder Keys are not unique values, so using ETFolder.getParentFolderKey() to lookup the parent folder to traverse the path can return multiple values when retrieving the parent folder. This makes traversing...

enhancement

Hi, We have a project that uses the fuelsdk for authentication and sending data to MarketingCloud from our Heroku App. We received info from MC regarding the update of our...

**Describe the bug** In fuelsdk-1.6.0.jar, when calling the method retrieve() of the ETSoapObject class, if the variable continueRequestId has a value, nullPointException occurs because the variable soap is not assigned...

bug

**Describe the bug** Recently SFMC added ErrorCodeId to the SubscriberResult in the wsdl and Fuel wasn't updated to support it. **To Reproduce** Send yourself a triggered email with an invalid...

bug

**Is your feature request related to a problem? Please describe** Since the infamous **CVE-2021-44832**, the security teams of different organizations are suspicious when they see **log4j-core** as a dependency. For...

enhancement