contentful-management.java icon indicating copy to clipboard operation
contentful-management.java copied to clipboard

Java library for using the Contentful Content Management API

Results 8 contentful-management.java issues
Sort by recently updated
recently updated
newest added

https://www.contentful.com/developers/docs/references/content-management-api/#/reference/environment-aliases/environment-alias-collection/get-all-environment-aliases-of-a-space/console/java

enhancement

https://www.contentful.com/developers/docs/references/content-management-api/#/reference/editor-interface/editor-interface-collection/get-all-editor-interfaces-of-a-space/console/java Currently SDK implements only fetch by contentTypeId, which is quite inefficient for spaces with plenty of content models

Title question. Wondering as I am planning to use CMAClient in a parallel application, but need to be 100% sure that it does not set state for thread safety

We are using Java sdk to update entries using the following calls CMAEntry entry = cmaClient.entries() .fetchOne(spaceId, environmentId, entryId); entry.setField(fieldId, targetLocale, textContent); CMAEntry updatedEntry = cmaClient.entries().update(entry); This code we execute...

Hey everyone! When using this library I encountered some minor dependency issues, so I thought it might be time to upgrade the okhttp3 client from 3.12.1 (which was released on...

Bumps commons-io:commons-io from 2.7 to 2.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.7&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

https://mvnrepository.com/artifact/com.contentful.java/cma-sdk/3.4.22 Are you sure there is not a security issue here?

**Issue Description** There's a critical inconsistency between how embedded entries/assets are represented in rich text when fetched directly through the Management API versus when retrieved using the Contentful Java SDK....