Skip to content

DATAJDBC-322 - Upgrade mybatis and mybatis-spring #111

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

Closed

Conversation

kazuki43zoo
Copy link
Contributor

We has been released new version as follow:

schauder pushed a commit that referenced this pull request Jan 22, 2019
MyBatis 3.5.0
mybatis-spring 2.0.0

Original pull request: #111.
@schauder schauder changed the title Upgrade mybatis and mybatis-spring DATAJDBC-322 - Upgrade mybatis and mybatis-spring Jan 22, 2019
@schauder
Copy link
Contributor

Thanks, that's squashed and merged.

@schauder schauder closed this Jan 22, 2019
@kazuki43zoo kazuki43zoo deleted the upgrade-mybatis branch January 22, 2019 12:19
schauder pushed a commit that referenced this pull request Jan 24, 2019
MyBatis 3.5.0
mybatis-spring 2.0.0

Original pull request: #111.
mp911de pushed a commit that referenced this pull request Feb 21, 2022
Package renames:

- `….domain` -> `….mapping`
- `….function.connectionfactory` -> `connectionfactory`
- `….function.convert` -> `convert`
- `….function.query` -> `query`
- `….function` -> `….core`

Type moves:

- `….dialect.R2dbcSimpleTypeHolder` -> `….mapping.R2dbcSimpleTypeHolder`
- `….mapping.BindTarget` -> `….dialect.BindTarget`
- `….mapping.PreparedOperation` -> `….core.PreparedOperation`
- `….mapping.QueryOperation` -> `….core.QueryOperation`
- `….mapping.BindOperation` -> `….core.BindOperation`
- `….connectionfactory.ConnectionFactoryTransactionManager` -> `….connectionfactory.R2dbcTransactionManager`

That makes us end up with:

- `connectionfactory`
- `core` -> `connectionfactory`, `convert`, `dialect`, `mapping`, `query`
- `query` -> `convert`, `dialect`, `mapping`
- `convert` -> `dialect`, `mapping`
- `dialect` -> `mapping`
- `mapping` -> Spring Data Commons mapping

Reflect type renames in reference documentation.
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