little_pinecone

Results 4 comments of little_pinecone

I found a related [StackOverflow answer](https://stackoverflow.com/a/65538482/7995881). It seems that the [validation starter is no longer included in web starters since v2.3](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#validation-starter-no-longer-included-in-web-starters).

@andymunro I ran the `git pull upstream main` command and it didn't change the "waiting for status" message. I don't see any merge commits in the repository and the branch...

I really like this package so I hope that the support for Angular 9 can be added. In the meantime, I replaced Greentube/ngx-modal with [preeco-privacy/ngx-modal](https://www.npmjs.com/package/@preeco-privacy/ngx-modal-dialog): ``` $ npm uninstall ngx-modal...

To expand on @rPraml's code, adding `octet-stream` to the supported media types in the existing `MappingJackson2HttpMessageConverter` will prevent bugs when using other media types: ```java import org.springframework.context.annotation.Configuration; import org.springframework.http.MediaType; import...