lasdf1234 opened a new pull request, #11022:
URL: https://github.com/apache/gravitino/pull/11022

   ### What changes were proposed in this pull request?
   
   This PR adds the built-in IdP API model classes under the 
`plugins:idp-basic` module, including DTOs, requests, responses, and their unit 
tests.
   
   ### Why are the changes needed?
   
   The built-in IdP management work needs its API model classes to live with 
the `idp-basic` plugin instead of introducing them in broader shared modules.
   
   Fix: #10966
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   ```bash
   ./gradlew :plugins:idp-basic:test \
     --tests org.apache.gravitino.idp.basic.dto.TestIdpUserDTO \
     --tests org.apache.gravitino.idp.basic.dto.TestIdpGroupDTO \
     --tests org.apache.gravitino.idp.basic.dto.requests.TestCreateUserRequest \
     --tests org.apache.gravitino.idp.basic.dto.requests.TestCreateGroupRequest 
\
     --tests 
org.apache.gravitino.idp.basic.dto.requests.TestResetPasswordRequest \
     --tests 
org.apache.gravitino.idp.basic.dto.requests.TestUpdateGroupUsersRequest \
     --tests org.apache.gravitino.idp.basic.dto.responses.TestIdpUserResponse \
     --tests org.apache.gravitino.idp.basic.dto.responses.TestIdpGroupResponse \
     -PskipWeb=true
   ```
   


-- 
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]

Reply via email to