开发者

Can you use ehcache 2.1.0 with Hibernate 3.3.x

开发者 https://www.devze.com 2023-01-06 09:03 出处:网络
ehcache-core-2.1.开发者_C百科0.jar seems to have the following dependency, does it imply I cannot use this with hibernnate-core-3.3.x.jars

ehcache-core-2.1.开发者_C百科0.jar seems to have the following dependency, does it imply I cannot use this with hibernnate-core-3.3.x.jars

    <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-core</artifactId>
        <version>3.5.1-Final</version>
        <scope>provided</scope>
    </dependency>


From the changelog, I don't see anything implying you can't use EHCache 2.1.0 with Hibernate 3.3 and that the situation changed between EHCache 2.0.0 and 2.1.0. Couldn't find a clear compatibility matrix though.

0

精彩评论

暂无评论...
验证码 换一张
取 消