·
3 commits
to release/1.0.x
since this release
About this release
New and Noteworthy
Version 1.0.0 is the first release of the project. It is a fork from camunda-platform-7-keycloak
and has been adopted for Operaton.
Contributors
We'd like to thank the following people for their contributions:
- Julian Haupt (@hauptmedia)
- Karsten Thoms
- Lars Uffmann
Changelog
🚀 Features
🐛 Bug Fixes
- 8aa376d docker-compose: Fix feature activation, closes #7
- 18997bd typo: fixed typo in opereaton
- e60097e test: disable example showcase test (related to #11, #3), closes #3 #11
- c71a481 testing: Fix test expectation, closes #14
- 11a12c3 build: Remove
deploy.yml, closes #15 - f87da19 build: Set project version to
1.0.0-beta-1-SNAPSHOT, closes #16
🛠 Build
- 011d5fd deprecation: Replace
StringUtils#isEmpty()byObjectUtils.isEmpty()(#22), closes #21 #22 - b4d756e Update badges
- 47f2d2e Update to Operaton 1.0.0-beta-4-SNAPSHOT (#31), closes #31
- 0bb385f Update Keycloak Plugin to be compatible with Operaton RC1 (#34), closes #34
- e664625 Resolve deprecations (#35), closes #35
- 6d0bfb8 build: set version to 1.0.0-beta-4-SNAPSHOT (#36), closes #36
- 4142573 test: update test dependencies and cleanup configurations. (#37), closes #37
- 41cb755 deps: update Operaton to 1.0.0-rc-2 and Spring Boot to 3.5.7, update README accordingly (#38), closes #38
- ab6a06b docs: update README for Operaton 1.0.0 release (#39), closes #39
🔄️ Changes
- f18e9f4 Replace Hamcrest by AssertJ
- 4a83b00 Remove unnecessary throws declarations
- 2cdcf4a Rename non-final static fields in camel-case
🧰 Tasks
- 4b75f43 build: Add release workflow, closes #4
- 1cda5ff build: Add Maven Wrapper, closes #5
- 4108179 docs: Add issue templates, closes #6
- 3921d59 Remove obsolete version tag
- 4b77e88 Add CODE_OF_CONDUCT.md
- ea5f075 rename: More renaming for Operaton
- 0c3534e readme: fix maintainer & add acknowledgement (fixes #1), closes #1
- 24e603e build: Set default branch to release from to
master - eb5fffb Code cleanup
- 5b35a13 testing: Use Testcontainers in integration tests, closes #10
- c38d460 improve code quality
- b8b97b8 improve code quality
- 9ab21e7 improve code quality
- aa2dd53 improve code quality
- 3367bf4 formatting
- 32609e7 format .java files, closes #21
- 20fdc5c build: enable nightly builds and push builds for master branch
- f870e52 build: create release/1.0.x branch.
- a316196 renamed namespace camunda to operaton