Nineya
Home
Blog
MyBatis Broken backward compatibility. Parameter '0' not found
2025-01-14 06:48:12
2423
MyBatis versionsince 3.4.1Test case or example project<insert id="setProperty"> REPLACE INTO ServerProperties(`...
MyBatis Make the DataSourceFactory follow the factory specification.
2025-01-14 06:48:10
1527
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
2025-01-14 06:48:07
4638
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
2025-01-14 06:48:04
1007
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
2025-01-14 06:48:02
3245
Java VersionOpenJdk 11.0.2MyBatis version3.5.3Database vendor and versionMySql 5.7DescriptionI am upgradingFROM"org...
MyBatis org.apache.ibatis.executor.ExecutorException: Too many keys are generated. There are only 1 target objects. You either specified a wrong 'keyProperty' or encountered a driver bug like #1523.
2025-01-14 06:47:59
14144
<dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybati...
MyBatis UUID native support
2025-01-14 06:47:56
2273
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>
2025-01-14 06:47:53
850
version 3.5.4-SNAPSHOTXMLMapperBuilder#configurationElement(XNode context) cacheRefElement(context.evalNode("c...
MyBatis Several potential NullPointerException bugs.
2025-01-14 06:47:51
684
Hi all,Our tool has found several potential NPE bugs.In method resolveGetterConflicts If the variable winnerMethod winne...
MyBatis format XNode toString method.
2025-01-14 06:47:48
1561
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.
2025-01-14 06:47:45
312
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.
2025-01-14 06:47:43
650
There is no implement method selectPostsById() , in the Test module BoundBlogMapper interface class ,I implemented ...
MyBatis check mapper method related mappedStatement whether exist
2025-01-14 06:47:38
4778
add properties checkMapperMethodRelatedMappedStatementExist to find bug as soon as possible, false as default value ,whe...
MyBatis check mapper method related mappedStatement whether exist
2025-01-14 06:47:35
1570
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
2025-01-14 06:47:33
8320
I want to add cache for in-parameter to avoid getting in-parameter repeatedly. Now there are at least twp places to hand...
MyBatis 更新官网代码
2025-01-14 06:47:30
214
更新官网代码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
2025-01-14 06:47:27
558
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
2025-01-14 06:47:25
2316
{"className":"com.yixue.irsapi.listener.irsapi.IrsSessionConsumerListener","createTime":1572701454217,"errorMessage":"{'...
MyBatis Illegal reflective access by org.apache.ibatis.binding.MapperProxy Java 12
2025-01-14 06:47:22
1113
WARNING: An illegal reflective access operation has occurredWARNING: Illegal reflective access by org.apache.ibatis.bind...
MyBatis [test] Fix resolvable error
2025-01-14 06:47:20
806
Even though test worked, it failed to resolve in eclipse and showed an error. Adding full path to clear error.Comment F...
上一页
下一页
1
…
1020
1021
1022
1023
1024
…
2246
.