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

hibernate / hibernate-search-6-poc / 229
87%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2018 10:53AM UTC
Jobs 1
Files 330
Run time 28s
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

pending completion
229

push

travis-ci

gsmet
Remove the need for ConcurrentReferenceHashMap for storing pojo workers for in-progress transactions

This class was huge and had no unit test. Besides, Sanne wanted to get
rid of it, so let's try something.

The fact that the map is now stored as a transient property inside the
session shouldn't lead to any *new* problem, since we used to rely on a
map with weak keys, and the transaction identifier inside the session is
transient. So previously, when a Session was serialized, the transaction
identifier was only referenced from the map, and thus the value
(containing all the works we want to process on commit) was lost.

4129 of 5366 relevant lines covered (76.95%)

0.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 229.1 20 Feb 2018 10:53AM UTC 0
76.95
Travis Job 229.1
Source Files on build 229
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #229
  • 404e0891 on github
  • Prev Build on master (#228)
  • Next Build on master (#230)
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