Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liquibase unlocker tool - dependency refinements #3708

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

Agnul97
Copy link
Contributor

@Agnul97 Agnul97 commented Jan 30, 2023

This pr solves a problem of dependency propagation from liquibae unlocker tool to modules that depends on it.
Also, dependencies of this module have been rewritten in order to find a minimal set of dependencies.

@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #3708 (9568765) into develop (1e7fd4c) will decrease coverage by 36.23%.
The diff coverage is n/a.

❗ Current head 9568765 differs from pull request most recent head 55da967. Consider uploading reports for the commit 55da967 to get more accurate results

Impacted file tree graph

@@              Coverage Diff               @@
##             develop    #3708       +/-   ##
==============================================
- Coverage      55.07%   18.84%   -36.23%     
==============================================
  Files           1822     1822               
  Lines          33791    33791               
  Branches        2663     2663               
==============================================
- Hits           18609     6368    -12241     
- Misses         14168    26898    +12730     
+ Partials        1014      525      -489     
Impacted Files Coverage Δ
...in/java/org/eclipse/kapua/broker/BrokerDomain.java 0.00% <0.00%> (-100.00%) ⬇️
...java/org/eclipse/kapua/commons/util/ClassUtil.java 0.00% <0.00%> (-100.00%) ⬇️
...n/java/org/eclipse/kapua/broker/BrokerDomains.java 0.00% <0.00%> (-100.00%) ⬇️
...va/org/eclipse/kapua/commons/util/SystemUtils.java 0.00% <0.00%> (-100.00%) ⬇️
.../java/org/eclipse/kapua/message/KapuaPosition.java 0.00% <0.00%> (-100.00%) ⬇️
.../java/org/eclipse/kapua/KapuaRuntimeException.java 0.00% <0.00%> (-100.00%) ⬇️
...java/org/eclipse/kapua/broker/core/plugin/Acl.java 0.00% <0.00%> (-100.00%) ⬇️
.../org/eclipse/kapua/commons/event/ServiceEntry.java 0.00% <0.00%> (-100.00%) ⬇️
...java/org/eclipse/kapua/KapuaRuntimeErrorCodes.java 0.00% <0.00%> (-100.00%) ⬇️
...java/org/eclipse/kapua/MissingKapuaErrorCodes.java 0.00% <0.00%> (-100.00%) ⬇️
... and 931 more

@Coduz Coduz merged commit 395caa2 into eclipse-kapua:develop Jan 31, 2023
@Coduz Coduz added the Enhancement This PR/Issue improves an part of Kapua label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants