1. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  2. 646e174 Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files. by cgdecker · 9 years ago
  3. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  4. 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
  5. d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
  6. d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
  7. aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
  8. 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
  9. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  10. 5eb2249 Fix issue 597 -- Adds copyright header. by Fridolin Jackstadt · 10 years ago
  11. 6357239 Fix issue 597 -- JUnit 3 style by Fridolin Jackstadt · 10 years ago
  12. cb610bf Fix issue 597 -- entity manager is properly removed even if close operation fails + unit test. by Fridolin Jackstadt · 10 years ago
  13. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  14. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  15. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  16. 10f305d This change removes final from fields annotated with @Inject. In addition to being discouraged due to weak semantics [1], it is incompatible with the standard javax.inject.Inject annotation [2]. by Sam Berlin · 10 years ago
  17. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  18. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  19. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  20. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  21. 9e2d95b Clean up some formatting (includes some format artifacts from internal changes), and remove executable bit from several files which do not need them. by Christian Edward Gruber · 11 years ago
  22. 2303007 Upgrade to cglib 3.0 adn ASM 4.0. by Christian Edward Gruber · 11 years ago
  23. 7d72771 Actually pom versions should really be 3.1.0 to reflect the addition of a couple of new features (ProvisionListener SPI) by Stuart McCulloch · 12 years ago
  24. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  25. c0b196b by guice.mirrorbot@gmail.com · 13 years ago
  26. b405e04 by guice.mirrorbot@gmail.com · 13 years ago
  27. d77a85a fix issue 623, move log4j.properties for persist extension out of src and into test. by sberlin · 13 years ago
  28. b7a02b0 by sberlin · 13 years ago
  29. ec76179 by sberlin · 13 years ago
  30. a23937e by sberlin · 13 years ago
  31. 3b24461 fixup whitespace by sberlin · 13 years ago
  32. 4e11457 fixup whitespace by sberlin · 13 years ago
  33. 7855aca fixup whitespace by sberlin · 13 years ago
  34. 81007ff fixup whitespace by sberlin · 13 years ago
  35. 4b86269 fixup whitespace by sberlin · 13 years ago
  36. 01758ce fixup whitespace by sberlin · 13 years ago
  37. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  38. 65814e6 issue 595 -- persist extension didn't work if @Transacation was on the class, thanks to cgdecker for the patch and bug report! by sberlin · 13 years ago
  39. 8468bab Fix for issues 581 and 582 by dhanji · 13 years ago
  40. 8b64d45 Remove InjectorBuilder in favor of methods in Binder. by sberlin · 13 years ago
  41. 3bdf721 fix for NO_AOP build. by sberlin · 13 years ago
  42. 5f47ccc change period to semicolon show javadoc shows it in the one-liner for package infos. by sberlin · 13 years ago
  43. aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
  44. 2c3076b Update to jarjar-maven-plugin 1.3 release, and use simple logger in persist tests by mcculls · 14 years ago
  45. 8846db3 Update Maven poms to use new jarjar processing rules, allow jarjar and munge profiles to be turned off, and synchronize bundle headers in Ant and Maven builds by mcculls · 14 years ago
  46. 6f0aee6 move @nullable to internal.util by sberlin · 14 years ago
  47. 6e37096 issue 16. hide internal things (that can be hidden). need to followup to limit visibility on internal things that need to stay pseudo-open and really close the rest. by sberlin · 14 years ago
  48. 103af50 update extension package-info.java files to reference 3.0 instead of 2.0, also fix issue 563 -- assistedinject package-info referenced the wrong jar name. by sberlin · 14 years ago
  49. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  50. 8d7338e Current build targets Java5 but String.isEmpty() is Java6 only, so change this check to use String.length() instead by mcculls · 14 years ago
  51. 7b02561 remove non-existent directory from build file, issue 520. by sberlin · 14 years ago
  52. 190e95c fixed ant build by changing persist build.properties & build.xml to mirror other extensions. by sberlin · 14 years ago
  53. 150d2a9 Dynamic finders fixed and test added. Probably want a few more tests and early-error checking to be ideal, but otherwise working as advertised. =) by dhanji · 14 years ago
  54. 8a02fce Final cleanup of Persist Module. Pending a sanity check of the dynamic finder API, it is now ready to ship for Guice 3! by dhanji · 14 years ago
  55. 9bcb0a2 more build configuration fixes by limpbizkit@gmail.com · 14 years ago
  56. 52f0fa5 Missing jars for guice-persist by dhanji · 14 years ago
  57. a547723 Adjust IntelliJ metadata for moved projects. by limpbizkit@gmail.com · 14 years ago
  58. 1d58f43 Complete reworking of the guice-persist module and API. It is MUCH leaner now and easily facilitates multiple modules. All legacy tests are still passing. by dhanji · 14 years ago
  59. a9cdba0 Fixes many persist tests to use Junit assertXXX rather than JDK assert statements. Also cleans up some of the persist javadoc. by dhanji · 14 years ago
  60. b085238 issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks! by sberlin · 14 years ago
  61. cf481fa Guice-persist limpbizkit's review cleanups. by dhanji · 14 years ago
  62. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  63. 0391e96 Initial checkin, Guice-Persist (Supports JPA only). All tests passing. by dhanji · 14 years ago