Clirr Results

The following document contains the results of Clirr.

  • Current Version: 3.0.4-SNAPSHOT
  • Comparison Version: 2.1.0

Summary

Severity Number
Error
 Error 3
Warning
 Warning 0

(The results have been filtered to omit less severe results)

API Incompatibilities

Severity Message Class Method / Field
Error
Method 'public boolean processPropertyPlaceHolders()' has been added to an interface org.mybatis.spring.annotation.MapperScan public boolean processPropertyPlaceHolders()
Error
Parameter 1 of 'public void write(java.util.List)' has changed its type to org.springframework.batch.item.Chunk org.mybatis.spring.batch.MyBatisBatchItemWriter public void write(java.util.List)
Error
Method 'protected void doJumpToPage(int)' has been removed org.mybatis.spring.batch.MyBatisPagingItemReader protected void doJumpToPage(int)

API Changelog

The following APIs were modified from version 2.1.0 to 3.0.4-SNAPSHOT:
  • Non justified changes

    Class From To org.mybatis.spring.annotation.MapperScan public boolean processPropertyPlaceHolders() org.mybatis.spring.batch.MyBatisBatchItemWriter public void write(java.util.List) org.mybatis.spring.batch.MyBatisPagingItemReader protected void doJumpToPage(int)