Skip to content

Releases: bonitasoft/bonita-artifacts-model

1.1.1

24 Jun 08:03
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...1.1.1

1.0.0

12 Oct 08:42
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/bonitasoft/bonita-artifacts-model/commits/1.0.0