-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [feat](Authorization-plugin)Authorization framework modularization (#40750 #41100 #41574) #52577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…arization (apache#40750) apache#40750 (cherry picked from commit dd5605e)
…olation (apache#41100) ## Proposed changes - Use a Child-First ClassLoader to isolate plugins from the kernel, giving priority to plugin classes to prevent conflicts between the plugin and kernel classes. - Allow users to place plugins in a specified directory, such as auth-lib, to avoid classpath conflicts by default. - Support developers in debugging plugins by allowing them to bring in plugins via Maven, making the debugging process more convenient. (cherry picked from commit c34e86b)
… loading plugins (apache#41574) ## Proposed changes in apache#41100 An exception will be thrown if the user creates the plugin directory but it is empty. When loading plugins, it's acceptable for the plugin directory to be empty. Users might create the directory without placing any plugins inside, but since some plugins are still located on the classpath, this doesn’t cause any issues. If users specify a particular plugin but don’t place it in the directory, the business logic should handle that situation. The general-purpose class shouldn’t be concerned with this. (cherry picked from commit 9b25a83)
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
f04c528 to
51c1439
Compare
Member
Author
|
run buildall |
TPC-H: Total hot run time: 39876 ms |
TPC-DS: Total hot run time: 197201 ms |
ClickBench: Total hot run time: 30.02 s |
morrySnow
approved these changes
Jul 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#40750 #41100 #41574