lasdf1234 opened a new pull request, #11023:
URL: https://github.com/apache/gravitino/pull/11023
### What changes were proposed in this pull request?
This PR moves the built-in IdP storage implementation classes from the
original `core` addition set into the `plugins:idp-basic` module, including
relational POs, MyBatis mappers, SQL providers, and the corresponding
plugin-local tests.
### Why are the changes needed?
The built-in IdP storage implementation should live with the `idp-basic`
plugin instead of being introduced directly as new implementation classes in
`core`.
Fix: #10960
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
```bash
./gradlew :plugins:idp-basic:test \
--tests org.apache.gravitino.storage.relational.po.TestIdpGroupPO \
--tests org.apache.gravitino.storage.relational.po.TestIdpGroupUserRelPO \
--tests org.apache.gravitino.storage.relational.po.TestIdpUserPO \
--tests
org.apache.gravitino.storage.relational.mapper.TestIdpGroupMetaMySQLProvider \
--tests
org.apache.gravitino.storage.relational.mapper.TestIdpGroupUserRelMySQLProvider
\
--tests
org.apache.gravitino.storage.relational.mapper.TestIdpUserMetaMySQLProvider \
--tests
org.apache.gravitino.storage.relational.mapper.provider.base.TestIdpGroupMetaBaseSQLProvider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.base.TestIdpGroupUserRelBaseSQLProvider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.base.TestIdpUserMetaBaseSQLProvider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.h2.TestIdpGroupMetaH2Provider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.h2.TestIdpGroupUserRelH2Provider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.h2.TestIdpUserMetaH2Provider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.postgresql.TestIdpGroupMetaPostgreSQLProvider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.postgresql.TestIdpGroupUserRelPostgreSQLProvider
\
--tests
org.apache.gravitino.storage.relational.mapper.provider.postgresql.TestIdpUserMetaPostgreSQLProvider
\
-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]