GithubHelp home page GithubHelp logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Thanks for creating the issue

Original comment by [email protected] on 5 Dec 2012 at 9:50

  • Changed state: Started

from simple-spring-memcached.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Added initializeTranscoders property to CacheFactory by default set to true. If 
set false transcoders won't be created automatically (including json 
transcoder) so jackson classes (ObjectMapper) won't be initialized.
Code in trunk.

Original comment by [email protected] on 26 Mar 2013 at 8:45

  • Changed state: Ready

from simple-spring-memcached.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Original comment by [email protected] on 24 Jun 2013 at 8:27

  • Added labels: Milestone-Release3.2.0

from simple-spring-memcached.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Included in release 3.2.0

Original comment by [email protected] on 27 Jun 2013 at 7:58

  • Changed state: Fixed

from simple-spring-memcached.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Could you please elaborate on #2 comment. I didn't understand the purpose. I am 
using 3.2.0 version and facing the same problem. Adding initializeTranscoders 
property by default set to false prevents the error, though I am not sure of 
it's repercussions.

Original comment by [email protected] on 9 Jul 2013 at 1:43

from simple-spring-memcached.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
In 3.2.0 a new property was added to CacheFactory: initializeTranscoders. When 
it set to false (by default it is true) then SSM will not try to create 
automatically any Jackson objects. If you use only java serialization to store 
cached object (it's by default) then you don't need Jackson beans in SSM and 
can disable it. Disabling also allow you to use in your project other Jackson 
version than required by SSM. Previously even if JSON serialization in SSM 
wasn't used some Jackson objects were created at the startup and specific 
Jackson version on the classpath was required.

Original comment by [email protected] on 10 Jul 2013 at 4:50

from simple-spring-memcached.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.