From d2b355000e0a0621705b4562feb47707d14c8cae Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Wed, 18 Oct 2023 15:42:07 +0200 Subject: [PATCH] chore(skip-release): Prepare for 1.29.0 Signed-off-by: Fred Bricon --- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f83bafaf3..c9321dc42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ ideaVersion = IC-2022.2 -projectVersion=1.28.1-SNAPSHOT +projectVersion=1.29.0 jetBrainsToken=invalid jetBrainsChannel=stable quarkusVersion=3.1.2.Final diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index c191398c0..21c39c48a 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,10 +11,21 @@ ]]> 1.29.0 +
    +
  • Language servers no longer affect non-Quarkus projects
  • +
  • Quarkus properties completion no longer shows in properties files other than application.properties and microprofile-config.properties +
  • 10-20X faster computation of properties from deployment jars
  • +
  • @Observes and @Scheduled methods implicitly used
  • +
  • fixed compatibility issues with 2023.3 EAP
  • +
  • More performance improvements
  • +
  • More bug fixes
  • +
+ Learn more in the changelog.

1.28.0

  • Added quick fixes to disable validation for Qute templates
  • -
  • Added improvements to GraphQL validation +
  • Added improvements to GraphQL validation
  • Bug fixes
Learn more in the changelog.