Workflow management system fully supporting low-code language Petriflow.

Overview

Netgrif Application Engine

MySQL

Create NETGRIF user:

CREATE USER 'netgrif_nae'@'localhost' IDENTIFIED BY 'netgrif_nae';
GRANT ALL PRIVILEGES ON * . * TO 'netgrif_nae'@'localhost';

Create NAE database

CREATE DATABASE nae
  DEFAULT CHARACTER SET utf8
  DEFAULT COLLATE utf8_general_ci;

DOCKER

sudo docker build -t netgrif/4.3.0 .
sudo docker image ls
sudo docker run --publish 8000:8080 netgrif/4.3.0
Comments
  • [NAE-1696] PDF Generator - legacy and flow layout

    [NAE-1696] PDF Generator - legacy and flow layout

    Description

    In PDF generator, implement support for legacy and flow layout.

    Implements NAE-1696 and NAE-1697

    Dependencies

    No new dependencies were introduced.

    Third party dependencies

    No new dependencies were introduced.

    Blocking Pull requests

    There is one blocking PR #85

    How Has Been This Tested?

    This was tested manually.

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | macOS Monterey 12.4 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.4 | | Framework version | Spring Boot 2.6.2 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @mladoniczky
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    bugfix Small 
    opened by renczesstefan 5
  • [NAE-1571] Change the Version.NEWEST from

    [NAE-1571] Change the Version.NEWEST from "^" to "latest"

    Description

    When you search for a specific PetriNet by the newest version, as a version parameter the "^” string is used. However, if we are using this in cloud, and there are rewrite rules for the request path, engine will throw an error as the URL contains invalid characters. Solution was replacing of newest version string to "latest".

    • refactored newest version string

    Implements NAE-1571

    Dependencies

    No new dependencies were introduced.

    Third party dependencies

    No new dependencies were introduced.

    Blocking Pull requests

    There are no dependencies on other PR.

    How Has Been This Tested?

    This was tested manually, checked in debug mode on backend.

    Test Configuration

    This was tested on macOS Monterey 12.2.1 with Java 11 and Spring boot 2.6.2

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @mladoniczky
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [ ] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    bugfix breaking change Extra Small 
    opened by renczesstefan 5
  • [NAE-1631] Process download in workflow view

    [NAE-1631] Process download in workflow view

    Description

    Add fix to set content to generated xml file from imported net

    Implements NAE-1631

    Dependencies

    No new dependencies

    Third party dependencies

    No new dependencies were introduced

    Blocking Pull requests

    There are no dependencies on other PR

    How Has Been This Tested?

    Assisted testing + manual testing

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | Windows 10 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.1 | | Framework version | Spring Boot 2.6.2 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @camperko
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    improvement Extra Small 
    opened by Daniell7 4
  • [Snyk] Security upgrade org.kie:kie-spring from 7.55.0.Final to 7.68.0.Final

    [Snyk] Security upgrade org.kie:kie-spring from 7.55.0.Final to 7.68.0.Final

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • pom.xml

    Vulnerabilities that will be fixed

    With an upgrade:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Denial of Service (DoS)
    SNYK-JAVA-ORGSPRINGFRAMEWORK-2434828 | org.kie:kie-spring:
    7.55.0.Final -> 7.68.0.Final
    | No | No Known Exploit critical severity | 957/1000
    Why? Currently trending on Twitter, Mature exploit, Recently disclosed, Has a fix available, CVSS 9.8 | Remote Code Execution
    SNYK-JAVA-ORGSPRINGFRAMEWORK-2436751 | org.kie:kie-spring:
    7.55.0.Final -> 7.68.0.Final
    | No | Mature

    (*) Note that the real score may have changed since the PR was raised.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    🛠 Adjust project settings

    📚 Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    🦉 Remote Code Execution

    Extra Small snyk 
    opened by mladoniczky 4
  • [NAE-1794] Configurable security headers

    [NAE-1794] Configurable security headers

    Description

    Implements NAE-1794

    Dependencies

    Third party dependencies

    No new dependencies were introduced

    Blocking Pull requests

    Depends on #148

    How Has Been This Tested?

    Manually

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | Linux Mint 20.3 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.4 | | Framework version | Spring Boot 2.7.0 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @mladoniczky
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] My code follows the style guidelines of this project
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    Large 
    opened by machacjozef 3
  • [NAE-1156] View Deprecation and All Data

    [NAE-1156] View Deprecation and All Data

    Description

    -remove deprecated view tag

    Fixes NAE-1156

    Dependencies

    none

    Third party dependencies

    none

    Blocking Pull requests

    none

    How Has Been This Tested?

    manually

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @machacjozef
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    breaking change Large 
    opened by Kovy95 3
  • [NAE-1660] Filter action API

    [NAE-1660] Filter action API

    Description

    ActionDelegate Filter API, with changes to preexisting engine processes such as org_group, preference_filter_item

    Implements NAE-1660

    Dependencies

    Third party dependencies

    • none

    Blocking Pull requests

    • Depends on https://github.com/netgrif/application-engine/pull/78

    How Has Been This Tested?

    FilterApiTest class and manual testing with a helper process

    • FilterApiTest (src/test/groovy/com/netgrif/application/engine/action/FilterApiTest.groovy)

    Test Configuration

    • spring unit test

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [ ] My changes have been checked, personally or remotely, with @...
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [ ] I have checked my contribution with code analysis tools:
    • [ ] I have made corresponding changes to the documentation:
      • [ ] Developer documentation
      • [ ] User Guides
      • [ ] Migration Guides
    improvement breaking change Extra Large 
    opened by timbez 3
  • [NAE-1665] Generated PDF colors properties

    [NAE-1665] Generated PDF colors properties

    Description

    Added functionality from older version.

    Implements NAE-1665

    Dependencies

    No new dependencies were introduced.

    Third party dependencies

    No new dependencies were introduced.

    Blocking Pull requests

    There are no dependencies on other PR.

    How Has Been This Tested?

    This was tested manually.

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | macOS Monterey 12.4 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.4 | | Framework version | Spring Boot 2.6.2 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @...
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    improvement Medium 
    opened by renczesstefan 3
  • [NAE-1606] Configuration of case creation button from menu item

    [NAE-1606] Configuration of case creation button from menu item

    Description

    • added fields used to configure case creation button title and icon

    Implements NAE-1606

    Dependencies

    None

    Third party dependencies

    No new dependencies were introduced

    Blocking Pull requests

    There are no dependencies on other PR

    How Has Been This Tested?

    Manually tested by creating new menu item from filter and setting corresponding datafields in created preference_item_filter case.

    Test Configuration

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [ ] My changes have been checked, personally or remotely, with @...
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [ ] Lint test
      • [ ] Unit tests
      • [ ] Integration tests
    • [ ] I have checked my contribution with code analysis tools:
    • [ ] I have made corresponding changes to the documentation:
      • [ ] Developer documentation
      • [ ] User Guides
      • [ ] Migration Guides
    improvement Small 
    opened by SamuelPalaj 3
  • [NAE-1646] Overridable data field render in PDF generator

    [NAE-1646] Overridable data field render in PDF generator

    Description

    Implement possibility of overriding rendering of fields in PDF form.

    Implements NAE-1646

    Dependencies

    No new dependencies were introduced.

    Third party dependencies

    No new dependencies were introduced.

    Blocking Pull requests

    There are no dependencies on other PR.

    How Has Been This Tested?

    This was tested manually.

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | macOS Monterey 12.2.1 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.4 | | Framework version | Spring Boot 2.6.2 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @mladoniczky
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    improvement Extra Small 
    opened by renczesstefan 3
  • [Snyk] Security upgrade org.kie:kie-spring from 7.55.0.Final to 7.70.0.Final

    [Snyk] Security upgrade org.kie:kie-spring from 7.55.0.Final to 7.70.0.Final

    Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • pom.xml

    Vulnerabilities that will be fixed

    With an upgrade:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- low severity | 506/1000
    Why? Proof of Concept exploit, Has a fix available, CVSS 3.7 | Improper Handling of Case Sensitivity
    SNYK-JAVA-ORGSPRINGFRAMEWORK-2689634 | org.kie:kie-spring:
    7.55.0.Final -> 7.70.0.Final
    | No | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    🛠 Adjust project settings

    📚 Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

    Extra Small 
    opened by snyk-bot 3
  • [NAE-1807] Reference in Arc is not cloned properly

    [NAE-1807] Reference in Arc is not cloned properly

    Description

    Implemented clone methods on all petri net objects.

    Fixes NAE-1807

    Dependencies

    No new dependencies were introduced

    Third party dependencies

    No new dependencies were introduced

    Blocking Pull requests

    No new dependencies were introduced

    How Has Been This Tested?

    This was tested manually.

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | macOS Ventura 13.0 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.4 | | Framework version | Spring Boot 2.6.2 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [ ] My changes have been checked, personally or remotely, with @mazarijuraj
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [ ] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [ ] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    Large 
    opened by renczesstefan 1
  • [Snyk] Fix for 2 vulnerabilities

    [Snyk] Fix for 2 vulnerabilities

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • pom.xml

    Vulnerabilities that will be fixed

    With an upgrade:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- high severity | 661/1000
    Why? Recently disclosed, Has a fix available, CVSS 7.5 | Denial of Service (DoS)
    SNYK-JAVA-COMGOOGLEPROTOBUF-3167772 | com.google.protobuf:protobuf-java:
    3.18.2 -> 3.19.6
    | No | No Known Exploit high severity | 768/1000
    Why? Proof of Concept exploit, Recently disclosed, Has a fix available, CVSS 7.5 | Denial of Service (DoS)
    SNYK-JAVA-ORGCODEHAUSJETTISON-3168085 | | No | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Vulnerabilities that could not be fixed

    • Upgrade:
      • Could not upgrade org.springframework.boot:[email protected] to org.springframework.boot:[email protected]; Reason could not apply upgrade, dependency is managed externally ; Location: https://maven-central.storage-download.googleapis.com/maven2/org/springframework/boot/spring-boot-dependencies/2.7.0/spring-boot-dependencies-2.7.0.pom

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    🛠 Adjust project settings

    📚 Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    🦉 Denial of Service (DoS) 🦉 Denial of Service (DoS)

    Extra Small 
    opened by mladoniczky 2
  • [NAE-1759] Update documentation of public views, PDF generator and user list

    [NAE-1759] Update documentation of public views, PDF generator and user list

    Description

    Updated documentation.

    Implements NAE-1759

    Dependencies

    No new dependencies were introduced.

    Third party dependencies

    No new dependencies were introduced.

    Blocking Pull requests

    There are no dependencies on other PR.

    How Has Been This Tested?

    This was not tested.

    Test Configuration

    | Name | Tested on | |---------------------| --------- | | OS | macOS Monterey 12.6 | | Runtime | Java 11 | | Dependency Manager | Maven 3.8.4 | | Framework version | Spring Boot 2.6.2 | | Run parameters | | | Other configuration | |

    Checklist:

    • [x] My code follows the style guidelines of this project
    • [x] I have performed a self-review of my own code
    • [x] My changes have been checked, personally or remotely, with @...
    • [x] I have commented my code, particularly in hard-to-understand areas
    • [x] I have resolved all conflicts with the target branch of the PR
    • [x] I have updated and synced my code with the target branch
    • [x] I have added tests that prove my fix is effective or that my feature works
    • [x] New and existing tests pass locally with my changes:
      • [x] Lint test
      • [x] Unit tests
      • [x] Integration tests
    • [x] I have checked my contribution with code analysis tools:
    • [x] I have made corresponding changes to the documentation:
      • [x] Developer documentation
      • [x] User Guides
      • [x] Migration Guides
    Large 
    opened by renczesstefan 2
  • [Snyk] Security upgrade org.springdoc:springdoc-openapi-hateoas from 1.6.9 to 1.6.13

    [Snyk] Security upgrade org.springdoc:springdoc-openapi-hateoas from 1.6.9 to 1.6.13

    Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • pom.xml

    Vulnerabilities that will be fixed

    With an upgrade:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 616/1000
    Why? Proof of Concept exploit, Has a fix available, CVSS 5.9 | Denial of Service (DoS)
    SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 | org.springdoc:springdoc-openapi-hateoas:
    1.6.9 -> 1.6.13
    | No | Proof of Concept low severity | 506/1000
    Why? Proof of Concept exploit, Has a fix available, CVSS 3.7 | Stack-based Buffer Overflow
    SNYK-JAVA-ORGYAML-3016888 | org.springdoc:springdoc-openapi-hateoas:
    1.6.9 -> 1.6.13
    | No | Proof of Concept low severity | 471/1000
    Why? Recently disclosed, Has a fix available, CVSS 3.7 | Stack-based Buffer Overflow
    SNYK-JAVA-ORGYAML-3113851 | org.springdoc:springdoc-openapi-hateoas:
    1.6.9 -> 1.6.13
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    🛠 Adjust project settings

    📚 Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    🦉 Denial of Service (DoS)

    Extra Small 
    opened by snyk-bot 1
  • [Snyk] Fix for 1 vulnerabilities

    [Snyk] Fix for 1 vulnerabilities

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • pom.xml

    Vulnerabilities that will be fixed

    With an upgrade:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 616/1000
    Why? Proof of Concept exploit, Has a fix available, CVSS 5.9 | Denial of Service (DoS)
    SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 | com.fasterxml.jackson.dataformat:jackson-dataformat-xml:
    2.13.2 -> 2.14.0
    com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:
    2.13.2 -> 2.14.0
    com.fasterxml.jackson.module:jackson-module-jsonSchema:
    2.13.2 -> 2.14.0
    | No | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    🛠 Adjust project settings

    📚 Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    🦉 Denial of Service (DoS)

    Extra Small 
    opened by renczesstefan 1
  • [Snyk] Security upgrade org.apache.xmlgraphics:batik-all from 1.14 to 1.15

    [Snyk] Security upgrade org.apache.xmlgraphics:batik-all from 1.14 to 1.15

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • pom.xml

    Vulnerabilities that will be fixed

    With an upgrade:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- medium severity | 551/1000
    Why? Recently disclosed, Has a fix available, CVSS 5.3 | Information Exposure
    SNYK-JAVA-ORGAPACHEXMLGRAPHICS-3063442 | org.apache.xmlgraphics:batik-all:
    1.14 -> 1.15
    | No | No Known Exploit medium severity | 611/1000
    Why? Recently disclosed, Has a fix available, CVSS 6.5 | Remote Code Execution (RCE)
    SNYK-JAVA-ORGAPACHEXMLGRAPHICS-3063691 | org.apache.xmlgraphics:batik-all:
    1.14 -> 1.15
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    🛠 Adjust project settings

    📚 Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    🦉 Remote Code Execution (RCE)

    Extra Small 
    opened by renczesstefan 1
Releases(v6.3.0-RC.3)
  • v6.3.0-RC.3(Dec 20, 2022)

  • v6.2.7(Dec 19, 2022)

  • v6.2.6(Dec 12, 2022)

    6.2.6 (12.12.2022)

    What's Changed

    Fixed

    • [NAE-1801] Change DataService by @machacjozef in https://github.com/netgrif/application-engine/pull/153
    • [NAE-1799] Multilevel process identifier handling in 6.2.x for public view by @renczesstefan in https://github.com/netgrif/application-engine/pull/152

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.2.5...v6.2.6

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.6.zip(170.83 MB)
  • v6.2.5(Dec 5, 2022)

    6.2.5 (05.12.2022)

    What's Changed

    Fixed

    • [NAE-1755] PetriNetService cache no caching "null" by @machacjozef in https://github.com/netgrif/application-engine/pull/135
    • [NAE-1773] Action that sets null value to field does not trigger next actions by @machacjozef in https://github.com/netgrif/application-engine/pull/141
    • [NAE-1776] UncaughtExceptionHandler by @renczesstefan in https://github.com/netgrif/application-engine/pull/143
    • [NAE-1777] JWT Token user detail not show password by @machacjozef in https://github.com/netgrif/application-engine/pull/142

    Added

    • [NAE-1753] Currency code in PDF by @renczesstefan in https://github.com/netgrif/application-engine/pull/131
    • [NAE-1756] Delete PetriNet does not call case delete events by @renczesstefan in https://github.com/netgrif/application-engine/pull/137
    • [NAE-1780] Configurable CORS security settings by @machacjozef in https://github.com/netgrif/application-engine/pull/145

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.2.4...v6.2.5

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.5.zip(170.83 MB)
  • v6.3.0-RC.2(Oct 20, 2022)

    6.3.0-RC.2 (20.10.2022)

    What's Changed

    Fixed

    • [NAE-1761] LoggedUser circular dependency by @renczesstefan in https://github.com/netgrif/application-engine/pull/133
    • [NAE-1762] Public view URL encoding by @renczesstefan in https://github.com/netgrif/application-engine/pull/134

    Added

    • [NAE-1678] User impersonation by @timbez in https://github.com/netgrif/application-engine/pull/109

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.3.0-RC.1...v6.3.0-RC.2

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.3.0-SNAPSHOT.zip(170.88 MB)
  • v6.2.4(Oct 12, 2022)

    6.2.4 (12.10.2022)

    What's Changed

    Fixed

    • [NAE-1747] PDF Generator: incorrect file name shortening by @renczesstefan in https://github.com/netgrif/application-engine/pull/128
    • [NAE-1748] Incorrect handling for long lines in PDF generator by @renczesstefan in https://github.com/netgrif/application-engine/pull/127

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.2.3...v6.2.4

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.4.zip(170.83 MB)
  • v6.2.3(Oct 6, 2022)

    6.2.3 (06.10.2022)

    What's Changed

    Fixed

    • [NAE-1728] Simplify value for changing user list by @renczesstefan in https://github.com/netgrif/application-engine/pull/118
    • [NAE-1730] PetriNetService cache fix upload bug by @machacjozef in https://github.com/netgrif/application-engine/pull/119
    • [NAE-1733] Organization group process has deprecated attributes and change import system user by @machacjozef in https://github.com/netgrif/application-engine/pull/122
    • [NAE-1735] Enumeration parsing error when trying to use icons with option keys by @renczesstefan in https://github.com/netgrif/application-engine/pull/123

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.2.2...v6.2.3

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.3.zip(170.83 MB)
  • v6.3.0-RC.1(Oct 1, 2022)

  • v6.2.2(Sep 28, 2022)

    6.2.2 (28.09.2022)

    What's Changed

    Fixed

    • [NAE-1693] TaskController deleteFile endpoint lacks data about tasks by @renczesstefan in https://github.com/netgrif/application-engine/pull/101
    • [NAE-1714] Parameter processIdentifier v classe CaseSearchRequest by @machacjozef in https://github.com/netgrif/application-engine/pull/107

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.2.1...v6.2.2

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.2.zip(170.83 MB)
  • v6.2.1(Sep 14, 2022)

  • v6.2.0(Sep 12, 2022)

    6.2.0 (12.09.2022)

    What's Changed

    Fixed

    • [NAE-1626] Trigger of set event for fileList value deletion is not implemented by @renczesstefan in https://github.com/netgrif/application-engine/pull/98
    • [NAE-1666] PDF Generator template file issue by @renczesstefan in https://github.com/netgrif/application-engine/pull/81
    • [NAE-1691] Default value number field after the change behavior by @machacjozef in https://github.com/netgrif/application-engine/pull/89
    • [NAE-1694] ProcessRoleService.findByImportId doesn't return list of process roles by @mladoniczky in https://github.com/netgrif/application-engine/pull/90
    • [NAE-1699] Create/upload event action is loaded only from the cache by @renczesstefan in https://github.com/netgrif/application-engine/pull/93
    • [NAE-1702] LdapUser unique dn by @machacjozef in https://github.com/netgrif/application-engine/pull/96

    Changed

    • [NAE-1156] View Deprecation and All Data by @Kovy95 in https://github.com/netgrif/application-engine/pull/86
    • [NAE-1606] Configuration of case creation button from menu item by @SamuelPalaj in https://github.com/netgrif/application-engine/pull/71
    • [NAE-1646] Overridable data field render in PDF generator by @renczesstefan in https://github.com/netgrif/application-engine/pull/70
    • [NAE-1663] Optional constructor by @machacjozef in https://github.com/netgrif/application-engine/pull/91
    • [NAE-1668] PDF Generator 2022 Summer Update by @renczesstefan in https://github.com/netgrif/application-engine/pull/85
    • [NAE-1677] Message from exception thrown in SET event on data field is not propagated in EventOutcome by @Coresto & @machacjozef in https://github.com/netgrif/application-engine/pull/87 & https://github.com/netgrif/application-engine/pull/95
    • [NAE-1696] PDF Generator - legacy and flow layout by @renczesstefan in https://github.com/netgrif/application-engine/pull/92

    Added

    • [NAE-1625] PetriNetService cache by @Kovy95 in https://github.com/netgrif/application-engine/pull/97
    • [NAE-1631] Process download in workflow view by @Daniell7 in https://github.com/netgrif/application-engine/pull/61
    • [NAE-1647] Elastic mapping for I18N data field by @renczesstefan in https://github.com/netgrif/application-engine/pull/79
    • [NAE-1665] Generated PDF colors properties by @renczesstefan in https://github.com/netgrif/application-engine/pull/82
    • [NAE-1660] Filter action API by @timbez in https://github.com/netgrif/application-engine/pull/83
    • [NAE-1659] Process URI by @renczesstefan & @mladoniczky in https://github.com/netgrif/application-engine/pull/78 & https://github.com/netgrif/application-engine/pull/84
    • [NAE-1679] User list frontend component by @renczesstefan in https://github.com/netgrif/application-engine/pull/88
    • [NAE-1698] Springdoc OpenAPI 3 generation by @machacjozef in https://github.com/netgrif/application-engine/pull/94

    New Contributors

    • @timbez made their first contribution in https://github.com/netgrif/application-engine/pull/83
    • @Coresto made their first contribution in https://github.com/netgrif/application-engine/pull/87
    • @Daniell7 made their first contribution in https://github.com/netgrif/application-engine/pull/61
    • @SamuelPalaj made their first contribution in https://github.com/netgrif/application-engine/pull/71

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.1.1...v6.2.0

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.0.zip(170.66 MB)
  • v6.2.0-RC.6(Aug 18, 2022)

    6.2.0-RC.6 (18.08.2022)

    What's Changed

    Fixed

    • [NAE-1666] PDF Generator template file issue by @renczesstefan in https://github.com/netgrif/application-engine/pull/81
    • [NAE-1702] LdapUser unique dn by @machacjozef in https://github.com/netgrif/application-engine/pull/96
    • [NAE-1699] Create/upload event action is loaded only from the cache by @renczesstefan in https://github.com/netgrif/application-engine/pull/93

    Changed

    • [NAE-1677] Message from exception thrown in SET event on data field is not propagated in EventOutcome by @Coresto @machacjozef in https://github.com/netgrif/application-engine/pull/87 https://github.com/netgrif/application-engine/pull/95
    • [NAE-1663] Optional constructor by @machacjozef in https://github.com/netgrif/application-engine/pull/91

    Added

    • [NAE-1665] Generated PDF colors properties by @renczesstefan in https://github.com/netgrif/application-engine/pull/82
    • [NAE-1647] Elastic mapping for I18N data field by @renczesstefan in https://github.com/netgrif/application-engine/pull/79
    • [NAE-1659] Process URI by @renczesstefan @mladoniczky in https://github.com/netgrif/application-engine/pull/78
    • [NAE-1660] Filter action API by @timbez in https://github.com/netgrif/application-engine/pull/83
    • [NAE-1698] Springdoc OpenAPI 3 generation by @machacjozef in https://github.com/netgrif/application-engine/pull/94

    New Contributors

    • @Coresto made their first contribution in https://github.com/netgrif/application-engine/pull/87

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.1.1...v6.2.0-RC.6

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.0-SNAPSHOT.zip(171.21 MB)
  • v6.2.0-RC.5(Aug 8, 2022)

    6.2.0-RC.5 (08.08.2022)

    What's Changed

    Fixed

    • [NAE-1666] PDF Generator template file issue by @renczesstefan in https://github.com/netgrif/application-engine/pull/81

    Changed

    • [NAE-1677] Message from exception thrown in SET event on data field is not propagated in EventOutcome by @Coresto @machacjozef in https://github.com/netgrif/application-engine/pull/87

    Added

    • [NAE-1665] Generated PDF colors properties by @renczesstefan in https://github.com/netgrif/application-engine/pull/82
    • [NAE-1647] Elastic mapping for I18N data field by @renczesstefan in https://github.com/netgrif/application-engine/pull/79
    • [NAE-1659] Process URI by @renczesstefan @mladoniczky in https://github.com/netgrif/application-engine/pull/78
    • [NAE-1660] Filter action API by @timbez in https://github.com/netgrif/application-engine/pull/83

    New Contributors

    • @Coresto made their first contribution in https://github.com/netgrif/application-engine/pull/87

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.1.1...v6.2.0-RC.5

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.0-SNAPSHOT.zip(167.20 MB)
  • v6.2.0-RC.4(Jul 20, 2022)

    6.2.0-RC.4 (20.07.2022)

    What's Changed

    Fixed

    • [NAE-1666] PDF Generator template file issue by @renczesstefan in https://github.com/netgrif/application-engine/pull/81

    Added

    • [NAE-1665] Generated PDF colors properties by @renczesstefan in https://github.com/netgrif/application-engine/pull/82
    • [NAE-1647] Elastic mapping for I18N data field by @renczesstefan in https://github.com/netgrif/application-engine/pull/79
    • [NAE-1659] Process URI by @renczesstefan @mladoniczky in https://github.com/netgrif/application-engine/pull/78
    • [NAE-1660] Filter action API by @timbez in https://github.com/netgrif/application-engine/pull/83

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.1.1...v6.2.0-RC.4

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.0-SNAPSHOT.zip(167.20 MB)
  • v6.2.0-RC.3(Jul 19, 2022)

    6.2.0-RC.3 (19.07.2022)

    What's Changed

    Fixed

    • [NAE-1666] PDF Generator template file issue by @renczesstefan in https://github.com/netgrif/application-engine/pull/81

    Added

    • [NAE-1665] Generated PDF colors properties by @renczesstefan in https://github.com/netgrif/application-engine/pull/82
    • [NAE-1647] Elastic mapping for I18N data field by @renczesstefan in https://github.com/netgrif/application-engine/pull/79
    • [NAE-1659] Process URI by @renczesstefan in https://github.com/netgrif/application-engine/pull/78
    • [NAE-1660] Filter action API by @timbez in https://github.com/netgrif/application-engine/pull/83

    New Contributors

    • @timbez made their first contribution in https://github.com/netgrif/application-engine/pull/83

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.1.1...v6.2.0-RC.3

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.0-SNAPSHOT.zip(167.20 MB)
  • v6.2.0-RC.2(Jul 14, 2022)

    6.2.0-RC.2 (14.07.2022)

    What's Changed

    Fixed

    • [NAE-1666] PDF Generator template file issue by @renczesstefan in https://github.com/netgrif/application-engine/pull/81

    Added

    • [NAE-1665] Generated PDF colors properties by @renczesstefan in https://github.com/netgrif/application-engine/pull/82
    • [NAE-1647] Elastic mapping for I18N data field by @renczesstefan in https://github.com/netgrif/application-engine/pull/79

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.2.0-RC.1...v6.2.0-RC.2

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.2.0-SNAPSHOT.zip(167.14 MB)
  • v6.2.0-RC.1(Jul 11, 2022)

  • v6.1.1(Jun 9, 2022)

    6.1.1 (09.06.2022)

    What's Changed

    Fixed

    • [NAE-1652] For some PDF documents the file preview is not generating by @renczesstefan in https://github.com/netgrif/application-engine/pull/73
    • [NAE-1649] File field preview component bug by @renczesstefan in https://github.com/netgrif/application-engine/pull/72
    • [NAE-1641] Generate PDF with special characters by @machacjozef @renczesstefan in https://github.com/netgrif/application-engine/pull/74

    Changed

    • [NAE-1655] Better Active Directory compatibility by @machacjozef in https://github.com/netgrif/application-engine/pull/75

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.1.0...v6.1.1

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.1.1.zip(166.96 MB)
  • v6.1.0(Jun 1, 2022)

    6.1.0 (01.06.2022)

    What's Changed

    Fixed

    • [NAE-1585] Security update to resolve vulnerabilities by @renczesstefan in https://github.com/netgrif/application-engine/pull/48
    • [NAE-1049] Case name doesn't change by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/46
    • [NAE-1637] PDF generator with template does not work by @renczesstefan in https://github.com/netgrif/application-engine/pull/62
    • [NAE-1636] resolveTaskRefOrderOnGrid with forbidden dataField by @camperko in https://github.com/netgrif/application-engine/pull/60

    Changed

    • [NAE-1440] setData on button without value by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/42
    • [NAE-1569] Update Groovy 3.0.10 by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/38
    • [NAE-1624] Upgrade Elasticsearch Connector by @machacjozef in https://github.com/netgrif/application-engine/pull/50
    • [NAE-1562] Improved logging of deleting resources by @machacjozef in https://github.com/netgrif/application-engine/pull/64
    • [NAE-1521] Authentication Providers by @machacjozef in https://github.com/netgrif/application-engine/pull/59
    • [NAE-1623] Action API consolidation by @mladoniczky in https://github.com/netgrif/application-engine/pull/49
    • [NAE-1622] Change behavior action improvements by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/52
    • [NAE-1640] Update spring boot 2.7.0 by @machacjozef in https://github.com/netgrif/application-engine/pull/67
    • [NAE-1478] ActionDelegate functions overloading by @renczesstefan in https://github.com/netgrif/application-engine/pull/40

    Added

    • [NAE-1627] LDAP Groups resolving and mapping by @machacjozef in https://github.com/netgrif/application-engine/pull/58
    • [NAE-1468] i18n Data field by @camperko in https://github.com/netgrif/application-engine/pull/53
    • [NAE-1290] Export actions by @machacjozef in https://github.com/netgrif/application-engine/pull/65
    • [NAE-1477] New pdfgeneration action in actionDelegate by @renczesstefan in https://github.com/netgrif/application-engine/pull/39

    Removed

    • [NAE-1584] Remove petriflow schema by @renczesstefan in https://github.com/netgrif/application-engine/pull/34

    New Contributors

    • @RudeBoyxX made their first contribution in https://github.com/netgrif/application-engine/pull/38

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.4...v6.1.0

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.1.0.zip(168.08 MB)
  • v6.0.5(May 12, 2022)

  • v6.1.0-RC.1(Apr 29, 2022)

    6.1.0-RC.1 (29.04.2022)

    What's Changed

    Fixed

    • [NAE-1585] Security update to resolve vulnerabilities by @renczesstefan in https://github.com/netgrif/application-engine/pull/48
    • [NAE-1621] Required data group layout tag if layout type is “grid” by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/45

    Changed

    • [NAE-1440] setData on button without value by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/42
    • [NAE-1569] Update Groovy 3.0.10 by @RudeBoyxX in https://github.com/netgrif/application-engine/pull/38
    • [NAE-1624] Upgrade Elasticsearch Connector by @machacjozef in https://github.com/netgrif/application-engine/pull/50

    Removed

    • [NAE-1584] Remove petriflow schema by @renczesstefan in https://github.com/netgrif/application-engine/pull/34

    New Contributors

    • @RudeBoyxX made their first contribution in https://github.com/netgrif/application-engine/pull/38

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.4...v6.1.0-RC.1

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.1.0-SNAPSHOT.zip(171.53 MB)
  • v6.0.4(Apr 12, 2022)

    6.0.4 (12.04.2022)

    What's Changed

    Fixed

    • [NAE-1616] Cannot upload process with action id by @mazarijuraj in https://github.com/netgrif/application-engine/pull/28
    • [NAE-1596] Nets with transitions without titles cannot be read by @machacjozef in https://github.com/netgrif/application-engine/pull/29
    • [NAE-1598] DataGroups without ID cannot be saved into mongo by @renczesstefan in https://github.com/netgrif/application-engine/pull/32
    • [NAE-1599] Task-reffed fields are not placed in correct position by @renczesstefan @machacjozef in https://github.com/netgrif/application-engine/pull/36 & https://github.com/netgrif/application-engine/pull/41
    • [NAE-1600] Parallel auto-trigger tasks by @renczesstefan in https://github.com/netgrif/application-engine/pull/24
    • [NAE-1614] Advanced search substring query by @renczesstefan in https://github.com/netgrif/application-engine/pull/25
    • [NAE-1556] Post-set error prevents set by @renczesstefan in https://github.com/netgrif/application-engine/pull/23

    Changed

    • [NAE-1620] Change workflowService findAllById method by @machacjozef in https://github.com/netgrif/application-engine/pull/37

    New Contributors

    • @mazarijuraj made their first contribution in https://github.com/netgrif/application-engine/pull/28

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.3...v6.0.4

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.4.zip(159.32 MB)
  • v6.0.4-RC.3(Apr 11, 2022)

    6.0.4-RC.3 (11.04.2022)

    What's Changed

    Fixed

    • [NAE-1616] Cannot upload process with action id by @mazarijuraj in https://github.com/netgrif/application-engine/pull/28
    • [NAE-1596] Nets with transitions without titles cannot be read by @machacjozef in https://github.com/netgrif/application-engine/pull/29
    • [NAE-1598] DataGroups without ID cannot be saved into mongo by @renczesstefan in https://github.com/netgrif/application-engine/pull/32
    • [NAE-1599] Task-reffed fields are not placed in correct position by @renczesstefan @machacjozef in https://github.com/netgrif/application-engine/pull/36 & https://github.com/netgrif/application-engine/pull/41
    • [NAE-1600] Parallel auto-trigger tasks by @renczesstefan in https://github.com/netgrif/application-engine/pull/24
    • [NAE-1614] Advanced search substring query by @renczesstefan in https://github.com/netgrif/application-engine/pull/25
    • [NAE-1556] Post-set error prevents set by @renczesstefan in https://github.com/netgrif/application-engine/pull/23

    Changed

    • [NAE-1620] Change workflowService findAllById method by @machacjozef in https://github.com/netgrif/application-engine/pull/37

    New Contributors

    • @mazarijuraj made their first contribution in https://github.com/netgrif/application-engine/pull/28

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.4-RC.2...v6.0.4-RC.3

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.4-SNAPSHOT.zip(159.32 MB)
  • v6.0.4-RC.2(Apr 11, 2022)

    6.0.4-RC.2 (11.04.2022)

    What's Changed

    Fixed

    • [NAE-1616] Cannot upload process with action id by @mazarijuraj in https://github.com/netgrif/application-engine/pull/28
    • [NAE-1596] Nets with transitions without titles cannot be read by @machacjozef in https://github.com/netgrif/application-engine/pull/29
    • [NAE-1598] DataGroups without ID cannot be saved into mongo by @renczesstefan in https://github.com/netgrif/application-engine/pull/32
    • [NAE-1599] Task-reffed fields are not placed in correct position by @renczesstefan in https://github.com/netgrif/application-engine/pull/36
    • [NAE-1600] Parallel auto-trigger tasks by @renczesstefan in https://github.com/netgrif/application-engine/pull/24
    • [NAE-1614] Advanced search substring query by @renczesstefan in https://github.com/netgrif/application-engine/pull/25
    • [NAE-1556] Post-set error prevents set by @renczesstefan in https://github.com/netgrif/application-engine/pull/23

    Changed

    • [NAE-1620] Change workflowService findAllById method by @machacjozef in https://github.com/netgrif/application-engine/pull/37

    New Contributors

    • @mazarijuraj made their first contribution in https://github.com/netgrif/application-engine/pull/28

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.4-RC.1...v6.0.4-RC.2

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.4-SNAPSHOT.zip(159.32 MB)
  • v6.0.4-RC.1(Apr 4, 2022)

    6.0.4-RC.1 (04.04.2022)

    What's Changed

    Fixed

    • [NAE-1600] Parallel auto-trigger tasks by @renczesstefan in https://github.com/netgrif/application-engine/pull/24
    • [NAE-1614] Advanced search substring query by @renczesstefan in https://github.com/netgrif/application-engine/pull/25
    • [NAE-1556] Post-set error prevents set by @renczesstefan in https://github.com/netgrif/application-engine/pull/23

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.3...v6.0.4-RC.1

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.4-SNAPSHOT.zip(159.32 MB)
  • v6.0.3(Mar 31, 2022)

    6.0.3 (01.04.2022)

    What's Changed

    Fixed

    • [NAE-1593] Remove user does not remove group from user groups by @camperko in https://github.com/netgrif/application-engine/pull/21
    • [NAE-1590] Taskref with file field must be assigned by @Kovy95 in https://github.com/netgrif/application-engine/pull/22
    • [NAE-1589] Role changes for logged users don't take effect by @renczesstefan @machacjozef in https://github.com/netgrif/application-engine/pull/20
    • [NAE-1618] SpringFox swagger failing in combination with spring actuator by @mladoniczky in https://github.com/netgrif/application-engine/pull/26

    Changed

    • [NAE-1571] Change the Version.NEWEST from "^" to "latest" by @renczesstefan in https://github.com/netgrif/application-engine/pull/18

    New Contributors

    • @Kovy95 made their first contribution in https://github.com/netgrif/application-engine/pull/22

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.2...v6.0.3

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.3.zip(159.42 MB)
  • v6.0.3-RC.2(Mar 30, 2022)

    6.0.3-RC.2 (30.03.2022)

    What's Changed

    Fixed

    • [NAE-1593] Remove user does not remove group from user groups by @camperko in https://github.com/netgrif/application-engine/pull/21
    • [NAE-1590] Taskref with file field must be assigned by @Kovy95 in https://github.com/netgrif/application-engine/pull/22
    • [NAE-1589] Role changes for logged users don't take effect by @renczesstefan @machacjozef in https://github.com/netgrif/application-engine/pull/20
    • [NAE-1618] SpringFox swagger failing in combination with spring actuator by @mladoniczky in https://github.com/netgrif/application-engine/pull/26

    Changed

    • [NAE-1571] Change the Version.NEWEST from "^" to "latest" by @renczesstefan in https://github.com/netgrif/application-engine/pull/18

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.3-RC.1...v6.0.3-RC.2

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.3-SNAPSHOT.zip(159.42 MB)
  • v6.0.3-RC.1(Mar 28, 2022)

    6.0.3-RC.1 (28.03.2022)

    What's Changed

    Fixed

    • [NAE-1593] Remove user does not remove group from user groups by @camperko in https://github.com/netgrif/application-engine/pull/21
    • [NAE-1590] Taskref with file field must be assigned by @Kovy95 in https://github.com/netgrif/application-engine/pull/22
    • [NAE-1589] Role changes for logged users don't take effect by @renczesstefan @machacjozef in https://github.com/netgrif/application-engine/pull/20

    Changed

    • [NAE-1571] Change the Version.NEWEST from "^" to "latest" by @renczesstefan in https://github.com/netgrif/application-engine/pull/18

    New Contributors

    • @Kovy95 made their first contribution in https://github.com/netgrif/application-engine/pull/22

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.2...v6.0.3-RC.1

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.3-SNAPSHOT.zip(165.56 MB)
  • v6.0.2(Mar 7, 2022)

    6.0.2 (07.03.2022)

    What's Changed

    • [NAE-1572] FilterImportExportService service does not assign import_filter tasks by @camperko in https://github.com/netgrif/application-engine/pull/4
    • [NAE-1573] GET event is initialized with SET type by @machacjozef in https://github.com/netgrif/application-engine/pull/6
    • [NAE-1557] Cannot clear optional enumeration by @machacjozef in https://github.com/netgrif/application-engine/pull/7
    • [NAE-1559] Keyword 'this' in event actions by @machacjozef in https://github.com/netgrif/application-engine/pull/8
    • [NAE-1579] Group is not added into User.nextGroups when invited by @camperko in https://github.com/netgrif/application-engine/pull/10
    • [NAE-1578] Make createSetDataEventOutcome protected by @camperko in https://github.com/netgrif/application-engine/pull/9
    • [NAE-1581] Public view create case permission check by @camperko in https://github.com/netgrif/application-engine/pull/11
    • [NAE-1582] PetriNetService search method returns just first page by @camperko in https://github.com/netgrif/application-engine/pull/12
    • [NAE-1577] Task reffed change behavior does not propagate - correction by @renczesstefan in https://github.com/netgrif/application-engine/pull/14
    • [NAE-1588] DefaultFiltersRunner creates new cases every time by @machacjozef in https://github.com/netgrif/application-engine/pull/15

    New Contributors

    • @camperko made their first contribution in https://github.com/netgrif/application-engine/pull/4
    • @renczesstefan made their first contribution in https://github.com/netgrif/application-engine/pull/14

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.1...v6.0.2

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.2.zip(165.56 MB)
  • v6.0.2-RC.5(Mar 1, 2022)

    6.0.2-RC.5 (01.03.2022)

    What's Changed

    Fixed

    • [NAE-1557] Cannot clear optional enumeration
    • [NAE-1559] Keyword 'this' in event actions
    • [NAE-1578] Make createSetDataEventOutcome protected
    • [NAE-1579] Group is not added into User.nextGroups when invited
    • [NAE-1572] FilterImportExportService service does not assign import_filter tasks
    • [NAE-1573] GET event is initialized with SET type
    • [NAE-1581] Public view create case permission check
    • [NAE-1582] Group is not added into User.nextGroups when invited
    • [NAE-1577] Task reffed change behavior does not propagate

    Full Changelog: https://github.com/netgrif/application-engine/compare/v6.0.1...v6.0.2-RC.5

    Source code(tar.gz)
    Source code(zip)
    netgrif-application-engine-6.0.2-SNAPSHOT.zip(165.56 MB)
Owner
NETGRIF
Technology company developing platform for process driven applications based on Petriflow language that helps businesses of any size.
NETGRIF
Abstract machine for formal semantics of SIMP (Simple Imperative Language)

SIMP-abstract-machine In 2020/21 I was a Teaching Assistant for the second year module 5CCS2PLD Programming Language Paradigms at King's College Londo

Sten Arthur Laane 25 Oct 10, 2022
👨‍🏫ITMO University first 4 labs. They are about object oriented programming and Java language

Java-Programming-1st-semester 1st lab - math operations, formatted output. 2nd lab - object oriented programming. 3rd lab - SOLID and STUPID principle

Andrey Vasiliev 4 Dec 1, 2022
👄 The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike

Quick Info this library tries to solve language detection of very short words and phrases, even shorter than tweets makes use of both statistical and

Peter M. Stahl 532 Dec 28, 2022
MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

null 900 Jan 2, 2023
mBERT is a mutation testing tool that uses a pre-trained language model (CodeBERT) to generate mutants.

mBERT is a mutation testing tool that uses a pre-trained language model (CodeBERT) to generate mutants.

null 7 Oct 22, 2022
Data Structures and Algorithms (DSA) - Java Language Using Integrated Development Environments NetBeans

Data Structures and Algorithms (DSA) Course Code : CSC211 Credit Hours : 4 Language : JAVA Integrated development environments : NETBEANS Topic Covere

Ossama Mehmood 샘 2 Oct 1, 2022
CompreFace is a free and open-source face recognition system from Exadel

CompreFace can be easily integrated into any system without prior machine learning skills. CompreFace provides REST API for face recognition, face verification, face detection, landmark detection, age, and gender recognition and is easily deployed with docker

Exadel 2.6k Dec 31, 2022
联邦学习系统,包括常用算法和通用训练推理系统框架 | Fedlearn Main System, Including Algorithms and Frameworks for Training / Inference.

fedlearn 京东科技联邦学习系统 系统包含包含控制端(即前端)、协调端、单点客户端和分布式客户端等 1.代码结构 代码分为多个模块 assembly 整体代码打包模块,无实际功能 client 单机版客户端 common 公共包,实体和工具定义 coordinator 协调端,负责协调多个参与

null 57 Dec 31, 2022
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Java bootcamp.

DSA-Bootcamp-Java Subscribe to our channel Complete Playlist Syllabus Discord for discussions Telegram for announcements Connect with me     Follow Co

Kunal Kushwaha 10.2k Jan 1, 2023
oj! Algorithms - ojAlgo - is Open Source Java code that has to do with mathematics, linear algebra and optimisation.

oj! Algorithms oj! Algorithms - ojAlgo - is Open Source Java code that has to do with mathematics, linear algebra and optimisation. General informatio

Optimatika 403 Dec 14, 2022
Transform ML models into a native code (Java, C, Python, Go, JavaScript, Visual Basic, C#, R, PowerShell, PHP, Dart, Haskell, Ruby, F#, Rust) with zero dependencies

m2cgen m2cgen (Model 2 Code Generator) - is a lightweight library which provides an easy way to transpile trained statistical models into a native cod

Bayes' Witnesses 2.3k Jan 4, 2023
Archinsight project tends to implement architecture-as-code definition of a standard c4 architecture model

Archinsight project tends to implement architecture-as-code definition of a standard c4 architecture model. This project offers a new Insight language designed in such way that an Architect can focus on architecture definition, not visualization. Compared to UML, the Insight language is more specific and is unable to describe an arbitrary entity, but shorter and probably easier to use.

null 25 Nov 24, 2022
A Fully Code Integrated Dynamic DataBase Management System for the Java Platform

dynamic-database A fully code integrated minimal database management system for Java, Scala, Kotlin or Groovy projects. It is written in Java and can

omega ui 2 Jun 8, 2022
A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

Flowable (V6) Maven Central: Docker Images: License: Homepage: https://www.flowable.org/ flowable / flowəb(ə)l / a compact and highly efficient workfl

Flowable 6k Jan 7, 2023
BAIN Social is a Fully Decentralized Server/client system that utilizes Concepts pioneered by I2P, ToR, and PGP to create a system which bypasses singular hosts for data while keeping that data secure.

SYNOPSIS ---------------------------------------------------------------------------------------------------- Welcome to B.A.I.N - Barren's A.I. Natio

Barren A.I. Wolfsbane 14 Jan 11, 2022
lazy-language-loader improves loading times when changing your language by only reloading the language instead of all the game resources!

lazy-language-loader lazy-language-loader improves loading times when changing your language by only reloading the language instead of all the game re

Shalom Ademuwagun 7 Sep 7, 2022
Business Application Platform - no-code/low-code platform to build business applications

Orienteer What is Orienteer Orienteer is Business Application Platform: Easy creation of business applications Extendable to fit your needs Dynamic da

Orienteer 189 Dec 6, 2022