| google-guice:/ |
jump to detailed chart | hide Line History
Constraint |
Changelog
481
by limpbizkit on
14 May 2008, 13:58:41 -0500
(31 hours ago)
Fixing a bug where CGLib + multiple classes with the same FQN = pain
trunk/src/com/google/inject/ProxyFactory.java
481
480
by limpbizkit on
14 May 2008, 13:52:55 -0500
(32 hours ago)
Another occurrence of using CGLib's constructor
tags/snapshot20080513/src/com/google/inject/ProxyFactory.java
480
479
by limpbizkit on
14 May 2008, 11:12:15 -0500
(34 hours ago)
Testcase for bug 148 passes: http://code.google.com/p/google-guice/issues/detail?id=148
tags/snapshot20080513/test/com/google/inject/BindingTest.java
479
478
by limpbizkit on
14 May 2008, 10:44:49 -0500
(35 hours ago)
Testcase for bug 179 passes: http://code.google.com/p/google-guice/issues/detail?id=179
tags/snapshot20080513/test/com/google/inject/BindingTest.java
478
477
by limpbizkit on
14 May 2008, 10:30:29 -0500
(35 hours ago)
Testcase from bug 184 passes: http://code.google.com/p/google-guice/issues/detail?id=184
tags/snapshot20080513/test/com/google/inject/ErrorMessagesTest.java
477
476
by limpbizkit on
14 May 2008, 04:21:03 -0500
(41 hours ago)
We need to use the Java constructor, not the FastConstructor's Java constructor
tags/snapshot20080513/src/com/google/inject/DefaultConstructionProxyFactory.java
476
475
by limpbizkit on
13 May 2008, 20:22:21 -0500
(49 hours ago)
Fixing a bug where CGLib + multiple classes with the same FQN = pain
trunk/src/com/google/inject/DefaultConstructionProxyFactory.java
475
474
by limpbizkit on
13 May 2008, 17:28:02 -0500
(52 hours ago)
New snapshot fixes bug 166.
tags/snapshot20080513
474
473
by limpbizkit on
13 May 2008, 17:15:29 -0500
(52 hours ago)
Fixing the binding order problem. My strategy was to break binding creation into two steps: - creating the binding itself - "initializing" the binding, ie. validating the bindings dependencies This…
trunk/src/com/google/inject/BindCommandProcessor.java
473
trunk/src/com/google/inject/InjectorImpl.java
473
trunk/src/com/google/inject/BindingImpl.java
473
trunk/src/com/google/inject/ClassBindingImpl.java
473
472
by limpbizkit on
13 May 2008, 02:23:53 -0500
(67 hours ago)
Whoops - missed a hashCode problem
trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java
472
471
by limpbizkit on
13 May 2008, 02:22:11 -0500
(67 hours ago)
AllTests for multi- and map binders
trunk/extensions/multibindings/build.properties
471
trunk/extensions/multibindings/test/com/google/inject/multibindings/AllTests.java
471
470
by limpbizkit on
13 May 2008, 02:16:26 -0500
(67 hours ago)
Checking in David Baker's MapBinder implementation.
trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java
470
trunk/extensions/multibindings/src/com/google/inject/multibindings/MapBinder.java
470
trunk/src/com/google/inject/internal/TypeWithArgument.java
470
trunk/extensions/multibindings/src/com/google/inject/multibindings/RealElement.java
470
trunk/extensions/multibindings/test/com/google/inject/multibindings/MapBinderTest.java
470
469
by limpbizkit on
12 May 2008, 21:56:06 -0500
(71 hours ago)
Adding a test for some nuanced behaviour in binder
trunk/test/com/google/inject/BindingTest.java
469
468
by limpbizkit on
12 May 2008, 19:15:28 -0500
(3 days ago)
Edited wiki page through web user interface.
wiki/Guice10Recipes.wiki
468
467
by limpbizkit on
07 May 2008, 12:25:38 -0500
(8 days ago)
Adding source.jar targets to build zipfiles containing the exact sources used to build each .jar. This can help with IDEs who want to attach a specific source .jar for each binary .jar
trunk/common.xml
467
trunk/build.xml
467
466
by limpbizkit on
07 May 2008, 01:37:19 -0500
(8 days ago)
This testcase shows that we aren't wrapping user-thrown exceptions consistently
trunk/test/com/google/inject/ProvisionExceptionTest.java
466
trunk/src/com/google/inject/internal/ConstructionProxyFactory.java
466
trunk/src/com/google/inject/internal/ConstructionProxy.java
466
465
by limpbizkit on
07 May 2008, 01:36:02 -0500
(8 days ago)
Moving some stuff from internal to inject to make Parameter.java non-public
trunk/src/com/google/inject/ConstructorInjector.java
465
trunk/src/com/google/inject/ConstructionProxyFactory.java
465
trunk/src/com/google/inject/DefaultConstructionProxyFactory.java
465
trunk/src/com/google/inject/ProvisionException.java
465
trunk/src/com/google/inject/Parameter.java
465
464
by limpbizkit on
06 May 2008, 13:16:19 -0500
(9 days ago)
Edited wiki page through web user interface.
wiki/AppsThatUseGuice.wiki
464
463
by limpbizkit on
06 May 2008, 13:14:38 -0500
(9 days ago)
Edited wiki page through web user interface.
wiki/AppsThatUseGuice.wiki
463
462
by limpbizkit on
06 May 2008, 11:26:52 -0500
(9 days ago)
Edited wiki page through web user interface.
wiki/AppsThatUseGuice.wiki
462
461
by limpbizkit on
06 May 2008, 11:26:24 -0500
(9 days ago)
Edited wiki page through web user interface.
wiki/AppsThatUseGuice.wiki
461
460
by limpbizkit on
06 May 2008, 11:25:25 -0500
(9 days ago)
Created wiki page through web user interface.
wiki/AppsThatUseGuice.wiki
460
459
by limpbizkit on
05 May 2008, 12:56:16 -0500
(10 days ago)
Edited wiki page through web user interface.
wiki/3rdPartyModules.wiki
459
458
by limpbizkit on
01 May 2008, 15:35:02 -0500
(14 days ago)
Fixes from David P Baker's review.
trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java
458
trunk/extensions/multibindings/test/com/google/inject/multibindings/MultibinderTest.java
458
457
by limpbizkit on
01 May 2008, 09:17:53 -0500
(14 days ago)
There was a pretty horrible bug in Multibinder where collections were checked for annotation but not element type.
trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java
457
trunk/extensions/multibindings/test/com/google/inject/multibindings/MultibinderTest.java
457
456
by limpbizkit on
01 May 2008, 05:01:47 -0500
(14 days ago)
Multibinder needs to be public!
trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java
456
455
by limpbizkit on
01 May 2008, 05:00:46 -0500
(14 days ago)
tweaked build for multibindings
trunk/build.properties
455
454
by limpbizkit on
01 May 2008, 04:59:47 -0500
(14 days ago)
tweaked build for multibindings
trunk/build.properties
454
trunk/build.xml
454
453
by limpbizkit on
01 May 2008, 04:56:47 -0500
(14 days ago)
Moved to internal/
trunk/src/com/google/inject/TypeWithArgument.java
453
452
by limpbizkit on
01 May 2008, 04:55:02 -0500
(14 days ago)
New multibindings extension.
trunk/extensions/multibindings/src/com
452
trunk/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java
452
trunk/extensions/multibindings/test/com/google
452
trunk/extensions/multibindings/build.properties
452
trunk/extensions/multibindings/multibindings.iml
452
|