Releases: bonitasoft/bonita-artifacts-model
Releases · bonitasoft/bonita-artifacts-model
1.1.1
Note: this release superseeds the release 1.1.0 which has never been used in a Bonita release. Release 1.1.0 should not be used, as this 1.1.1 release fixes the tag for Application Links, which has been renamed from Advanced Application to Application Link.
What's Changed
New Features 🎉
- feat(application): Rename AdvancedApplication to ApplicationLink by @vhemery in #116
- chore(build): use java 17 to build by @rbioteau in #60
- feat: Add application links to application model by @vhemery in #105 and #109
Other Changes
- docs(README): update maven central badge link by @akantcheff in #48
Full Changelog: 1.0.0...1.1.1
1.0.0
This initial release contains the different modules that define the Bonita Runtime model. Which are:
- bonita-application-model
- bonita-bdm-access-control-model
- bonita-business-archive
- bonita-business-object-model
- bonita-connector-model
- bonita-form-mapping-model
- bonita-organization-model
- bonita-process-definition-model
- bonita-profile-model
What's Changed
New Features 🎉
- feat(bdm): add bonita-business-object-model module by @akantcheff in #20
- feat(profiles): add bonita-profile-model module by @akantcheff in #25
- feat(bdm-access-control): add bdm access control module by @akantcheff in #26
- feat(organization): add bonita-organization-model module by @akantcheff in #28
- feat(application): add bonita-application-model module by @akantcheff in #29
- feat(connector): add bonita-connector-model module by @akantcheff in #31
Bug fixes 🛠
- fix(groovy-maven-plugin): unexpected double-quotes on groovy execution by @akantcheff in #9
- fix(definition): move TaskPriority enum by @rbioteau in #13
- fix(actor): move Actor class where it belongs by @rbioteau in #15
- fix(formMapping): Move class by @rbioteau in #16
- fix(actions): Fix build-pr by @rbioteau in #19
- fix(form-mapping): remove lombok by @akantcheff in #17
- fix(classloader): load from module classloader by @rbioteau in #21
- fix(osgi): Use osgi resource finder by @rbioteau in #22
- fix(jaxb): revert unique process marshaller unmarshaller creation by @akantcheff in #24
- docs(application): fix javadoc errors by @akantcheff in #30
- fix(bdm): Do not set a default productVersion by @rbioteau in #45
Other Changes
- refactor(sonar): fix major issues by @rbioteau in #6
- chore(maven): improve configuration by @rbioteau in #11
- refactor(model): new module for shared classes by @akantcheff in #10
- test(bdm): add unit tests on marshall and unmarshall functions by @akantcheff in #27
- chore(codeql): add codeql workflow by @akantcheff in #38
New Contributors
- @rbioteau made their first contribution in #6
- @dependabot made their first contribution in #2
- @akantcheff made their first contribution in #9
Full Changelog: https://github.com/bonitasoft/bonita-artifacts-model/commits/1.0.0