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

Support appendable method on SqlSessionFactoryBean #816

Conversation

kazuki43zoo
Copy link
Member

Fixes gh-787

  • addMapperLocations
  • addTypeHandlers
  • addScriptingLanguageDrivers
  • addPlugins
  • addTypeAliases

Fixes mybatisgh-787

* addMapperLocations
* addTypeHandlers
* addScriptingLanguageDrivers
* addPlugins
* addTypeAliases
@kazuki43zoo kazuki43zoo added enhancement Improve a feature or add a new feature backport to other version Backport to other maintenance version labels May 13, 2023
@kazuki43zoo kazuki43zoo added this to the 3.0.2 milestone May 13, 2023
@kazuki43zoo kazuki43zoo self-assigned this May 13, 2023
@coveralls
Copy link

Coverage Status

Coverage: 89.599% (+0.2%) from 89.392% when pulling f206e7e on kazuki43zoo:gh-787_support-appendable-method-on-sqlsessionfactorybean into 3004d20 on mybatis:master.

@kazuki43zoo kazuki43zoo merged commit 40bb693 into mybatis:master May 13, 2023
@kazuki43zoo kazuki43zoo deleted the gh-787_support-appendable-method-on-sqlsessionfactorybean branch May 13, 2023 10:37
@kazuki43zoo kazuki43zoo added the done backported Backporting is doned label May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to other version Backport to other maintenance version done backported Backporting is doned enhancement Improve a feature or add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mapperLocations is overwritten
2 participants