Paul Warren

Results 80 comments of Paul Warren

Hi @Vmarci94, To use my contentStore like this: > @Autowired private FileContentStore contentsRepo; Yes that is how you can autowire the content store into another part of your code in...

> Although You said, the @reposirtoy annotation is a Spring Data construct, and Spring Content does not required this, I added the @component annotation and solved this little thing. Ah...

I updated the docs for the filesystem module to (hopefully) explain this better: https://paulcwarren.github.io/spring-content/refs/snapshot/1.0.x/fs-index.html#_accessing_content

I looked into the problem marker that you highlighted. I also see this BTW. And it is annoying. But I suspect that there are smarts in the spring plugins that...

Thanks for the info. Yeah, I think what is weird for me about this is that you don't need this `@ComponentScan` application for the correct functioning of the application. intellij's...

For sure @lmtoo. I try to develop Spring Content based on user feedback. That was definitely on my list of items that we could do but until now no one...

@JeroenAdam thanks for the link. I will watch that. @juja0 apologies for the tardy response times. I think both approaches are probably valid, depending on use case. But I like...

We don't have an equivalent API at the moment. We can add it. Its a little lower level but in case it is helpful [this](https://github.com/paulcwarren/spring-content/blob/636065249adbf92f079f043e568961a44e2968d3/spring-content-rest/src/main/java/internal/org/springframework/content/rest/links/ContentLinksResourceProcessor.java#L157) is how I do it...

+1 for @ciriarte comment. I would also like to see this backed by OpenAPI so that we can take advantage of the already existing tooling that is out there. I...

@maksym-matlo the basic setup is described in the jpa guide [here](https://paulcwarren.github.io/spring-content/refs/release/0.12.0/jpa-index.html#_jpa_content_stores). And you might find the [set of jpa integration tests](https://github.com/paulcwarren/spring-content/blob/main/spring-content-jpa/src/test/java/internal/org/springframework/content/jpa/ContentStoreIT.java) a useful guide also. And lastly it should be...