Skip to content

Conversation

@qlp
Copy link
Contributor

@qlp qlp commented Jun 18, 2014

Test to demonstratie issue #224

(nog commit commit is incorrect, should be 2.6.9)

@qlp qlp changed the title Add test to prove issue with OGNL 1.6.9 Add test to prove issue with OGNL 2.6.9 Jun 18, 2014
qlp and others added 3 commits June 18, 2014 15:20
Deserialization of objects with mybatis proxies fails when having circular references.
…re no unloaded properties in the proxy. This means that the proxy can deserialize the wrapped Object.
@qlp
Copy link
Contributor Author

qlp commented Jun 18, 2014

I made an error merging my branches. I'll create a new fork request.

@qlp qlp closed this Jun 18, 2014
@emacarron
Copy link
Member

Hi Jurriaan. Thanks again for your work.

The problem with upgrading OGNL is that it is jarjarred and newer versions depends on Javassist so... it should be jarjarred also.

MyBatis jar will grow a lot, though this does not seem to be a big problem.

Taking advantage of that, we can also use the internal Javassist as the default proxy implementation (so cglib will not be needed, but you can still use if if you want).

@qlp qlp deleted the heavy_initial_load branch June 18, 2014 14:47
@qlp
Copy link
Contributor Author

qlp commented Jun 18, 2014

Responded here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants