vgarmash
vgarmash
Hello. I installed the latest PSI-Probe into Tomcat 8.5.6 and I noticed that my datasources of type `javax.sql.XADataSource` are not listed. I have 5 datasources defined like this: ``` ```...
https://github.com/spring-cloud/spring-cloud-stream/blob/a1741794edc1197ff4e9967d4c928c77b974a854/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/config/BinderFactoryAutoConfiguration.java#L135 In the comment I noticed this line: ` In all, all this will be obsolete once https://jira.spring.io/browse/SPR-17503 * is addressed and we can fall back on core resolvers` Please...
In current documentation https://docs.spring.io/spring-data/data-mongodb/docs/current/reference/html/#core.web.basic I see the following table:  It states that it is possible to change case sensitivity for sorting. Although when trying to use "ignorecase" keyword I...
In the documentation we see that it is possible to manage nullability for the repository methods. Look at section [9.4.7 Null Handling of Repository Methods](https://docs.spring.io/spring-data/data-mongodb/docs/current/reference/html/#repositories.nullability).  While it works for...
JBehave has a feature called [Composite Steps](http://jbehave.org/reference/stable/composite-steps.html). I tried to use it but my IntelliJ Idea plugin shows my composite steps as not found. See the screenshot: ![2016-02-22 12-06-29 login...
**Description and expected behavior** It is confusing that we need to repeat the Id of the entity that we are updating by POST or PUT operations. I can provide one...
Hello. I am glad I was able to find your repositories as I am struggling to make WebAPI OBO scenario to work with latest versions of Spring and Spring security....