Spring Projects Issues
Spring Projects Issues
**[Сергей Цыпанов](https://jira.spring.io/secure/ViewProfile.jspa?name=stsypanov)** opened **[DATAJPA-1370](https://jira.spring.io/browse/DATAJPA-1370?redirect=false)** and commented Having dozens of interfaces extending JpaRepository and several hundreds of methods annotated with `@Query` it takes application significant type to start up. I think...
**[Mark Czubin](https://jira.spring.io/secure/ViewProfile.jspa?name=czubinm)** opened **[DATAJPA-1644](https://jira.spring.io/browse/DATAJPA-1644?redirect=false)** and commented When we create a projection query (i.e. use an interface to denote which fields we want to fetch). And the entity of the repo...
**[tonyfalabella](https://jira.spring.io/secure/ViewProfile.jspa?name=tonyfalabella)** opened **[DATAJDBC-362](https://jira.spring.io/browse/DATAJDBC-362?redirect=false)** and commented As noted on [jdbc.mybatis, ](https://docs.spring.io/spring-data/jdbc/docs/current/reference/html/#jdbc.mybatis)Spring Data JDBC provides functionality for the \`CrudRepository ` methods to call out to MyBatis. > For each **operation in `CrudRepository`**,...
**[Milan Milanov](https://jira.spring.io/secure/ViewProfile.jspa?name=milanov)** opened **[DATAJDBC-414](https://jira.spring.io/browse/DATAJDBC-414?redirect=false)** and commented Currently the supported date types are only `java.util.Date`, `java.time.LocalDate`, `java.time.LocalDateTime` and `java.time.LocalTime`. This could be improved by adding built-in converters for the `java.time.OffsetDateTime` and...
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATAMONGO-2250](https://jira.spring.io/browse/DATAMONGO-2250?redirect=false)** and commented because the properties are repeated in the sub class. see https://kotlinlang.org/docs/reference/classes.html#overriding-properties --- **Reference URL:** https://stackoverflow.com/questions/55417487/disambiguate-compiled-classes-in-spring-data **Issue Links:** - [DATACMNS-1509](https://jira.spring.io/browse/DATACMNS-1509) Ignore Kotlin override properties when...
**[metacubed](https://jira.spring.io/secure/ViewProfile.jspa?name=metacubed)** opened **[DATAREST-1300](https://jira.spring.io/browse/DATAREST-1300?redirect=false)** and commented Spring Data JDBC released its first GA version in September 2018. Is this implementation supported with Spring Data Rest? If not, are there any plans...
**[Michael Minella](https://jira.spring.io/secure/ViewProfile.jspa?name=mminella)** opened **[BATCH-2689](https://jira.spring.io/browse/BATCH-2689?redirect=false)** and commented This is a spike to consider the idea of having annotation based transitions. Things to consider with this: 1. What would the API look...
**[Michael Minella](https://jira.spring.io/secure/ViewProfile.jspa?name=mminella)** opened **[BATCH-2693](https://jira.spring.io/browse/BATCH-2693?redirect=false)** and commented As a developer, I'd like to be able to handle simple decision use cases by providing a predicate and having a simple mapping. Shortcut...
**[Damien Lenci](https://jira.spring.io/secure/ViewProfile.jspa?name=dlenci)** opened **[BATCH-2703](https://jira.spring.io/browse/BATCH-2703?redirect=false)** and commented My job is using a flow of 3 steps (A, B, C) in a loop. When no error occurs, the job executes fine :...
**[Marcel Overdijk](https://jira.spring.io/secure/ViewProfile.jspa?name=marceloverdijk)** opened **[SPR-9019](https://jira.spring.io/browse/SPR-9019?redirect=false)** and commented I'm facing an issue with AspectJ Dependency Injection when creating objects with the 'new' keyword. I have 3 Configuration classes: the main AppConfig.java, the...