Skip to content

Conversation

@making
Copy link

@making making commented Apr 9, 2017

It would be nice for spring-boot-starter to manage mybatis-typehandlers-jsr310.

I'd like to use managed versions like following:

    <dependencies>
        <dependency>
            <groupId>org.mybatis.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter</artifactId>
        </dependency>
        <dependency>
            <groupId>org.mybatis.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter-test</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mybatis</groupId>
            <artifactId>mybatis-typehandlers-jsr310</artifactId>
        </dependency>
        <!-- ... -->
    </dependencies>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-dependencies</artifactId>
                <version>1.5.2.RELEASE</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.mybatis.spring.boot</groupId>
                <artifactId>mybatis-spring-boot</artifactId>
                <version>1.3.x</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

@kazuki43zoo
Copy link
Member

kazuki43zoo commented Apr 13, 2017

@making Thanks for your contributing !!
We have a plan for merging jsr-310 typehandlers into the mybatis core module at next release.
For details see mybatis/mybatis-3#974.

@kazuki43zoo
Copy link
Member

@making We merged jsr-310 typehandlers classes into the mybatis core via mybatis/mybatis-3#974.

Thanks.

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