Skip to content

feat(类加载器): 实现自定义类加载器逻辑#17

Merged
shengsheng-bot merged 1 commit intoimplement-study:mainfrom
vlooong:main
Jun 6, 2025
Merged

feat(类加载器): 实现自定义类加载器逻辑#17
shengsheng-bot merged 1 commit intoimplement-study:mainfrom
vlooong:main

Conversation

@vlooong
Copy link
Contributor

@vlooong vlooong commented Jun 6, 2025

添加自定义类加载器功能,主要包含:

  1. 实现findClass方法,支持加载并解密加密的class文件
  2. 重写loadClass方法,修改双亲委派机制,使tech包下的类由自定义加载器加载

添加自定义类加载器功能,主要包含:
1. 实现findClass方法,支持加载并解密加密的class文件
2. 重写loadClass方法,修改双亲委派机制,使tech包下的类由自定义加载器加载
@shengsheng-bot
Copy link
Contributor

感谢你的提交! 接下来的流程将由我自动为你处理

@shengsheng-bot shengsheng-bot added the ci-approve 允许ci label Jun 6, 2025
@shengsheng-bot
Copy link
Contributor

初步审核已通过,请等待CI流程

@shengsheng-bot
Copy link
Contributor

@vlooong ,恭喜你的代码通过了CI流程,完成了本次自测

@shengsheng-bot shengsheng-bot merged commit 173c415 into implement-study:main Jun 6, 2025
3 of 4 checks passed
shengsheng-bot added a commit that referenced this pull request Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approve 允许ci

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants