Dashbuilder Quarkus Extension 0.27.0
Blog: Drools & jBPM Blog
We are glad to announce that Dashbuilder Quarkus Extension 0.27.0 is out with multiple improvements. In this article we are going to share the new features and you can see a little about it on our Quarkus insights session:
New Samples Screen
Dashbuilder now provides a new samples screen that will allow users to start from a sample dashboard to build their own.
The Samples screen allows users to try a dashboard and add to their project if they want to. It will be only available in development mode, but they can be part of the final jar by setting the property quarkus.dashbuilder.include-samples to true.
By default the link to the samples screen is displayed only if users do not have dashboards. When the user has dashboards then the samples UI can be access from DEV UI:

Properties
It is possible to set a dashboard property using application.properties. If you have a property in dashboard you can set the value for that property using quarkus.dashbuilder.properties.{dashboard name}.{property name}=value

Users can also declare quarkus properties in the dashboard. For example, the property quarkus.http.cors can be read directly from the YAML dashboard by declaring a property with the same name.
Kie Tools 0.27.0 Release
This version brings Dashbuilder 0.27.0 with VSCode extension release and many other improvements which you can see on the announcement post: WHAT’S NEW IN DASHBUILDER 0.27.0?
Installation
To install the latest version just update the dependency version to 0.27.0
io.quarkiverse.dashbuilder
quarkus-dashbuilder
999-SNAPSHOT
Conclusion
Dashbuilder Quarkus Extension 0.27.0 is out and you can try it right now! Stay tuned for new features and let us know if you have any questions.
The post Dashbuilder Quarkus Extension 0.27.0 appeared first on KIE Community.