Skip to content

fix:NoClassDefFoundError of TransactionFactory#521

Merged
huayanYu merged 5 commits into
baomidou:masterfrom
ZPZP1:master
Jul 6, 2023
Merged

fix:NoClassDefFoundError of TransactionFactory#521
huayanYu merged 5 commits into
baomidou:masterfrom
ZPZP1:master

Conversation

@ZPZP1

@ZPZP1 ZPZP1 commented Jul 5, 2023

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce? (check at least one)

  • [ √] Bugfix
  • Feature
  • Code style
  • Refactor
  • Doc
  • Other, please describe:

The description of the PR:
通过隔离配置类保证存在依赖时才会反射类获取工厂方法,不会因为不存在依赖时因为和别的mbd在一个类中,再进行反射获取整个类的工厂方法时出现反射不存在依赖类型的类从而发生反射异常的情况。

Other information:
#514

@huayanYu huayanYu merged commit d8515a3 into baomidou:master Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants