This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/build-parent/org.assertj-assertj-core-3.27.7
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


    omit f94d5bd537 Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 in 
/build-parent
     add fc7c5a07e8 [Incubator kie issues#2226] DMN - missing evaluationHitIds 
in evaluated Conditional Expressions inside BKM (#6568)
     add fe01cf8434 [incubator-kie-drools-6561] Update supported java versions 
> 19 for DRL compilation (#6569)
     add ea49bf7dad Bump org.assertj:assertj-core from 3.27.3 to 3.27.7 in 
/build-parent

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   (f94d5bd537)
            \
             N -- N -- N   
refs/heads/dependabot/maven/build-parent/org.assertj-assertj-core-3.27.7 
(ea49bf7dad)

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.

No new revisions were added by this update.

Summary of changes:
 build-parent/pom.xml                               |   2 +-
 .../java/org/drools/ecj/EclipseJavaCompiler.java   |  12 +
 .../drools/ecj/EclipseJavaCompilerSettings.java    |  63 +----
 .../java/org/drools/ecj/JavaCompilerI18NTest.java  |   4 +-
 .../test/java/org/drools/ecj/Jdk21SyntaxTest.java  |  81 ++++++
 .../codegen/execmodel/generator/DrlxParseUtil.java |   6 +-
 .../codegen/execmodel/jdk/Jdk21SyntaxTest.java     |  68 +++++
 .../compilers/NativeJavaCompilerSettingsTest.java  |   8 +-
 .../integrationtests/SwitchOverStringTest.java     |  19 +-
 .../kie/dmn/core/ast/DMNConditionalEvaluator.java  |   4 +-
 .../java/org/kie/dmn/core/DMNInputRuntimeTest.java | 110 ++++++++
 .../core/impl/DMNRuntimeEventManagerUtilsTest.java |  47 ++++
 .../valid_models/DMNv1_6/ConditionalIf.dmn         | 301 +++++++++++++++++++++
 .../invoker.properties                             |   3 +
 .../pom.xml                                        |   7 +-
 .../src/main/resources/META-INF/kmodule.xml        |   5 +-
 .../src/main/resources/org/java21test/rules.drl    |  23 +-
 .../maven/plugin/ittests/Java21SyntaxTestIT.java   |  73 +++++
 .../kie/memorycompiler/JavaCompilerFactory.java    |   5 +-
 .../kie/memorycompiler/JavaCompilerSettings.java   |   6 +
 .../org/kie/memorycompiler/JavaConfiguration.java  |  48 ++--
 .../kie/memorycompiler/KieMemoryCompilerTest.java  |  32 +++
 22 files changed, 798 insertions(+), 129 deletions(-)
 create mode 100644 drools-ecj/src/test/java/org/drools/ecj/Jdk21SyntaxTest.java
 create mode 100644 
drools-model/drools-model-codegen/src/test/java/org/drools/model/codegen/execmodel/jdk/Jdk21SyntaxTest.java
 create mode 100644 
kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_6/ConditionalIf.dmn
 copy kie-maven-plugin/src/it/{kie-maven-plugin-test-kjar-10-yes-generate => 
kie-maven-plugin-test-kjar-16-java21}/invoker.properties (94%)
 copy kie-maven-plugin/src/it/{kie-maven-plugin-test-kjar-10-yes-generate => 
kie-maven-plugin-test-kjar-16-java21}/pom.xml (91%)
 copy 
kie-maven-plugin/src/it/{kie-maven-plugin-test-kjar-8-exec-model/kie-maven-plugin-test-kjar-8-modA-exec-model
 => 
kie-maven-plugin-test-kjar-16-java21}/src/main/resources/META-INF/kmodule.xml 
(89%)
 copy 
drools-test-coverage/test-compiler-integration/src/test/resources/org/drools/compiler/integrationtests/test_CEP_SimpleEventAssertion.drl
 => 
kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-16-java21/src/main/resources/org/java21test/rules.drl
 (76%)
 create mode 100644 
kie-maven-plugin/src/it/kie-maven-plugin-test-kjar-16-java21/src/test/java-filtered/org/kie/maven/plugin/ittests/Java21SyntaxTestIT.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to