1. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  2. ac4cdbe Issue 561: fix no_aop build by munging away all aop-related references by mcculls · 14 years ago
  3. 244e590 Issue 554: don't include the ant runtime on the build classpath by mcculls · 14 years ago
  4. f8d74d6 Issue 555: add missing guice-persist tasks by mcculls · 14 years ago
  5. 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
  6. 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago
  7. 97adab5 Tentative fix for string index out of bounds exception in issue #560 by dhanji · 14 years ago
  8. 3cd00c8 by dhanji · 14 years ago
  9. cd505b6 Maven atom build file for Guice core. by dhanji · 14 years ago
  10. 2873555 flip the order of the type parameters in ProviderWithExtensionVisitor to match the order in the BindingTargetVisitor. by sberlin · 14 years ago
  11. 4b91955 patch from ramakrishna (with very minor changes from me) for an extension SPI for assisted inject. by sberlin · 14 years ago
  12. 5ac45a8 update ThrowingProviders to implement HasDependencies and use getProvider instead of injecting the Injector. by sberlin · 14 years ago
  13. 589e448 convert {@literal<} to &lt; by sberlin · 14 years ago
  14. 8c3fbfb Use local API XML files rather than jessewilson's private copies by limpbizkit@gmail.com · 14 years ago
  15. b5beefa Use local API XML files rather than jessewilson's private copies by limpbizkit@gmail.com · 14 years ago
  16. 2d97240 Sync javadoc to latest-javadoc/ by limpbizkit@gmail.com · 14 years ago
  17. 8af53c9 Sync javadoc to latest-javadoc/ by limpbizkit@gmail.com · 14 years ago
  18. 766a9be Added updated Javadocs. by limpbizkit@gmail.com · 14 years ago
  19. f047127 Removed old Javadocs. by limpbizkit@gmail.com · 14 years ago
  20. ca7e23d Removed old Javadocs. by limpbizkit@gmail.com · 14 years ago
  21. 20e7cd8 Rebuild guice 2.0 API spec to include spring by limpbizkit@gmail.com · 14 years ago
  22. 60dd494 update to use checked in ant script by limpbizkit@gmail.com · 14 years ago
  23. 5712e3f update to use checked in ant script by limpbizkit@gmail.com · 14 years ago
  24. 011d7c4 Checkin Doclava build changes. by limpbizkit@gmail.com · 14 years ago
  25. b57598f New assests for new Javadoc by limpbizkit@gmail.com · 14 years ago
  26. 12ed833 New Javadoc snapshot. by limpbizkit@gmail.com · 14 years ago
  27. 9f9a90f Updating Guice Javadoc. by limpbizkit@gmail.com · 14 years ago
  28. 2a031c0 fix issue 544 -- allow ServletModules to be reused w/o reconstructing new ones. also fixes a bug where a ServletModule that contained only filters would have run each filter twice if the module was being reused (or three times if it was being used a third time, etc..). thanks to mathiue.carbou for pointing out the problem. by sberlin · 14 years ago
  29. 9ae3c2d add toString impls to each servletmodule binding. by sberlin · 14 years ago
  30. b199afd new AssistedInject factories now implement HasDependencies (like the old assistedinject factories) by sberlin · 14 years ago
  31. b8d2574 Comment wording changed. by dhanji · 14 years ago
  32. 0693a15 Support for custom request scopes overloaded onto the @RequestScoped annotation. by dhanji · 14 years ago
  33. 75fcf6f issue 539 - extension SPI for Multibinder/MapBinder. by sberlin · 14 years ago
  34. e511cf4 remove unused imports. by sberlin · 14 years ago
  35. aab9eba if dependencies aren't calculated for Multibinder yet, return a dependency on Injector.class instead of null. by sberlin · 14 years ago
  36. 7b02561 remove non-existent directory from build file, issue 520. by sberlin · 14 years ago
  37. 2ee4f18 Fixed a small bug in the async service multi-threaded test. by dhanji · 14 years ago
  38. 4ccf2a3 Minor cleanups, removing some debug stuff that snuck into the previous commit. by dhanji · 14 years ago
  39. 65888c0 Service API extension initial checkin. Support for basic start/stop lifecycle and parallelizing service startup. Needs more integration tests. by dhanji · 14 years ago
  40. 190e95c fixed ant build by changing persist build.properties & build.xml to mirror other extensions. by sberlin · 14 years ago
  41. f47f05e style cleanups from jessewilson review. by sberlin · 14 years ago
  42. 7154895 Fix singletons to be eager as intended. by limpbizkit@gmail.com · 14 years ago
  43. 10925e4 sberlin review for the previous CL. by dhanji · 14 years ago
  44. 7ebe5f6 More tests for the continuing request idiom. by dhanji · 14 years ago
  45. 1848a29 Early support for thread-continuation of servlet request. by dhanji · 14 years ago
  46. 24f5f13 Remove support for com.google.inject annotations from miniguice. Relying on JSR-330 classes only is simpler, and aligned with the goals for the project. by limpbizkit@gmail.com · 14 years ago
  47. 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
  48. 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
  49. 539456d Deleting Lifecycle extension. by dhanji · 14 years ago
  50. 70248ea MiniGuice, a proof of concept. by limpbizkit@gmail.com · 14 years ago
  51. 9bcb0a2 more build configuration fixes by limpbizkit@gmail.com · 14 years ago
  52. 52f0fa5 Missing jars for guice-persist by dhanji · 14 years ago
  53. a547723 Adjust IntelliJ metadata for moved projects. by limpbizkit@gmail.com · 14 years ago
  54. 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
  55. 2b0a55c Generating docs with doclava (beta) by limpbizkit@gmail.com · 14 years ago
  56. b66dca8 Generating docs with doclava (beta) by limpbizkit@gmail.com · 14 years ago
  57. b1fa81f fix requireExplicitBindings so TypeLiteral<T> can be injected. by sberlin@gmail.com · 14 years ago
  58. 4295916 Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  59. dfb0e05 Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  60. 5481556 Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  61. 5763be9 Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  62. 433fefc Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  63. fa38c2b Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  64. 17520da Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  65. 75ae834 Changing Guice Javadoc to build with Doclava (beta) by limpbizkit@gmail.com · 14 years ago
  66. 99ca2d6 update parameter names to reflect what they are. by sberlin · 14 years ago
  67. b4b7f72 issue 524 part 2 -- add an SPI to the servlet extension to be able to introspect on its bindings. by sberlin · 14 years ago
  68. 156b82c issue 524 part 1 -- add support in core guice for extensions to be visited with a custom SPI. by sberlin · 14 years ago
  69. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago
  70. 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
  71. 1a2adcb remove additional API for overriding a PrivateModule and instead fold the functionality into the existing methods. by sberlin · 14 years ago
  72. b085238 issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks! by sberlin · 14 years ago
  73. 255af73 Merge 2.0-maven branch into trunk. by sberlin@gmail.com · 14 years ago
  74. aef524a part of issue 526 -- move MoreTypes.memberKey into LineNumbers. LineNumbers was its only use, and the way LineNumbers used it, it was heavily dependent on the implementation staying the same (one area constructed its own key to insert into a hash map, and another area used the method to reconstruct & retrieve from the map). by sberlin · 14 years ago
  75. 9a27703 move Functions to internal/util. it was missed during the initial sweep in r1185. by sberlin · 14 years ago
  76. 19873c5 minor cleanups of r1195 - put tests in existing OverrideModuleTest class, bind with a binder that has the PrivateElement's source. by sberlin · 14 years ago
  77. 32895a4 issue 528 - if a single PrivateModule is supplied to Modules.override, allow the private elements within the module to be overridden. by sberlin · 14 years ago
  78. 8adf4d5 remove empty directories by sberlin@gmail.com · 14 years ago
  79. 14a4685 fix InjectedFilterPipelineTest -- it's been failing since r1150 (introduction of using injected pipelines over static ones) if assertions were turned, and failing since r1190 (change to use assertTrue instead of assert) always. by sberlin · 14 years ago
  80. b5a75ed issue 506 - fail fast & with a useful error message when an AssistedInject factory has Provider<T> as a factory type. patch ( slightly modified) by ffaber. by sberlin · 14 years ago
  81. 890b9ef Make ProvisionException stack traces from @Provides methods clearer -- don't include all the intermediary RuntimeExceptions & InvocationTargetExceptions. Just include the user's exception (even for checked exceptions). Before this, a stack trace from a ProvisionException looked like: by sberlin · 14 years ago
  82. 272ba99 minor cleanups to servlet extension tests. change asserts that were using the JDK "assert" keyword to assertTrue, add missing EasyMock.verify calls, and fix things that were failing as a result of changing those. by sberlin · 14 years ago
  83. 88f9a14 remove confusing behavior from assistedinject -- it used to allow factory creations to be resolved by the injector if the return key matched something in the injector. now it always creates new objects. the prior behavior created a scenario where, if the following pseudo-code was used... by sberlin@gmail.com · 14 years ago
  84. 298db67 limpbizkit review fixes for r1187 by dhanji · 14 years ago
  85. f66aac1 Support for multiple ServletModules/GuiceFilters and injectors in the same JVM. by dhanji · 14 years ago
  86. cf481fa Guice-persist limpbizkit's review cleanups. by dhanji · 14 years ago
  87. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  88. f29b5a8 fixes issue 493, patch provided by Stuart -- don't try to bridge types that begin with java.* by sberlin · 14 years ago
  89. e1290f3 added "@since 3.0" to all new things, and modified ones that had "@since 2.1" to be 3.0. by sberlin · 14 years ago
  90. 47e69ef fix issue 507, pointed out by stuart -- LinkedProviderBindingImpl did not implement HasDependencies & the injector wasn't checking for instanceof before casting. by sberlin · 14 years ago
  91. c7b2e2f Linking referenced methods in Toolable annotation doc. by limpbizkit@gmail.com · 14 years ago
  92. 1555f11 Undeprecating createInjector(Stage, ...). by limpbizkit@gmail.com · 14 years ago
  93. c1c02a6 Removing the ScopeChecker proof-of-concept. by limpbizkit@gmail.com · 14 years ago
  94. 7bcec88 fixes issue 263 -- introduces ability to "deduplicate" bindings. all BindingImpl subclasses now implement equals/hashcode properly and duplicates can be erased by throwing them into a set (preferably a LinkedHashSet to preserve the order of the elements). no new API methods. by sberlin@gmail.com · 14 years ago
  95. e2a8afd Actual correct implementation for what r1176 tried to do. Better tests too. by sberlin@gmail.com · 14 years ago
  96. f51c690 Change behavior of method overriding if any methods in the call stack had @com.google.inject.Inject. The new behavior is.. by sberlin@gmail.com · 14 years ago
  97. 6cc8094 fixes issue with requireExplicitBindings and linked bindings where the implicit binding is scoped. by sberlin · 14 years ago
  98. 3e1d177 Fix for requireExplicitBindings bug with ManagedFilterPipeline. Added a testcase too. by dhanji · 14 years ago
  99. 680c8b5 fixes issue 490 -- sets using marker annotations don't work properly all the time. by sberlin · 14 years ago
  100. 0391e96 Initial checkin, Guice-Persist (Supports JPA only). All tests passing. by dhanji · 14 years ago