vgarmash

Results 7 issues of 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: ![image](https://user-images.githubusercontent.com/1226001/122583652-2b7e4500-d062-11eb-9781-a3b521ca3291.png) It states that it is possible to change case sensitivity for sorting. Although when trying to use "ignorecase" keyword I...

type: task

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). ![image](https://user-images.githubusercontent.com/1226001/116999297-16cf3300-ace8-11eb-82c8-33618e7577df.png) While it works for...

type: documentation

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...

enhancement

**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....

enhancement