Quarkus 2.0.0.Alpha2 released - Continuous Testing improvements
We just released our second Alpha for Quarkus 2.0.
We had a lot of feedback and Continuous Testing got a lot of fixes and improvements.
Please keep the feedback coming!
If you have missed our Alpha1 announcement: here are the main new features of Quarkus 2.0.
Migration Guide
We will keep the Migration Guide up to date here: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.0.
文档
For now, the documentation for our main
branch is not available on the website yet.
It will be available soon.
What’s new?
持续测试
The most visible being a far improvement integration in the Dev UI.
Another notable one is the addition of quarkus.test.type
which can be used to define which tests are run in continuous testing, unit
, quarkus-test
or all
.
Full Changelog
You can get the full changelogs of 2.0.0.Alpha2 on GitHub.
Come Join Us
We value your feedback a lot so please report bugs, ask for improvements… Let’s build something great together!
If you are a Quarkus user or just curious, don’t be shy and join our welcoming community:
-
provide feedback on GitHub;
-
craft some code and push a PR;
-
discuss with us on Zulip and on the mailing list;
-
ask your questions on Stack Overflow.