Spring Projects Issues

Results 615 issues of Spring Projects Issues
trafficstars

**[Juergen Hoeller](https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller)** opened **[SPR-13501](https://jira.spring.io/browse/SPR-13501?redirect=false)** and commented JDK 9's Jigsaw initiative aims to allow for module metadata (`module-info.java`) that can be added to framework and library jars while still keeping them...

type: enhancement

**[Phil Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=pwebb)** opened **[SPR-13433](https://jira.spring.io/browse/SPR-13433?redirect=false)** and commented As requested on the Spring Boot issue tracker: https://github.com/spring-projects/spring-boot/issues/3890 — When processing an `HttpRequest` with `x-www-form-urlencoded` content, we can use a controller with POJO...

in: web
type: enhancement
has: votes-jira

**[Tomasz Nurkiewicz](https://jira.spring.io/secure/ViewProfile.jspa?name=nurkiewicz)** opened **[SPR-8767](https://jira.spring.io/browse/SPR-8767?redirect=false)** and commented Spring should provide a way (possibly a `BeanFactory` with a different `ConfigurableListableBeanFactory#preInstantiateSingletons` implementation) to initialize singleton non-lazy beans on startup in parallel using a...

in: core
type: enhancement
has: votes-jira

**[Stevo Slavić](https://jira.spring.io/secure/ViewProfile.jspa?name=sslavic)** opened **[DATAJPA-51](https://jira.spring.io/browse/DATAJPA-51?redirect=false)** and commented Currently Specification API does not support search to return anything other than instance of query root (or some collection of root) JPA entity as...

in: core
type: enhancement
has: votes-jira

**[Stefano Bertini](https://jira.spring.io/secure/ViewProfile.jspa?name=sbertini)** opened **[DATAJPA-1357](https://jira.spring.io/browse/DATAJPA-1357?redirect=false)** and commented I have an update method in a repository and the method is annotated with `@Query`. A `SecurityEvaluationContextExtension` bean is defined in the context. I...

type: bug
in: core

**[lj19950508](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50464)** opened **[DATAJPA-1788](https://jira.spring.io/browse/DATAJPA-1788?redirect=false)** and commented application: ``` spring.jpa.hibernate.ddl-auto=update spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect ``` Entity: ``` @Id @Column(columnDefinition = " varchar(32) comment 'ID'") @GeneratedValue(strategy = GenerationType.AUTO, generator = "custom-id") @GenericGenerator(name = "custom-id", strategy =...

type: bug
in: core

**[Thomas Darimont](https://jira.spring.io/secure/ViewProfile.jspa?name=thomasd)** opened **[DATAJPA-562](https://jira.spring.io/browse/DATAJPA-562?redirect=false)** and commented A common requirement that users have is to be able to inspect and / or modify objects after they are returned by the EntityManager...

type: documentation
type: enhancement

**[Martin Möller](https://jira.spring.io/secure/ViewProfile.jspa?name=martin.moeller)** opened **[DATAJPA-1464](https://jira.spring.io/browse/DATAJPA-1464?redirect=false)** and commented ```java public interface JavaUserRepositoryWithImplicitQuery extends Repository { Slice findAll(Pageable pageable); } ``` This repository returns at runtime a PageImpl and a count query is...

type: bug
in: core

**[findli](https://jira.spring.io/secure/ViewProfile.jspa?name=findli)** opened **[DATAJPA-1508](https://jira.spring.io/browse/DATAJPA-1508?redirect=false)** and commented pom: ``` org.springframework.boot\ spring-boot-starter-data-jpa\ 2.1.2.RELEASE\ ```   ```java @Query(nativeQuery = true, value = "select " + "DATE_TRUNC('day', to_TIMESTAMP(time))::varchar(10) as period," + "COALESCE(avg(amount_in), 0) AS avgStake," +...

type: bug

**[Jonathon Henderson](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49806)** opened **[DATAJPA-1746](https://jira.spring.io/browse/DATAJPA-1746?redirect=false)** and commented When using the `@EntityGraph` annotation to eager load a relation during a query, a "where" clause applied to that same relation causes the eagerly...

type: bug