This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/packages/python-venv/jinja2-3.1.5 in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
omit de382f0e60e build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /packages/python-venv add 9f1390e4c12 NO-ISSUE: Fix failing 'CI :: License headers' check (#2838) add 8ce3224c3c8 kie-issues#1592: Custom Item Definitions shows <Undefined> type on the new DMN Editor (#2837) add 0832d4efad0 kie-issues#1669: jBPM Quarkus DevUI seems to not update the # of items (#2814) add 4f079d75b64 [incubator-kie-issues#1733] Remove JavaScript language option from Script Editor in BPMN Editor (#2830) new 34089b4aae0 build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /packages/python-venv This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (de382f0e60e) \ N -- N -- N refs/heads/dependabot/pip/packages/python-venv/jinja2-3.1.5 (34089b4aae0) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .rat-excludes | 26 +++++++ packages/dmn-editor/src/dataTypes/DataTypeName.tsx | 3 +- .../devui/deployment/DevConsoleProcessor.java | 6 +- .../jbpm-quarkus-devui-runtime/pom.xml | 5 ++ .../devui/runtime/rpc/DataIndexCounter.java | 87 ++++++++++++++++++++++ .../devui/runtime/rpc/JBPMDevUIEventPublisher.java | 79 ++++++++++++++++++++ .../devui/runtime/rpc/JBPMDevuiJsonRPCService.java | 73 ++++++++++-------- .../e2e-tests/extension-editors-bpmn.test.ts | 4 +- .../monaco_editor/MonacoEditorLanguage.java | 11 --- .../ScriptTypeFieldEditorPresenter.java | 3 +- .../monaco_editor/MonacoEditorLanguageTest.java | 13 ---- .../ConditionEditorFieldEditorPresenterTest.java | 2 +- .../ScriptTypeFieldEditorPresenterTest.java | 4 - .../converters/tostunner/properties/Scripts.java | 42 +++-------- 14 files changed, 258 insertions(+), 100 deletions(-) create mode 100644 packages/jbpm-quarkus-devui/jbpm-quarkus-devui-runtime/src/main/java/org/jbpm/quarkus/devui/runtime/rpc/DataIndexCounter.java create mode 100644 packages/jbpm-quarkus-devui/jbpm-quarkus-devui-runtime/src/main/java/org/jbpm/quarkus/devui/runtime/rpc/JBPMDevUIEventPublisher.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org For additional commands, e-mail: commits-h...@kie.apache.org