This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Backend v1.1.0-M2
This release is almost closing all 1.1.0 milestone goals.
What's Changed
We added some new features:
- Leverage quarkus features by @lburgazzoli in #764
- Enum and example are kept on Kamelets and right type of Kamelet detected by @Delawen in #756
- feat: add profile to build standalone images/artifacts by @lburgazzoli in #773
- test: Use all IntegrationsResource tests in native testing by @mkralik3 in #774
We fixed several bugs:
- fix: don't lose examples on properties by @Delawen in #727
- fix: Kamelet adds "-action" to new name by @igarashitm in #750
- fix: An empty route is generating a null step by @igarashitm in #745
- fix: Beans UI support for Integration and Kamelet by @igarashitm in #743
- fix: Delete steps in editor (replace with null) doesn't propagate to … by @igarashitm in #746
- fix: All parameters can be substituted by string variables by @Delawen in #755
- fix: Integration/Kamelet/KameletBinding: Put name and description in FlowsWrapper.metadata by @igarashitm in #761
- fix: DSL capability: add a flag if it supports resource level name/de… by @igarashitm in #766
- fix: check deployed image only on pr by @lburgazzoli in #768
- fix: When enum in object property was null, it broke by @Delawen in #772
- fix: Empty camel routes should show basic skeleton by @Delawen in #759
There were some chore tasks:
- chore: Minor updates in Readme by @mkralik3 in #735
- chore: centralize dependencies management by @lburgazzoli in #753
- chore: add maven wrapper by @lburgazzoli in #760
And finally we upgraded several dependencies:
- build(deps): bump maven-jxr-plugin from 2.2.0 to 3.3.0 by @dependabot in #754
- build(deps): bump quarkus-bom from 3.1.3.Final to 3.2.0.Final by @dependabot in #752
- build(deps): bump camel-openapi-rest-dsl-generator from 4.0.0-M3 to 4.0.0-RC1 by @dependabot in #747
- chore: Update Graalvm version in GitHub workflows by @mkralik3 in #731
- build(deps): bump os-maven-plugin from 1.7.0 to 1.7.1 by @dependabot in #771
- build(deps): bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 by @dependabot in #770
New Contributors
- @lburgazzoli made their first contribution in #753
Full Changelog: v1.1.0-M1...v1.1.0-M2