Alex Boyko

Results 63 issues of Alex Boyko

Spring Data Query annotations can have SQL if `nativeQuery=true` is present. This embedded SQL can have embedded SPEL expressions. Syntax highlighting and validation for such SQL queries isn't working yet...

type: bug
theme: spel-support
theme: spring-data-support
for: vscode

Consider the following HQL query: ``` SELECT DISTINCT owner FROM Owner owner left join owner.pets WHERE owner.lastName LIKE :lastName% ``` The `pets` property from `Owner` class can be navigated to....

type: enhancement
theme: spring-data-support
for: vscode

Support syntax validation and possibly highlighting of CRON expressions values inside spring property files (properties/yaml) spring.integration.poller.cron=0 */30 * ? * * Likely new CRON value type needs to be added...

type: enhancement
for: eclipse
for: vscode
theme: validation

CodeLens or Inline Values explaining what CRON expressions mean. This should go in Java, and Properties/YAML for Spring Boot properties Use `org.springframework.scheduling.support.CronExpression` from Spring Framework it has parse method that...

type: enhancement
for: eclipse
for: vscode

Completion proposals for embedded CRON expressions as well as spring boot properties (properties/yaml format) (See support for CRON in IntelliJ: https://www.jetbrains.com/help/idea/scheduled-tasks.html)

type: enhancement
for: eclipse
for: vscode
theme: code completion

The live hover shows links to resources which are present as source in the workspace are showing up fine. Hpowever, if it is a resource in a JAR links are...

type: bug
for: eclipse

Currently AI chat integration supports only Maven projects. However, this limitation can be lifted and expanded over Gradle projects. The only complication would be parsing the snippet of `build.gradle` from...

type: enhancement
for: vscode
theme: ai supported coding

To speed up and optimize VSCode extensions loading use Webpack to build Spring VSCode extensions. Publish `commons-vscode` to NPM and also use webpack to build it. Use `vscode-spring-cli` as an...

type: enhancement
for: vscode

Add scheduled tasks view to the Boot Dashboard. Allow for executing scheduled tasks now or change the CRON expression at runtime. Try mapping scheduled tasks to their definitions in the...

type: enhancement
for: eclipse
theme: boot-dashboard
theme: live-data
for: vscode

Failure to add xml bind dependency via Rewrite Gradle plugin for Spring Boot 2.x -> 3.x upgrade - https://github.com/openrewrite/rewrite/issues/6411

bug
recipe
gradle