HTHou opened a new pull request, #18513: URL: https://github.com/apache/iotdb/pull/18513
## Description\n\n#18461 added REST request size and concurrent request-body memory limits before #18499 migrated from JavaX to Jakarta. Because the newly added limit filters were not present on the migration branch, they still imported after both PRs were merged, while the DataNode now provides the Jakarta JAX-RS API. This caused DataNode compilation to fail.\n\nThis PR migrates the JAX-RS imports in the REST request size filter, request-body memory manager/release filter, and the corresponding unit test from to .\n\nThere are no behavioral or configuration changes to the REST request limits.\n\n## Testing\n\n\n\nThe JDK 17 reactor build completed successfully for all 26 selected modules. All 14 REST request-limit tests passed.\n\n<hr>\n\nThis PR has:\n- [x] been self-reviewed.\n- [x] used existing unit tests to verify the migrated code.\n\n<hr>\n\n##### Key changed classes\n\n- \n- \n- \n- \n -- 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]
