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

Java SDK for Contentful's Content Delivery API

Results 24 contentful.java issues
Sort by recently updated
recently updated
newest added

Version of the library: 10.4.1 Screenshot attached: ![Screen Shot 2019-09-18 at 11 18 22](https://user-images.githubusercontent.com/54620131/65136202-768ba400-da07-11e9-99e8-764dea4fe7e7.png) As you can see, the data object is empty for CDARichEmbeddedBlock whilst it could be found...

This PR should resolve the [issue](https://github.com/contentful/contentful.java/issues/268) that I have encountered. I have tested this using another project by importing the packaged JAR into `pom.xml`. Let me know if I should...

### Description I have spotted this bug as I was using the SDK trying to retrieve an entry that contains a richtext field and outputting it in an endpoint using...

I'm currently debugging a production issue, which may or may not be related to Contentful, but what I found interesting is that the client, in order to fetch all entries...

named-regexp is a backport of named capture groups, which were introduced in Java 7. This library targets Java 8, so the backport is unnecessary. See https://github.com/tony19/named-regexp/issues/73#issuecomment-1897810289

How can a collection of different content types can be unwrap? our json preview looks like this ```id": "activities", "name": "Activities", "type": "Array", "localized": false, "required": true, "validations": [], "disabled":...

# Context Trying to load Contentful every month to Elastic search, incremental updates done via webhooks. We have a very large space with 40k+ entries. # Issue When doing: ```...

OkHttp is deprecated in Spring 6.1 https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/client/OkHttp3ClientHttpRequestFactory.html Is there any intention to replace it in this library with something that will be better supported in the future, like https://hc.apache.org/ or...

When you make an api call to receive an entry with a rich Text field inside, the response looks like this: ![image](https://github.com/user-attachments/assets/6d90bde4-663c-4693-b9ea-b48b96470a47) When you receive a RichText field via java...

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) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies