-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare examples for 7.19.0 release (#245)
* chore(release): bumps versions to 7.19.0 * chore(examples): consolidate starter XTaC examples (#246) camunda/camunda-bpm-platform#2734 * chore(xtac): adjust spring boot version related to camunda/camunda-bpm-platform#2925 * chore(bpmn2.0): adjust examples related to camunda/camunda-bpm-platform#2918 * chore(process-engine-plugin): adjust plugin examples related to camunda/camunda-bpm-platform#2920 * chore(bpmn-model-api): adjust BPMN model examples related to camunda/camunda-bpm-platform#2920 * adjust webapps examples (#249) camunda/camunda-bpm-platform#2921 * chore(deployment): adjust deployment examples * Introduces a new Jakarta EJB example. * Adds migration hints to Jakarta API where applicable. * Uses WildFly 26 modules where necessary. related to camunda/camunda-bpm-platform#2919 * chore(release): migrate spring-boot-starter related to camunda/camunda-bpm-platform/issues/2923 * chore(quarkus): adjust examples related to camunda/camunda-bpm-platform#2924 * chore(starter): update the mysql jdbc driver dependency * chore(readme): add not maintained note (#254) * add footnotes * adjust links and table format camunda/camunda-bpm-platform#2734 * chore(release): migrate MISC examples Related to camunda/camunda-bpm-platform#2922 * chore(schema-isolation): update readme * chore(pom): cleanup root pom Related to camunda/camunda-bpm-platform#2917 --------- Co-authored-by: Yana Vasileva <[email protected]> Co-authored-by: yanavasileva <[email protected]> Co-authored-by: Daniel Kelemen <[email protected]> Co-authored-by: Tobias Metzke-Bernstein <[email protected]> Co-authored-by: tasso94 <[email protected]> Co-authored-by: Miklas Boskamp <[email protected]>
- Loading branch information
1 parent
90afaa3
commit 23dcc08
Showing
153 changed files
with
8,160 additions
and
4,763 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Basic authentication against embedded engine example | ||
====================================================== | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/authentication/basic/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/authentication/basic). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Generate JSF forms with the BPMN model API | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/bpmn-model-api/generate-jsf-form/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/bpmn-model-api/generate-jsf-form). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Camunda External Task Client (Java) Example | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/clients/java/dataformat/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/clients/java/dataformat). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Camunda External Task Client (Java) Example | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/clients/java/loan-granting/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/clients/java/loan-granting). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Accessing custom CMMN extension elements in a strongly-typed way | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/cmmn-model-api/typed-custom-elements/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/cmmn-model-api/typed-custom-elements). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Angular "Open Usertasks" Cockpit Tab | ||
======================================= | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/cockpit/cockpit-angular-open-usertasks/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/cockpit/cockpit-angular-open-usertasks). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Basic authentication against embedded engine example | ||
AngularJS 1.x "Search Processes" Cockpit Plugin | ||
====================================================== | ||
|
||
This example is not actively maintained anymore. You can refer to the example with fixed version of Camunda 7.18: | ||
[README](https://github.com/camunda/camunda-bpm-examples/blob/7.18/cockpit/cockpit-angularjs-search-processes/README.md). | ||
This example is not actively maintained anymore. You can refer to the [example with fixed version of Camunda 7.18](https://github.com/camunda/camunda-bpm-examples/blob/7.18/cockpit/cockpit-angularjs-search-processes). | ||
Due to Camunda Platform 7 backward compatibility, the examples usually still work with later versions. However, you | ||
might need to adjust them to make them work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.