spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.92k stars 1.39k forks source link

Fix query parsing error for properties using reserved lateral keyword. #3497

Closed christophstrobl closed 2 weeks ago

christophstrobl commented 3 weeks ago

Add tests for existing parsers and fix the HQL one. Should be back ported to 3.3.x and 3.2.x.

Closes: #3496

SergeVolodin commented 3 weeks ago

@christophstrobl, Good Day.

Is there any possibility of porting this change to Spring Boot 3.1.*

Thanks.

christophstrobl commented 3 weeks ago

@SergeVolodin data-jpa:3.1.x is unfortunately already out of OSS maintenance.

schauder commented 2 weeks ago

Merged and ported back to 3.2