- 68f2b6c Added updated 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- c924d62 Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- 74970c3 Added updated Javadocs. by sberlin@gmail.com · 14 years ago
- 40bcbae Removed old Javadocs. by sberlin@gmail.com · 14 years ago
- 30b582e Minor javadoc fix by mcculls · 14 years ago
- 5f47ccc change period to semicolon show javadoc shows it in the one-liner for package infos. by sberlin · 14 years ago
- 6716a71 a few more @sinces. by sberlin · 14 years ago
- 9c28d5b revert State & InheritingState back to using Iterable & Set. by sberlin · 14 years ago
- b2f1760 issue 436 -- add Injector.getTypeConverters, and expand ConvertedConstantBinding to expose the TypeConverter for it. patch graciously provided by Stuart, thanks! by sberlin · 14 years ago
- dfdf3e3 Fix strict container tests (avoid duplicate CGLIB classes) by mcculls · 14 years ago
- 1c6ff88 fix issue 508 -- consider method return type when deciding whether to bridge. patch contributed by stuart. by sberlin · 14 years ago
- 488284d deprecated ThrowingProvider in favor of CheckedProvider, which lets you specify more than one exception type. remove tentative @ThrowingProvides in favor of @CheckedProvides. add tests. by sberlin · 14 years ago
- 0e9a2c5 add @since tag. by sberlin · 14 years ago
- a5c13e2 simplify servlet SPI test. by sberlin · 14 years ago
- 71fe73e issue 570 & issue 569 -- share a hierarchy for servlet module bindings, expose a method to see if the binding will match against a URI. by sberlin · 14 years ago
- 845fc0e fix @since version. by sberlin · 14 years ago
- a102c17 make sure $$EnhancerByGuice$$ & $$FastClassByGuice$$ stay named that way and don't become $$$EnhancerByGuice$$ & $$$FastClassByGuice$$ after jarjar renames the cglib classes. by sberlin · 14 years ago
- aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
- c63f9bb These tests are still intermittent on Maven, so keep them disabled for now by mcculls · 14 years ago
- 4757520 Run maven tests with TestNG (better handling of tests) by mcculls · 14 years ago
- d523a88 fix googlecode keep pattern. by sberlin · 14 years ago
- 3140104 Temporarily disable intermittent tests on the Maven grid by mcculls · 14 years ago
- 188875a Process googlecode test classes by mcculls · 14 years ago
- 2c3076b Update to jarjar-maven-plugin 1.3 release, and use simple logger in persist tests by mcculls · 14 years ago
- 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
- fdd9500 made new classes final. by sberlin · 14 years ago
- 6d8ab0b never call hashcode on the underlying binding instances. continue to call equals as lazily as possible. by sberlin · 14 years ago
- 6f8b395 (and remove unused import) by sberlin@gmail.com · 14 years ago
- 22b3c09 build a list, not a set -- so that we don't call hashCode or equals on any bindings. by sberlin@gmail.com · 14 years ago
- 9db504f exclude some more things from the src build. by sberlin@gmail.com · 14 years ago
- e0359ad add jdiff build packages, update build.properties for struts2, update build.xml to include a jdiff target & fix up javadoc target, add a new uploadApiDiffs script, update uploadJavadocs script. by sberlin · 14 years ago
- cb0c7ee Added updated Javadocs. by sberlin@gmail.com · 14 years ago
- aaa92ca Removed old javadocs. by sberlin@gmail.com · 14 years ago
- 152e18f change api diff javadoc from 'javadocs' to 'javadoc' because doclava has a hardcode reference to '../javadoc'. by sberlin@gmail.com · 14 years ago
- 66ed420 Remove old 2.0 changes, prepare for new javadoc location. by sberlin@gmail.com · 14 years ago
- 42fef49 Added updated 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- 17d6f13 Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- 3be9103 Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- 451c057 Added updated api diffs. by sberlin@gmail.com · 14 years ago
- 3d39570 Revised latest-api-diffs layout to support keeping 1.0->2.0 diffs & 2.0->3.0 diffs. by sberlin@gmail.com · 14 years ago
- c13b545 adding more missing @since 3.0 tags. by sberlin · 14 years ago
- f67c721 Added updated Javadocs. by sberlin@gmail.com · 14 years ago
- bc42b48 Removed old Javadocs. by sberlin@gmail.com · 14 years ago
- b0f0022 Added updated Javadocs. by sberlin@gmail.com · 14 years ago
- 81791c7 Removed old Javadocs by sberlin@gmail.com · 14 years ago
- dfee9fd issue 531 -- don't let c.g.i.internal.util reference outside its package. by sberlin · 14 years ago
- f712ffd make sure MembersInjector dependencies don't blow up on requireExplicitBindings. by sberlin · 14 years ago
- 7f6067d Update test to make sure custom @Nullable annotations work, in addition to c.g.i.i.util.Nullable. by sberlin · 14 years ago
- 94a6855 Jesse's suggestion for fixing Nullability -- check the String just for name=="Nullable", but add class==Nullable.class to catch the jarjar'd c.g.i.i.util.Nullable. by sberlin · 14 years ago
- 982f83e fix Nullability to check for "$Nullable" (the jarjar renamed "Nullable"), and fix jarjar to build using asm-3.3 (it was using 3.1, and using 3.3 fixes http://code.google.com/p/jarjar/issues/detail?id=21, where annotations on methods that are remapped are loss) by sberlin · 14 years ago
- 6f0aee6 move @nullable to internal.util by sberlin · 14 years ago
- 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
- 23a7f0f rm echo. by sberlin · 14 years ago
- e08af47 fix javadoc bootclasspath so that it references ${java.home}, which is set by every ant dist, instead of ${javahome} which may not be set. by sberlin · 14 years ago
- b02627d issue 407 -- better error messaging for failed interception. previously exploded with a ComputationException, now uses a ConfigurationException with a good msg. by sberlin · 14 years ago
- 6542fdb issue 553 -- add a mention in the javadoc of MapBinder & Multibinder that the Set & Map are unmodifiable. by sberlin · 14 years ago
- 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
- 2ef2266 issue 428 - better error validation for AssistedInject, specifically with public factories & non-public method return types that can lead to IllegalAccessErrors. by sberlin · 14 years ago
- ede7731 issue 496 -- ConstantBindingBuilder was missing to(byte), forgot to commit test. by sberlin · 14 years ago
- ebaa152 issue 496 -- ConstantBindingBuilder was missing to(byte). by sberlin · 14 years ago
- 09ab5f9 issue 477 - fix Scopes.isSingleton to navigate through exposed private elements. by sberlin · 14 years ago
- ee446ca update ThrowingProvider to support an @ThrowingProvides annotation, much like @Provides. update the internals of the class to give more explicit error messaging & use bind.addError instead of throwing exceptions. added lots & lots of tests. by sberlin · 14 years ago
- 1d0f816 issue 446 -- InternalContext.setDependency was returning the current, not previous, dependency. by sberlin · 14 years ago
- 0009005 Add CI details by mcculls · 14 years ago
- ec49188 Update grid profile by mcculls · 14 years ago
- 8815358 Add grid profile by mcculls · 14 years ago
- bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
- ac4cdbe Issue 561: fix no_aop build by munging away all aop-related references by mcculls · 14 years ago
- 244e590 Issue 554: don't include the ant runtime on the build classpath by mcculls · 14 years ago
- f8d74d6 Issue 555: add missing guice-persist tasks by mcculls · 14 years ago
- 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
- 74d714c Issue 552: (step 1) move core code to its own subdirectory by mcculls · 14 years ago
- 97adab5 Tentative fix for string index out of bounds exception in issue #560 by dhanji · 14 years ago
- 3cd00c8 by dhanji · 14 years ago
- cd505b6 Maven atom build file for Guice core. by dhanji · 14 years ago
- 2873555 flip the order of the type parameters in ProviderWithExtensionVisitor to match the order in the BindingTargetVisitor. by sberlin · 14 years ago
- 4b91955 patch from ramakrishna (with very minor changes from me) for an extension SPI for assisted inject. by sberlin · 14 years ago
- 5ac45a8 update ThrowingProviders to implement HasDependencies and use getProvider instead of injecting the Injector. by sberlin · 14 years ago
- 589e448 convert {@literal<} to < by sberlin · 14 years ago
- 8c3fbfb Use local API XML files rather than jessewilson's private copies by limpbizkit@gmail.com · 14 years ago
- b5beefa Use local API XML files rather than jessewilson's private copies by limpbizkit@gmail.com · 14 years ago
- 2d97240 Sync javadoc to latest-javadoc/ by limpbizkit@gmail.com · 14 years ago
- 8af53c9 Sync javadoc to latest-javadoc/ by limpbizkit@gmail.com · 14 years ago
- 766a9be Added updated Javadocs. by limpbizkit@gmail.com · 14 years ago
- f047127 Removed old Javadocs. by limpbizkit@gmail.com · 14 years ago
- ca7e23d Removed old Javadocs. by limpbizkit@gmail.com · 14 years ago
- 20e7cd8 Rebuild guice 2.0 API spec to include spring by limpbizkit@gmail.com · 14 years ago
- 60dd494 update to use checked in ant script by limpbizkit@gmail.com · 14 years ago
- 5712e3f update to use checked in ant script by limpbizkit@gmail.com · 14 years ago
- 011d7c4 Checkin Doclava build changes. by limpbizkit@gmail.com · 14 years ago
- b57598f New assests for new Javadoc by limpbizkit@gmail.com · 14 years ago
- 12ed833 New Javadoc snapshot. by limpbizkit@gmail.com · 14 years ago
- 9f9a90f Updating Guice Javadoc. by limpbizkit@gmail.com · 14 years ago
- 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
- 9ae3c2d add toString impls to each servletmodule binding. by sberlin · 14 years ago
- b199afd new AssistedInject factories now implement HasDependencies (like the old assistedinject factories) by sberlin · 14 years ago
- b8d2574 Comment wording changed. by dhanji · 14 years ago
- 0693a15 Support for custom request scopes overloaded onto the @RequestScoped annotation. by dhanji · 14 years ago
- 75fcf6f issue 539 - extension SPI for Multibinder/MapBinder. by sberlin · 14 years ago
- e511cf4 remove unused imports. by sberlin · 14 years ago