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

Allow explicit java dependency removal in module #2500

Merged
merged 1 commit into from Jul 11, 2022

Conversation

DamnClin
Copy link
Collaborator

Close #2460

@DamnClin DamnClin changed the title Explicitly remove java dependency Allow axplicit java dependency removal in module Jul 11, 2022
@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #2500 (95fdf85) into main (531b66a) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##                main     #2500   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity      2403      2406    +3     
===========================================
  Files            546       546           
  Lines           9503      9516   +13     
  Branches         231       231           
===========================================
+ Hits            9503      9516   +13     
Impacted Files Coverage Δ
...er/javatool/arch/domain/ArchUnitModuleFactory.java 100.00% <100.00%> (ø)
...ontendmaven/domain/FrontendMavenModuleFactory.java 100.00% <100.00%> (ø)
...ation/springdoc/domain/SpringdocModuleFactory.java 100.00% <100.00%> (ø)
...gboot/core/domain/SpringBootCoreModuleFactory.java 100.00% <100.00%> (ø)
...ingboot/cucumber/domain/CucumberModuleFactory.java 100.00% <100.00%> (ø)
.../database/mariadb/domain/MariaDBModuleFactory.java 100.00% <100.00%> (ø)
...boot/database/mysql/domain/MySQLModuleFactory.java 100.00% <100.00%> (ø)
...ase/postgresql/domain/PostgresqlModuleFactory.java 100.00% <100.00%> (ø)
...abase/sqlcommon/domain/SQLCommonModuleBuilder.java 100.00% <100.00%> (ø)
...ingboot/devtools/domain/DevToolsModuleFactory.java 100.00% <100.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 531b66a...95fdf85. Read the comment docs.

@pascalgrimaud pascalgrimaud changed the title Allow axplicit java dependency removal in module Allow explicit java dependency removal in module Jul 11, 2022
@pascalgrimaud pascalgrimaud merged commit c178174 into jhipster:main Jul 11, 2022
@DamnClin DamnClin deleted the remove-java-dependency branch July 11, 2022 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add java dependencies removal in module mechanism
2 participants