Skip to content

Commit fe7a6c3

Browse files
committed
Update changelog for 4.24.0 release
1 parent bc5006f commit fe7a6c3

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

.github/workflows/publish-eclipse-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
release_version: ${{ inputs.release_version }}.RELEASE
4646
secrets: inherit
4747

48-
# create-github-release:
49-
# uses: ./.github/workflows/create-gh-release.yml
50-
# with:
51-
# version: ${{ inputs.release_version }}.RELEASE
52-
# secrets: inherit
48+
create-github-release:
49+
uses: ./.github/workflows/create-gh-release.yml
50+
with:
51+
version: ${{ inputs.release_version }}.RELEASE
52+
secrets: inherit
5353

5454
# announce-release:
5555
# needs: [ aggregate-ls-extension-update-site, aggregate-distro-update-site, create-github-release ]

vscode-extensions/vscode-spring-boot/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2024-07-24 (4.24.0 RELEASE, incl. language servers version 1.56.0)
2+
3+
#### important highlights
4+
5+
* _(Spring Boot)_ SPEL syntax highlighting and validation inside Java and embedded Spring Data queries. MySQL and PostgreSQL queries syntax highlighting and validation
6+
* _(Spring Boot)_ Improvements Content Assist, Navigation and/or Find References for `@Profile`, `@Resource`, `@Qualifier`, `@Value` annotations
7+
8+
#### all fixes and improvements in detail
9+
* _(Spring Boot)_ add code completion and to go definition support for `@Resource` annotation (name attribute) [#1298](https://github.com/spring-projects/sts4/issues/1298)
10+
* _(Spring Boot)_ support `jakarta` version of `Inject` annotation (in addition to `javax` variant) [#1297](https://github.com/spring-projects/sts4/issues/1297)
11+
* _(Spring Boot)_ add content-assist and find references for `@Profile` annotation [#1294](https://github.com/spring-projects/sts4/issues/1294)
12+
* _(Spring Boot)_ allow navigation to classpath resources from `@Value` annotation [#1287](https://github.com/spring-projects/sts4/issues/1287)
13+
* _(Spring Boot)_ do not show hidden files as proposals for classpath resources (in `@Value` annotation) [#1286](https://github.com/spring-projects/sts4/issues/1286)
14+
* _(Spring Boot)_ support classpath resources in code completion for `@Value` annotation [#1285](https://github.com/spring-projects/sts4/issues/1285)
15+
* _(Spring Boot)_ add content-assist for `@Qualifier` annotation [#1261](https://github.com/spring-projects/sts4/issues/1261)
16+
* _(Spring Boot)_ improve parser-based validation for SpEL snippets [#1237](https://github.com/spring-projects/sts4/issues/1237)
17+
* _(Spring Boot)_ SpEL Syntax Highlighting [#1234](https://github.com/spring-projects/sts4/issues/1234)
18+
* _(Spring Boot)_ Error when edit spring xml bean config file [#1295](https://github.com/spring-projects/sts4/issues/1295)
19+
* _(Spring Boot)_ avoid mapping content-assist proposals to show up at class level [#1280](https://github.com/spring-projects/sts4/issues/1280)
20+
* _(Spring Boot)_ weird vscode JPQL/HQL syntax error for `@Query` text block in Spring Boot [#1279](https://github.com/spring-projects/sts4/issues/1279)
21+
* _(Spring Boot)_ Support SPEL expressions inside SQL queries [#1270](https://github.com/spring-projects/sts4/issues/1270)
22+
123
## 2024-06-17 (4.23.1 RELEASE, incl. language servers version 1.55.1)
224

325
#### important highlights

0 commit comments

Comments
 (0)