Christian
Christian
The link to the demo report in readme.md is broken.
## Bug Report **Current Behavior** The inline JsDoc/TypeDoc often make reference to images using relative paths, but those images aren't part of the npm bundle (for as far as I...
Hi! There's a link in the [documentation](https://docs.spring.io/spring-data/cassandra/docs/current/reference/html/#mapping-conversion) that looks wrong and doesn't go anywhere: > See “[[cassandra.mapping.explicit-converters]](https://docs.spring.io/spring-data/cassandra/docs/current/reference/html/#cassandra.mapping.explicit-converters)” for further details. Also, when you scroll to the "Simple Primary Keys" section...
Basically, I would like to be able to have a comment box, and when someone drags a file on it, I'd like to turn it into a drop zone, so...
Is it possible to use feign-form's support for `application/x-www-form-urlencoded` forms with Spring Cloud's `@EnableFeignClients`/`@FeignClient` setup? Currently, I am getting the following exception when starting the `ApplicationContext`: > `java.lang.IllegalStateException: Method has...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries ### What part(s)...
### Why: Closes https://github.com/github/docs/issues/22864 ### What's being changed (if available, include any code snippets, screenshots, or gifs): Adds missing `{% raw %}` and `{% endraw %}` tags around three places...
When using placeholders in `application.yaml` (property files/externalised configuration) together with the `@ConfigurationProperties` annotation, there should be an option to have Spring **_fail fast at startup_** when a defined property is...
When using both `includeJsr303Annotations` and `includeGeneratedAnnotation`, it seems one still gets `javax.annotation.(processing.)Generated` instead of [`jakarta.annotaiton.Generated`](https://jakarta.ee/specifications/annotations/2.0/annotations-spec-2.0.html#jakarta-annotation-generated).