bdemers opened a new pull request, #1091:
URL: https://github.com/apache/directory-scimple/pull/1091

   ## Summary
   - Extension classes are now passed to the `BaseRepository` constructor as 
varargs, removing the need for each subclass to override `getExtensionList()`
   - Repositories with no extensions simply omit the parameter (defaults to 
empty list)
   - Migrates `scim-server` and `spring-boot` test InMemory services from raw 
`Repository` to `BaseRepository`, removing duplicate `patch()` and 
`getResourceClass()` implementations
   
   ## Test plan
   - [x] `BaseRepositoryTest` has 3 new tests for extension list behavior 
(default empty, provided extensions, no-arg constructor)
   - [x] Full `mvn clean verify` passes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to