Alex Boyko

Results 245 comments of Alex Boyko

The only difficulty is creating from scratch a TextMate grammar for JPQL. Alternatively, we'd need to find one out there on the web as it is likely someone has created...

Here is how sytax highlighting for JPQL looks like in VSCode Inside Java code: ![Screenshot 2024-04-14 at 19 31 04](https://github.com/spring-projects/sts4/assets/6433390/3cd43df0-0349-46c5-a60c-f2bddf07146e) Inside `jpa-named-queries.properties` file: ![Screenshot 2024-04-14 at 19 31 11](https://github.com/spring-projects/sts4/assets/6433390/97b61f9c-dfc1-4131-8c5c-f290b26d0acf) Eclipse...

JPQL part went in with: 95b8e2f5bd8b1b7fcdf517124f6d7df5c420fe75 Left: 1. SPEL inside queries. 2. HQL if hibernate core is on the classpath 3. SPEL for HQL queries.

HQL support: 8b4abbcfd24fd57faf00bfbec2f08a6b8f821fa8 Only SPEL support left

NPE fix is included in 2543bdf1e0918f7aa87a10cd4980b593eaebe99b

SPEL syntax highlighting moved to #1234. Closing this.

For the missing method parameter we have something already in 4.20.1 snapshot: ![Screenshot 2023-10-10 at 18 40 19](https://github.com/spring-projects/sts4/assets/6433390/6b231ab9-1f16-4592-aa52-af1c36ceece0) Class level request mapping method parameter - I suppose we could add...

Here is the nightly/snapshot builds download page: https://dist.springsource.com/snapshot/STS4/nightly-distributions.html

@manueljordan The javadoc over `org.springframework.web.bind.annotation.RequestMapping` annotation declaration states that all annotation parameters are applicable to type and methods (each parameter javadoc). Therefore I don't think there is anything we should...

What's the context of this error? Were you trying to look at the memory graphs? What did you do as a user in VSCode that resulted in the error above?...