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

   
   
   ### What changes were proposed in this pull request?
   
   Add commons-beanutils to the version catalog (1.11.0) and add `constraints { 
implementation(libs.commons.beanutils) }` in `hive-metastore2-libs` and 
`hive-metastore3-libs` to upgrade the transitive commons-beanutils from 1.9.4.
   
   
   ### Why are the changes needed?
   
   commons-beanutils 1.9.4 does not enable `SuppressPropertiesBeanIntrospector` 
by default, allowing potential class-level property access. Version 1.11.0 
fixes this by disallowing class-level access by default, and is API 
backward-compatible.
   
   
   Fix: #11165
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   - `./gradlew :catalogs:hive-metastore2-libs:build 
:catalogs:hive-metastore3-libs:build` — passes
   - `./gradlew :catalogs:hive-metastore-common:test 
:catalogs:catalog-hive:test -PskipITs` — passes
   - Integration tests to be verified by CI
   


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