Skip to content

Commit

Permalink
chore(skip-release): Prepare for 1.12.0 (#633)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Aug 22, 2022
1 parent 467a2f4 commit d51c3aa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ The [Qute templating engine](https://quarkus.io/guides/qute-reference) is suppor
![](images/1.11.0/quarkus-tools1.png)

## Quarkus project wizards
* Generate a Quarkus Maven project, based on https://code.quarkus.io/
- Call `File -> New -> Module -> Quarkus`
* ~~Add Quarkus extensions to current Maven-based Quarkus project~~
- NYI

Generate a Quarkus Maven project, based on https://code.quarkus.io/. Call `File -> New -> Module -> Quarkus`. It is possible to filter the list of displayed Quarkus extension by name pattern and allow or disallow the inclusion of non platforms Quarkus extensions.

![](images/1.12.0/quarkus-tools2.gif)

## Quarkus `application.properties` Features
* Completion support for Quarkus properties
Expand Down Expand Up @@ -178,6 +178,11 @@ If you click the Run icon, it will start the Quarkus application in dev mode. If

![](images/1.10.0/quarkus-tools4.png)

When the console is running, you can open a browser to either the Quarkus DevUI or to the Quarkus application. When the Quarkus application has been started, right click in the console and a sub menu `Quarkus` will be displayed. It has 2 sub menus `Open DevUI` and `Open application`. When one of these menus are selected, a new browser window is opened to the desired location.

![](images/1.12.0/quarkus-tools1.gif)


## Quarkus code snippets

This plugin provides several code snippets, available when editing Java files:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ideaVersion = IC-2020.3
projectVersion=1.12.0-SNAPSHOT
projectVersion=1.12.0
jetBrainsToken=invalid
jetBrainsChannel=stable
quarkusVersion=2.11.2.Final
Binary file added images/1.12.0/quarkus-tools1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1.12.0/quarkus-tools2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
]]></description>

<change-notes><![CDATA[
<p><b>1.12.0</b></p>
<ul>
<li>New Quarkus project wizard allows to filter extensions by name and by being part of the Quarkus platform</li>
<li>Improved CodeLens support</li>
<li>Open Quarkus DevUI and application from Quarkus run or debug configuration console</li>
<li>LSP4MP 0.5.0 and quarkus-ls 0.12.1 based</li>
<li>Bug fixes</li>
</ul>
<p><b>1.11.1</b></p>
<ul>
<li>Fix incompatibilty with JetBrains Quarkus plugin</li>
Expand Down

0 comments on commit d51c3aa

Please sign in to comment.