Clirr Results

The following document contains the results of Clirr.

  • Current Version: 4.0.0
  • Comparison Version: 2.1.0

Summary

Severity Number
Error
 Error 18
Warning
 Warning 0

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

API Incompatibilities

Severity Message Class Method / Field
Error
Method 'public org.springframework.context.annotation.ComponentScan$Filter[] excludeFilters()' has been added to an interface org.mybatis.spring.annotation.MapperScan public org.springframework.context.annotation.ComponentScan$Filter[] excludeFilters()
Error
Method 'public boolean processPropertyPlaceHolders()' has been added to an interface org.mybatis.spring.annotation.MapperScan public boolean processPropertyPlaceHolders()
Error
Removed org.springframework.batch.item.ItemWriter from the set of implemented interfaces org.mybatis.spring.batch.MyBatisBatchItemWriter
Error
Parameter 1 of 'public void write(java.util.List)' has changed its type to org.springframework.batch.infrastructure.item.Chunk org.mybatis.spring.batch.MyBatisBatchItemWriter public void write(java.util.List)
Error
Removed org.springframework.batch.item.ItemReader from the set of implemented interfaces org.mybatis.spring.batch.MyBatisCursorItemReader
Error
Removed org.springframework.batch.item.ItemStream from the set of implemented interfaces org.mybatis.spring.batch.MyBatisCursorItemReader
Error
Removed org.springframework.batch.item.ItemStreamReader from the set of implemented interfaces org.mybatis.spring.batch.MyBatisCursorItemReader
Error
Removed org.springframework.batch.item.ItemStreamSupport from the list of superclasses org.mybatis.spring.batch.MyBatisCursorItemReader
Error
Removed org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader from the list of superclasses org.mybatis.spring.batch.MyBatisCursorItemReader
Error
Removed org.springframework.batch.item.support.AbstractItemStreamItemReader from the list of superclasses org.mybatis.spring.batch.MyBatisCursorItemReader
Error
Removed org.springframework.batch.item.ItemReader from the set of implemented interfaces org.mybatis.spring.batch.MyBatisPagingItemReader
Error
Removed org.springframework.batch.item.ItemStream from the set of implemented interfaces org.mybatis.spring.batch.MyBatisPagingItemReader
Error
Removed org.springframework.batch.item.ItemStreamReader from the set of implemented interfaces org.mybatis.spring.batch.MyBatisPagingItemReader
Error
Removed org.springframework.batch.item.ItemStreamSupport from the list of superclasses org.mybatis.spring.batch.MyBatisPagingItemReader
Error
Removed org.springframework.batch.item.database.AbstractPagingItemReader from the list of superclasses org.mybatis.spring.batch.MyBatisPagingItemReader
Error
Removed org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader from the list of superclasses org.mybatis.spring.batch.MyBatisPagingItemReader
Error
Removed org.springframework.batch.item.support.AbstractItemStreamItemReader from the list of superclasses org.mybatis.spring.batch.MyBatisPagingItemReader
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 4.0.0:
  • Non justified changes

    Class From To org.mybatis.spring.annotation.MapperScan public boolean processPropertyPlaceHolders() org.mybatis.spring.annotation.MapperScan public org.springframework.context.annotation.ComponentScan$Filter[] excludeFilters() org.mybatis.spring.batch.MyBatisBatchItemWriter org.mybatis.spring.batch.MyBatisBatchItemWriter public void write(java.util.List) org.mybatis.spring.batch.MyBatisCursorItemReader org.mybatis.spring.batch.MyBatisCursorItemReader org.mybatis.spring.batch.MyBatisCursorItemReader org.mybatis.spring.batch.MyBatisCursorItemReader org.mybatis.spring.batch.MyBatisCursorItemReader org.mybatis.spring.batch.MyBatisCursorItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader org.mybatis.spring.batch.MyBatisPagingItemReader protected void doJumpToPage(int)