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

Add support for resolving domain class from repository method to make… #190

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

agrancaric
Copy link
Collaborator

… AOP on repositories easier to work with

Basic information

  • nrich version:
    2.1.1
  • Module:
    nrich-search

Additional information

Description

Summary

Add support for resolving domain class from repository method to make AOP on repositories easier to work wit

Details

Add support for resolving domain class from repository method to make AOP on repositories easier to work wit

Related issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (non-breaking change which enhances existing functionality)

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 requested a review from jzrilic November 24, 2023 07:58
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ae1392b) 96.82% compared to head (f48178b) 96.82%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #190   +/-   ##
=========================================
  Coverage     96.82%   96.82%           
- Complexity     1264     1266    +2     
=========================================
  Files           183      183           
  Lines          2894     2898    +4     
  Branches        251      251           
=========================================
+ Hits           2802     2806    +4     
  Misses           38       38           
  Partials         54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@agrancaric agrancaric force-pushed the feature_addDomainClassToRepositories branch from ef64982 to 29ff97b Compare January 23, 2024 17:32
@agrancaric agrancaric self-assigned this Jan 23, 2024
@agrancaric agrancaric requested a review from jzrilic January 23, 2024 17:32
@agrancaric agrancaric force-pushed the feature_addDomainClassToRepositories branch from 29ff97b to f48178b Compare January 23, 2024 17:33
@jzrilic jzrilic merged commit fc8808f into master Jan 24, 2024
8 checks passed
@jzrilic jzrilic deleted the feature_addDomainClassToRepositories branch January 24, 2024 13:50
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.

2 participants