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

mariofusco pushed a change to branch quarkus-3.2LTS
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


 discard 9d50a86d0b CI: add push tokens into config
 discard 61be6d3841 CI - limit generated jobs
 discard 1f12ab4540 TEMPORARY: adjust pipeline config
    omit cdc1ef1412 [Quarkus 3] Updated rewrite data
     add d1ee3fa483 kie-issues#730: Add branch quarkus-3.2LTS in config file
     add 8c9b539f3c kie-issues#727: define push GH tokens for jenkins
     add b29d1499f4 Lazily calculate identity hashcode inside the 
DefaultFactHandle (#5606)
     add 3354987b0d [KIE-734] support yaml format in quarkus extension (#5607)
     new e0e0a87128 [Quarkus 3] Updated rewrite data
     new 3768fd37af TEMPORARY: adjust pipeline config
     new 891fec9860 CI - limit generated jobs

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   (9d50a86d0b)
            \
             N -- N -- N   refs/heads/quarkus-3.2LTS (891fec9860)

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:
 .ci/jenkins/Jenkinsfile.deploy                     | 16 +++--
 .ci/jenkins/Jenkinsfile.promote                    | 24 +++++---
 .ci/jenkins/Jenkinsfile.quarkus-3.rewrite.pr       | 10 ++-
 .../Jenkinsfile.quarkus-3.rewrite.standalone       | 10 ++-
 .ci/jenkins/Jenkinsfile.setup-branch               | 15 +++--
 .ci/jenkins/config/main.yaml                       |  3 +
 .ci/jenkins/dsl/jobs.groovy                        | 20 +++---
 .ci/jenkins/project/Jenkinsfile.post-release       | 20 +++---
 .../org/drools/core/common/DefaultFactHandle.java  |  6 +-
 .../model/codegen/project/DroolsModelBuilder.java  | 72 ++++++++++++----------
 .../deployment/DroolsCompilationProvider.java      |  1 +
 .../drools-quarkus-integration-test/pom.xml        |  4 ++
 .../org/drools/quarkus/test/TestableResource.java  |  2 +-
 .../src/main/resources/META-INF/kmodule.xml        |  3 +
 .../resources/org/drools/yaml/CanDrink.drl.yaml    | 25 ++++++++
 .../java/org/drools/quarkus/test/RuntimeTest.java  |  5 ++
 16 files changed, 158 insertions(+), 78 deletions(-)
 create mode 100755 
drools-quarkus-extension/drools-quarkus-integration-test/src/main/resources/org/drools/yaml/CanDrink.drl.yaml


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

Reply via email to