This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Backend v1.1.0-M1
This is a release working towards milestone 1.1.0. It includes an upgrade to Quarkus 3.
What's Changed
We have changed the way we parse the Camel DSLs to align with latest Camel K behaviour:
- Refactor camel k crd by @Delawen in #694
- build(deps): bump camel-k-crds from 1.12.0 to 1.12.1 by @dependabot in #707
- fix: Integration CRD: Missing multiple route support by @igarashitm in #734
We have also made sure to upgrade dependencies, including Quarkus 3 thanks to @mkralik3.
- Quarkus3 upgrade by @mkralik3 in #695
- build(deps): bump pitest.version from 1.14.1 to 1.14.2 by @dependabot in #711
- build(deps): bump checkstyle from 10.12.0 to 10.12.1 by @dependabot in #716
- build(deps): bump quarkus-bom from 3.1.2.Final to 3.1.3.Final by @dependabot in #732
There were some other new features and bugfixes included:
- Add name and description by @Delawen in #706
- feat(restdsl): Add openapi-restdsl generator REST endpoint by @igarashitm in #710
- fix: Kamelets shouldn't contain (yet?) camel connectors by @Delawen in #686
- feature: Ensure name of flows are unique by @Delawen in #712
- feature: Wait for the warmup instead of throwing exception by @Delawen in #713
- chore: fix documentation generation for DSLSpecification by @apupier in #730
- chore: remove Mutation testing by @apupier in #729
- fix: make sure names are kubernetes compatible names by @Delawen in #725
- fix: Beans have two types of properties attributes by @Delawen in #724
Full Changelog: v1.0.1...v1.1.0-M1