Skip to content
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

MapperMethodInvoker should be set to public #3414

Closed
brucelwl opened this issue Feb 21, 2025 · 1 comment
Closed

MapperMethodInvoker should be set to public #3414

brucelwl opened this issue Feb 21, 2025 · 1 comment
Assignees
Milestone

Comments

@brucelwl
Copy link
Contributor

MapperMethodInvoke should be set to public, I used this interface in my custom extension for mybatis

interface MapperMethodInvoker {
Object invoke(Object proxy, Method method, Object[] args, SqlSession sqlSession) throws Throwable;
}

code

public interface MapperMethodInvoker { 
   Object invoke(Object proxy, Method method, Object[] args, SqlSession sqlSession) throws Throwable; 
 } 
@brucelwl brucelwl changed the title MapperMethodInvoke should be set to public MapperMethodInvoker should be set to public Feb 21, 2025
brucelwl added a commit to brucelwl/mybatis-3 that referenced this issue Feb 23, 2025
brucelwl added a commit to brucelwl/mybatis-3 that referenced this issue Feb 23, 2025
@harawata harawata self-assigned this Feb 24, 2025
@harawata harawata added this to the 3.6.x milestone Feb 24, 2025
@harawata
Copy link
Member

Fixed via #3415

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

No branches or pull requests

2 participants