• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mybatis / redis-cache / 122 / 2
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2018 02:51AM UTC
Files 7
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jan 2018 02:48AM UTC coverage: 73.333% (+5.9%) from 67.416%
122.2

push

travis-ci

hazendaz
Resolved problems mentioned in last discussion with kryo serializer (#61)

* Fix unserialize bug when web application restart.
The situation as as following:
Start redis-server
1. Start web application.
2. Execute query and some objects are cached. -> Class is registered
3. Stop web application.
4. Start web application. 
5. KryoSerializer is initialized and no Class is registered yet.
6. Execute theKryoSerializer#unserialize() is invoked, but it fails
because Class is unknown.

* Modify effection problem when switch between kryo serializer and jdk
serializer in situation that certain class can not serialize with kryo
serializer(very rare)

* Abstract serializers to an interface in order to support various
serialize methods.

* Set kryo dependency to optional

* Add serializer interface

* Use JDKSerializer as fallback of KryoSerializer and add related
testcases.

* Make serializer configurable with redis.properties

* Add test case of unserialize object from a file

* Fix test NPE bug in JDK9

* Format java files and set default serializer to jdk.

* Fix test case bug of unserialize with kyro from file.

143 of 195 relevant lines covered (73.33%)

0.73 hits per line

Source Files on job 122.2
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 122
  • Travis Job 122.2
  • 8ad3e118 on github
  • Prev Job for on master (#116.2)
  • Next Job for on master (#125.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc