This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/build-parent/ch.qos.logback-logback-classic-1.2.13
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
omit f04ecca207 Bump ch.qos.logback:logback-classic in /build-parent
add 4703e1241c Update PropertiesSheetListener.java (#5610)
add 52f078b2e2 kie-issues#742: upgrade jacoco maven plugin to 0.8.11
(#5609)
add 0abd1fcbb2 [DROOLS-7578] Evaluate Impact analysis for ansible
integration rules (#5594)
add d411c58114 Bump ch.qos.logback:logback-classic 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 (f04ecca207)
\
N -- N -- N
refs/heads/dependabot/maven/build-parent/ch.qos.logback-logback-classic-1.2.13
(d411c58114)
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 +-
.../parser/xls/PropertiesSheetListener.java | 3 +-
.../drools-impact-analysis-graph-common/pom.xml | 4 --
.../analysis/graph/ModelToGraphConverter.java | 30 +++++++++
.../DeleteSpecificFactActionTest.java | 78 ++++++++++++++++++++++
...rtAction.java => DeleteSpecificFactAction.java} | 32 +++++----
...InsertedProperty.java => SpecificProperty.java} | 14 ++--
7 files changed, 137 insertions(+), 26 deletions(-)
create mode 100644
drools-impact-analysis/drools-impact-analysis-itests/src/test/java/org/drools/impact/analysis/integrationtests/DeleteSpecificFactActionTest.java
copy
drools-impact-analysis/drools-impact-analysis-model/src/main/java/org/drools/impact/analysis/model/right/{InsertAction.java
=> DeleteSpecificFactAction.java} (50%)
copy
drools-impact-analysis/drools-impact-analysis-model/src/main/java/org/drools/impact/analysis/model/right/{InsertedProperty.java
=> SpecificProperty.java} (79%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]