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

Add constructor that pass an Annotation type instead of Object on ProviderSqlSource #1611

Conversation

kazuki43zoo
Copy link
Member

The motivation for this change is to resolve issues that prevent GraalVM support. See gh-1552

I want to resolve issues that prevent GraalVM support on step by step.
WDYT?

…viderSqlSource

The motivation for this change is to resolve issues that prevent GraalVM support. See mybatisgh-1552
@kazuki43zoo kazuki43zoo requested a review from harawata July 20, 2019 05:35
@kazuki43zoo kazuki43zoo mentioned this pull request Jul 20, 2019
7 tasks
Copy link
Member

@harawata harawata left a comment

Choose a reason for hiding this comment

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

Thank you, @kazuki43zoo !
The second parameter should have been declared as Annotation in the first place, I think.
I just added one clarification.

@kazuki43zoo
Copy link
Member Author

@harawata

The second parameter should have been declared as Object in the first place, I think.

What mean? Is correct a current method declarement?

@harawata
Copy link
Member

I meant Annotation, sorry!

@kazuki43zoo kazuki43zoo self-assigned this Jul 22, 2019
@kazuki43zoo kazuki43zoo added the polishing Improve a implementation code or doc without change in current behavior/content label Jul 22, 2019
@kazuki43zoo kazuki43zoo added this to the 3.5.3 milestone Jul 22, 2019
@kazuki43zoo kazuki43zoo merged commit e4b89ce into mybatis:master Jul 22, 2019
@kazuki43zoo kazuki43zoo deleted the add-constructor-with-annotation-on-sqlprovidersource branch July 22, 2019 02:53
pulllock pushed a commit to pulllock/mybatis-3 that referenced this pull request Oct 19, 2023
pulllock pushed a commit to pulllock/mybatis-3 that referenced this pull request Oct 19, 2023
…-annotation-on-sqlprovidersource

Add constructor that pass an Annotation type instead of Object on ProviderSqlSource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polishing Improve a implementation code or doc without change in current behavior/content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants