Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #99 from viadee/master
Browse files Browse the repository at this point in the history
Orga issues back to dev
  • Loading branch information
fkoehne authored Jan 17, 2019
2 parents fddfd58 + 7055b52 commit 82b2284
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- Maven version
- Java version
- Browser [e.g. chrome, safari]
- Version [e.g. 2.7.0]



**Additional context**
Add any other context about the problem here.
1 change: 1 addition & 0 deletions docs/JavaDelegateChecker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Service Tasks, Send Tasks, Receive Tasks, Script Tasks or Business Rule Tasks:
- Wrong reference to Java Class
- Wrong reference in Bean mapping
- Wrong or no interfaces (Needs to be *JavaDelegate*, *SignallableActivityBehavior*, *AbstractBpmnActivityBehavior*)
- If delegate does not implement one of the interfaces directly it needs to extend the class "AbstractBpmnActivityBehavior"
- Interface *ActivityBehaviour* should not be used
- No reference to a Java Class or Delegate (Bean)
- No implementation specified
Expand Down
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,15 @@ Status of the development branch: [![Build Status](https://travis-ci.org/viadee/

## Licenses
All licenses of reused components can be found on the [maven site](http://rawgit.com/viadee/vPAV/master/docs/MavenSite/project-info.html)
</br> Additionally we use the following third-party dependencies, that are not distributed via maven:

</br> Additionally we use the following third-party dependencies, that are not covered via maven-found licences:
- [BPMN.io](https://bpmn.io/license/) tool under the bpmn.io license.
- [Bootstrap](https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE) licensed under MIT
- [jQuery](https://jquery.org/license/) licensed under MIT
- [PopperJS](https://github.com/FezVrasta/popper.js/blob/master/LICENSE.md) licensed under MIT
- [Soot](https://github.com/Sable/soot) licensed under a LGPL 2.1 license

Soot and bpmn.io provide the basis for the two most exciting features of the validator, i.e. finding inconsistencies in the data and control flow across model and code an the visualization thereof. We would like to explicitly thank these two communities for their continued effort.

**BSD 3-Clause License** <br/>

Expand Down

0 comments on commit 82b2284

Please sign in to comment.