contentful.java
contentful.java copied to clipboard
Java SDK for Contentful's Content Delivery API
Version of the library: 10.4.1 Screenshot attached:  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:  When you receive a RichText field via java...
Bumps commons-io:commons-io from 2.7 to 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...