-
Notifications
You must be signed in to change notification settings - Fork 15
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
adding source and sourceId filter to existing api #566
Conversation
I think you forgot to update the gbif-api version to use the changes that you did in the gbif-api project? otherwise this branch doesn't compile |
...nce/src/main/resources/org/gbif/registry/persistence/mapper/collections/CollectionMapper.xml
Outdated
Show resolved
Hide resolved
...nce/src/main/resources/org/gbif/registry/persistence/mapper/collections/CollectionMapper.xml
Outdated
Show resolved
Hide resolved
...ce/src/main/resources/org/gbif/registry/persistence/mapper/collections/InstitutionMapper.xml
Outdated
Show resolved
Hide resolved
Also, the query parameters are not being set to the request so they don't reach the service. You have to add the parsing to the argument resolvers( |
I suggest adding tests. For the persistence layer you can add tests to |
[…/564](#564)