aboutsummaryrefslogtreecommitdiff
path: root/extensions/persist
AgeCommit message (Expand)Author
2014-10-07Introduce a test that shows a JPA provider being passed a datasourceNigel Magnay
2014-10-07Update tests to use JPA 2.0.Nigel Magnay
2014-10-07Allow JPA properties to be Objects as well as simple strings.Nigel Magnay
2014-07-18Fix issue 597 -- Adds copyright header.Fridolin Jackstadt
2014-07-18Fix issue 597 -- JUnit 3 styleFridolin Jackstadt
2014-07-16Fix issue 597 -- entity manager is properly removed even if close operation f...Fridolin Jackstadt
2014-07-10Update references in code & configuration to point to github instead ofSam Berlin
2014-07-01Automated code cleanups by internal tool.Sam Berlin
2014-03-20Update the opensource jars to asm 5.0, fix up the POMs & ant scripts.Sam Berlin
2014-03-10This change removes final from fields annotated with @Inject. In addition to...Sam Berlin
2014-02-13Add ignores for ant build spam.Christian Edward Gruber
2014-02-13Replace guava 11 with 16 and extract Guava as a separate dependency.Christian Edward Gruber
2013-07-31Restore versions to 4.0-SNAPSHOTChristian Edward Gruber
2013-07-29Bump version numbers to release 4.0-beta.Christian Edward Gruber
2013-06-26Clean up some formatting (includes some format artifacts from internal change...Christian Edward Gruber
2013-05-15Upgrade to cglib 3.0 adn ASM 4.0.Christian Edward Gruber
2012-08-31Actually pom versions should really be 3.1.0 to reflect the addition of a cou...Stuart McCulloch
2012-08-31Bump pom versions towards next maintenance releaseStuart McCulloch
2011-10-17fix issue 623, move log4j.properties for persist extension out of src and intoguice.mirrorbot@gmail.com
2011-10-16Fix flaky service test. The whole AsyncService thing probably should just be...guice.mirrorbot@gmail.com
2011-10-16fix issue 623, move log4j.properties for persist extension out of src and int...sberlin
2011-07-08* Remove unused importssberlin
2011-06-29Restore usernamessberlin
2011-06-29Minor whitespace & temporary username changessberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-26switch Guice from manually repackaging Guava to depending on Guava. it's sti...sberlin
2011-02-14issue 595 -- persist extension didn't work if @Transacation was on the class,...sberlin
2010-12-29Fix for issues 581 and 582dhanji
2010-12-13Remove InjectorBuilder in favor of methods in Binder.sberlin
2010-12-09fix for NO_AOP build.sberlin
2010-11-19change period to semicolon show javadoc shows it in the one-liner for package...sberlin
2010-11-04Add some comments to the Maven POMsmcculls
2010-11-04Update to jarjar-maven-plugin 1.3 release, and use simple logger in persist t...mcculls
2010-11-04Update Maven poms to use new jarjar processing rules, allow jarjar and munge ...mcculls
2010-10-27move @nullable to internal.utilsberlin
2010-10-27issue 16. hide internal things (that can be hidden). need to followup to li...sberlin
2010-10-25update extension package-info.java files to reference 3.0 instead of 2.0, als...sberlin
2010-10-21Issue 552: add buildable maven pomsmcculls
2010-10-21Current build targets Java5 but String.isEmpty() is Java6 only, so change thi...mcculls
2010-09-18remove non-existent directory from build file, issue 520.sberlin
2010-09-16fixed ant build by changing persist build.properties & build.xml to mirror ot...sberlin
2010-09-12Dynamic finders fixed and test added. Probably want a few more tests and earl...dhanji
2010-09-12Final cleanup of Persist Module. Pending a sanity check of the dynamic finder...dhanji
2010-09-11more build configuration fixeslimpbizkit@gmail.com
2010-09-11Missing jars for guice-persistdhanji