bengbengbalabalabeng opened a new pull request, #1018: URL: https://github.com/apache/fesod/pull/1018
<!-- Thanks very much for contributing to Apache Fesod (Incubating)! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of an existing issue, reference it using one of the following: Closed: #ISSUE Related: #ISSUE --> ## Purpose of the pull request Related: #951 **DRAFT FOR NOW** ## What's changed? ### 1. `fesod-common` - Added core SPI contracts: `BeanWrapper` and `BeanWrapperProvider`. - Added the factory utility `BeanWrappers` for SPI auto-discovery (`ServiceLoader`) and priority-based sorting (`getOrder()`). ### 2. `fesod-beans` (Parent POM) - Added `fesod-beans/fesod-beans-cglib` submodule. ### 3. `fesod-sheet` - Replaced direct dependency on `fesod-shaded` with `fesod-beans-cglib`. - Replaced internal `BeanMapUtils.create()` usages with `BeanWrappers.create()`. - Deprecated / cleaned up legacy `BeanMapUtils` to prevent downstream compile/runtime errors caused by hard CGLIB dependencies when switching `fesod-beans-*` implementations. ## Checklist - [ ] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution/). - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. -- 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]
