A JBoss Project
Red Hat
This is the archived New & Noteworthy page that is also part of 4.17.0.Final
What's New in 4.17.0.AM1
Hibernate Tools
Hibernate Runtime Provider Updates
Quarkus Tools
Support for YAML configuration file
Quarkus supports configuration through YAML format. For more information, see the Quarkus documentation
In order to use it, follow the steps:
-
create a Quarkus project using the new Quarkus wizard
-
create a new
application.yaml
orapplication.yml
next to theapplication.properties
insrc/main/resources
The editor will open and you will get content assist and syntax validation.