MyBatis Broken backward compatibility. Parameter '0' not found

MyBatis versionsince 3.4.1Test case or example project<insert id="setProperty"> REPLACE INTO ServerProperties(`...

MyBatis Make the DataSourceFactory follow the factory specification.

As a data source factory, DataSourceFactory does not follow the factory specifications. It has two issues:The factory ca...

MyBatis Avoid creating unused result map when parsing collection/association

When referencing id of another resultMap in association/collection, unessesery ResultMap is created and stored in config...

MyBatis should use try-with-resoures construct for java.sql.Connection in method org.apache.ibatis.mapping.VendorDatabaseIdProvider.getDatabaseName(DataSource dataSource) throws SQLException

MyBatis version3.5.3Database vendor and versionTest case or example projectversion 3.5.3 has adopted lambda expression, ...

MyBatis OffsetDateTimeTypeHandler had a breaking change from 3.4.6 -> 3.5.3

Java VersionOpenJdk 11.0.2MyBatis version3.5.3Database vendor and versionMySql 5.7DescriptionI am upgradingFROM"org...

MyBatis UUID native support

Are there plans any plans to support UUID natively? I mean, I know that I can inplement id via Handlers but it´s too ted...

MyBatis The <cache> configuration will invalidate the <cache-ref>

version 3.5.4-SNAPSHOTXMLMapperBuilder#configurationElement(XNode context) cacheRefElement(context.evalNode(&quot;c...

MyBatis Several potential NullPointerException bugs.

Hi all,Our tool has found several potential NPE bugs.In method resolveGetterConflicts If the variable winnerMethod winne...

MyBatis format XNode toString method.

Format class XNode toString method, make the sub label retract a 'tab'. eclipse "ctrl+shift+i" to watch the value of var...

MyBatis format class XNode's toString method.

Format class XNode toString method, make the sub label retract a 'tab'. eclipse "ctrl+shift+i" to watch the value of var...

MyBatis [tests] Improve test coverage.

There is no implement method selectPostsById() , in the Test module BoundBlogMapper interface class ,I implemented ...

MyBatis check mapper method related mappedStatement whether exist

add properties checkMapperMethodRelatedMappedStatementExist to find bug as soon as possible, false as default value ,whe...

MyBatis check mapper method related mappedStatement whether exist

add properties checkMapperMethodRelatedMappedStatementExist to find bug as soon as possible, false as default value ,whe...

MyBatis Adding cache for in-parameter to avoid handle in-parameter repeatedly, at the same time, we want to add more flexibility on parsing parameter mapping

I want to add cache for in-parameter to avoid getting in-parameter repeatedly. Now there are at least twp places to hand...

MyBatis 更新官网代码

更新官网代码Comment From: harawataHi @BerryHang ,This PR looks empty.If you are trying to edit the documentation, it's in src/...

MyBatis Error getting generated key or setting result to parameter object. Cause: java.lang.NullPointerException

when use mybatis 3.5.3batch insert data and get ids.Error:Error getting generated key or setting result to parameter obj...

MyBatis In some cases, the null pointer exception will be reported when setting the parameters, causing the data insert to fail

{"className":"com.yixue.irsapi.listener.irsapi.IrsSessionConsumerListener","createTime":1572701454217,"errorMessage":"{'...

MyBatis Illegal reflective access by org.apache.ibatis.binding.MapperProxy Java 12

WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by org.apache.ibatis.bind...

MyBatis [test] Fix resolvable error

Even though test worked, it failed to resolve in eclipse and showed an error. Adding full path to clear error.Comment F...
上一页 下一页
.