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

Bugfix fix dependencies #65

Merged
merged 36 commits into from
Apr 20, 2022
Merged

Bugfix fix dependencies #65

merged 36 commits into from
Apr 20, 2022

Conversation

agrancaric
Copy link
Collaborator

Basic information

  • nrich version:
    1.2.1
  • Module:
    Project

Additional information

Description

Summary

Update gradle dependencies to use minimum required for using the modules, switch to starters in nrich-search and nrich-registry modules to ensure all the required dependencies are in place for running the module.

Details

Update gradle dependencies to use minimum required for using the modules, switch to starters in nrich-search and nrich-registry modules to ensure all the required dependencies are in place for running the module.

Related issue

#40

Types of changes

  • Breaking change (fix, enhancement or feature that would cause existing functionality to change in backward-incompatible way)

Checklist

  • I have read the project's CONTRIBUTING document
  • I have checked my code with the project's static analysis tooling
  • I have formatted my code with the project's IDEA code-style configuration
  • I have checked my code for misspellings
  • I have organized my changes in easy-to-follow commits
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests pass.

@agrancaric agrancaric self-assigned this Mar 25, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2022

Codecov Report

Merging #65 (1375224) into master (0948e6e) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master      #65      +/-   ##
============================================
- Coverage     96.13%   96.09%   -0.04%     
  Complexity     1017     1017              
============================================
  Files           152      152              
  Lines          2434     2435       +1     
  Branches        224      224              
============================================
  Hits           2340     2340              
- Misses           34       35       +1     
  Partials         60       60              
Impacted Files Coverage Δ
...figuration/NrichNotificationAutoConfiguration.java 100.00% <ø> (ø)
...on/service/DefaultConstraintConversionService.java 100.00% <ø> (ø)
...on/service/DefaultNotificationResolverService.java 100.00% <ø> (ø)
.../configuration/NrichRegistryAutoConfiguration.java 98.03% <0.00%> (-1.97%) ⬇️

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 0948e6e...1375224. Read the comment docs.

@agrancaric agrancaric linked an issue Mar 25, 2022 that may be closed by this pull request
@agrancaric agrancaric force-pushed the bugfix_fixDependencies branch 2 times, most recently from ea6d1c7 to 1da3939 Compare April 1, 2022 11:53
@agrancaric agrancaric force-pushed the bugfix_fixDependencies branch from 1da3939 to 3337ce5 Compare April 6, 2022 16:48
@jsajlovic jsajlovic added this to the v1.3.0 milestone Apr 12, 2022
@jsajlovic jsajlovic requested review from ijakus and removed request for mfolnovic April 15, 2022 11:50
agrancaric and others added 17 commits April 20, 2022 14:36
…of org.glassfish:jakarta.el to be inline with spring (see spring-projects/spring-boot#24744 for details)
…ring-core on implementation scope instead in nrich-excel module
…nly scope in nrich-form-configuration-spring-boot-starter module
…nly scope in nrich-registry-spring-boot-starter module
…ng-boot-starter module to runtimeOnly and use spring-boot-autoconfigure on implementation scope instead
…ich-notification-spring-boot-starter on runtimeOnly scope in nrich-webmvc-spring-boot-starter module
@jzrilic jzrilic force-pushed the bugfix_fixDependencies branch from d085435 to 1375224 Compare April 20, 2022 12:53
jsajlovic
jsajlovic previously approved these changes Apr 20, 2022
@jsajlovic jsajlovic dismissed their stale review April 20, 2022 13:24

Explicitly define LoggingService bean in nrich-webmvc-spring-boot-starter

jzrilic added 2 commits April 20, 2022 15:44
This should be removed when spring-boot-starter module for logging is introduced.
@jsajlovic jsajlovic self-requested a review April 20, 2022 14:32
@jsajlovic jsajlovic merged commit 321480e into master Apr 20, 2022
@jsajlovic jsajlovic deleted the bugfix_fixDependencies branch April 20, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix dependencies in modules
4 participants