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

dropwizard / dropwizard / 2135
86%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2016 04:18PM UTC
Jobs 1
Files 313
Run time 9s
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
2135

push

travis-ci

arteam
Add `@UnitOfWork` aware proxy factory

Add a factory for creating proxies for components with the
`@UnitOfWork` annotations on methods. This will allow to
users to use Hibernate data access objects with declarative
transactions outside Jersey resources.

A new created proxy will:

* detect the annotation on a component method;
* open a transaction before starting the method;
* commit the transcation after ending the method;
* rollback tre transaction in a case of a faulure;

Javassist is used for the proxy generation.

Resolves #1334, #1240

5092 of 6464 relevant lines covered (78.77%)

48.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2135.1 12 Jan 2016 04:18PM UTC 0
78.77
Travis Job 2135.1
Source Files on build 2135
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2135
  • 0a5534e0 on github
  • Prev Build on master (#2134)
  • Next Build on master (#2141)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc