Posts by Jeff Maury

Posts by Jeff Maury

Jeff works for Red Hat since 2016. He's leading desktop tooling effort around cloud native technologies (Quarkus, OpenShift, Kubernetes).

Posts

This release adds support for CodeActions / Quick Fixes

This release improves the Qute developer experience

This release improves Quarkus run experience

This release adds support for Qute templates

This release adds support for Quarkus run/debug configurations

This release adds support for Quarkus streams in the new project/module wizard

This release adds support for CodeLens for REST endpoints and enhances MicroProfile Fault Tolerance and Metrics supports

Quarkus Tools for IntelliJの1.4.0リリースを発表できることを大変嬉しく思います。このリリースでは、Quarkusプロジェクトウィザードのcodestartsのサポートが強化されました。 Codestarts Quarkusプロジェクトウィザードでは、code.quarkus.ioと同様に、codestartsを有効にしたエクステンションを特定のアイコン(エクステンション名の右側)で強調表示するようになり、ユーザーはcodestartsを有効にしたエクステンションをよりよく識別できるようになりました。 将来 ご質問、ご意見、ご感想などがありましたら、ぜひ イシューを開いてください。 お読みいただきありがとうございました。次のリリースをお待ちください! リンク GitHub リポジトリ: https://github.com/redhat-developer/intellij-quarkus Issueを開く: https://github.com/redhat-developer/intellij-quarkus/issues

Quarkus Tools for IntelliJの1.3.0リリースを発表できることを大変嬉しく思います。このリリースでは、Quarkusプロジェクトウィザードにcodestartsのサポートが追加されました。 Codestarts Quarkusプロジェクトウィザードに新しいcodestartsオプションが追加され、この機能をサポートするQuarkusエクステンションのcodestarts生成を有効/無効にすることができるようになりました。 将来 ご質問、ご意見、ご感想などがありましたら、ぜひ イシューを開いてください。 お読みいただきありがとうございました。次のリリースをお待ちください! リンク GitHub リポジトリ: https://github.com/redhat-developer/intellij-quarkus Issueを開く: https://github.com/redhat-developer/intellij-quarkus/issues

We are very pleased to announce the 1.2.0 release of Quarkus Tools for IntelliJ. This release brings enhanced support for Eclipse Microprofile. Eclipse Microprofile Reactive Messaging If your application is based on Eclipse Microprofile Reactive Messaging, properties are enabled for: @Connector annotation @Outgoing annotation @Incoming annotation Here is an example of a Kafka based application: Eclipse Microprofile JWT If your application is based on Eclipse Microprofile JWT, the following properties will be enabled...

We are very pleased to announce the 1.1.0 release of Quarkus Tools for IntelliJ. This release brings support for YAML configuration files and bug fixes. application.yaml support Code completion (Ctrl + ENTER) Property documentation Select a property and press Ctrl+Q Syntax validation Wrong property key names or values are reported 将来 ご質問、ご意見、ご感想などがありましたら、ぜひ イシューを開いてください。 お読みいただきありがとうございました。次のリリースをお待ちください! リンク GitHub リポジトリ: https://github.com/redhat-developer/intellij-quarkus Issueを開く: https://github.com/redhat-developer/intellij-quarkus/issues

We are very pleased to announce the 1.0.0 release of Quarkus Tools for IntelliJ. This release brings enhanced code completion and syntax validation for application.properties and better support for Microprofile in Java files. It is not based anymore on the LSP Support plugin in order to increase stability. In order to install it, search for Quarkus Tools in the JetBrains marketplace or download from here. Here is an overview of the major...

In a previous post, we announced the first version of Quarkus Tools for Eclipse. We’re now announcing a new version for Quarkus Tools for Eclipse, including better support for Eclipse Microprofile, Java 11 and enhancements to the wizard. Language support for Kubernetes, Openshift, S2i and Docker properties There is now completion, hover, documentation and validation for kubernetes., openshift., s2i., docker. properties Enter kubernetes prefix: Enter openshift prefix: Enter s2i prefix: Language support for...

You have probably already heard about tooling for Microsoft VSCode or JetBrains IntelliJ. Last week the first version of Quarkus Tools for Eclipse was released. It’s free and open source and we encourage you to use it. Let’s see how you can get it and play with the features. インストール There are several ways to get Quarkus Tools inside the Eclipse IDE. Quarkus Tools is part of JBoss Tools. So if you...