This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a change to branch kie_issues_958
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
discard 0003585f9d Setup Jenkins pipelines for testing
omit 2e991457d3 kie-issues-958 - quarkus upgrade
add d02f6e13b9 kie-issues-957 - removing unnecessary module (#5733)
add 6f431492fd [incubator-kie-drools#5728] Update PR template (#5729)
add b423c0cd0c [DROOLS-7612] bump to apache poi 5.2.5 (#5744)
add 7b8a70f67a [incubator-kie-issues#968] Support ConditionalExpr in
Drools executable model (#5746)
add ff21d1c092 [KIE-978] fix generation of expression binding in
executable model (#5749)
add f9166188de [kie-issues#941] Ignore constraint in parentheses that is
bound to a variable (#5750)
new da6deb12a5 kie-issues-958 - quarkus upgrade
new e4097f34be Setup Jenkins pipelines for testing
new 09cdf14de2 Upgrade to and align with Quarkus 3.8.1 LTS release.
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 (0003585f9d)
\
N -- N -- N refs/heads/kie_issues_958 (09cdf14de2)
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 3 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:
.github/pull_request_template.md | 97 ++--------------------
build-parent/pom.xml | 6 +-
.../execmodel/generator/OOPathExprGenerator.java | 2 +-
.../generator/drlxparse/ConstraintParser.java | 14 ++--
.../drlxparse/SingleDrlxParseSuccess.java | 20 ++++-
.../generator/expressiontyper/ExpressionTyper.java | 5 ++
.../model/codegen/execmodel/BindingTest.java | 35 ++++++++
.../codegen/execmodel/ConditionalExprTest.java | 87 +++++++++++++++++++
.../model/codegen/execmodel/ConstraintTest.java | 90 ++++++++++++++++++++
9 files changed, 257 insertions(+), 99 deletions(-)
create mode 100644
drools-model/drools-model-codegen/src/test/java/org/drools/model/codegen/execmodel/ConditionalExprTest.java
create mode 100644
drools-model/drools-model-codegen/src/test/java/org/drools/model/codegen/execmodel/ConstraintTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]