Skip to content

fix: resolve MyBatis mapper XML issues and inconsistencies#4272

Merged
wolfboys merged 1 commit into
apache:devfrom
GOODBOY008:fix/mybatis-mapper-issues
Aug 1, 2025
Merged

fix: resolve MyBatis mapper XML issues and inconsistencies#4272
wolfboys merged 1 commit into
apache:devfrom
GOODBOY008:fix/mybatis-mapper-issues

Conversation

@GOODBOY008
Copy link
Copy Markdown
Member

What changes were proposed in this pull request

This pull request fixes several MyBatis mapper XML configuration issues that were causing build errors and inconsistencies in the StreamPark console service.

Brief change log

  • Rename ApplicationMapper.xml to FlinkApplicationMapper.xml to match the actual mapper interface
  • Remove unused/incorrect mapper XML files (DistributedTaskMapper.xml, FlinkCatalogMapper.xml)
  • Fix MenuMapper.xml resultMap to correctly map database columns to entity properties
  • Resolve 'Cannot resolve symbol' errors in MyBatis XML files

- Rename ApplicationMapper.xml to FlinkApplicationMapper.xml to match the actual mapper interface
- Remove unused/incorrect mapper XML files (DistributedTaskMapper.xml, FlinkCatalogMapper.xml)
- Fix MenuMapper.xml resultMap to correctly map database columns to entity properties
- Resolve 'Cannot resolve symbol' errors in MyBatis XML files
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Member

@wolfboys wolfboys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wolfboys wolfboys merged commit 2d0bed8 into apache:dev Aug 1, 2025
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants