-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate MyBatis 3.3.x and MyBatis-Spring 1.2.x #556
Comments
@ikeyat @sasakitsy The issue says "Oracle returns null RS in certain cases", I can not be specific the "certain cases" from Issue description. So I think it should be confirm. The other, there is no important fixes. |
I think so, too. 👍 |
@btkawakamitor |
There is a possibility that At this line, CallableStatement#getObject(int parameterIndex) return null in certain cases. But I think If CallableStatement#getObject(int parameterIndex) return null in spite of parameterIndex is valid, this occur in normal use. How is it? |
I investigated MyBatis 3.4.0. MyBatis 3.4.0 have a fix that it looks critical. Issue at the time of using And there is no fixes in MyBatis 3.4.0 that affects the use of existing functionality. |
To : @btkawakamitor MyBatis 3.4.1 has been released. https://github.com/mybatis/mybatis-3/releases/tag/mybatis-3.4.1 |
@kazuki43zoo @ikeyat @sasakitsy There are no critical fix for MyBatis 3.3.x on use in accordance with the Development Guideline. But this issue need attention. In specific application server, application not start caused by javassist packed in MyBatis. |
This is an additional information. |
Keep attention the update of MyBatyis 3.3.x line for 5.2.x and 5.1.x. |
Please triage. |
Done at #279 . |
Description
MyBatis 3.3.1 and MyBatis-Spring 1.2.5 have been released.
https://github.com/mybatis/mybatis-3/releases/tag/mybatis-3.3.1
https://github.com/mybatis/spring/releases/tag/mybatis-spring-1.2.5
We need to investigate which we should catch up emergently or not. (critical bugs or vulnerability)
Possible Solutions
TBD
Affects Version/s
Fix Version/s
(write later)
Issue Links
#555
The text was updated successfully, but these errors were encountered: