Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
guice
/
5e5e2f552430c3b6e352ef43395b20af8688a90e
/
guice.ipr
cd505b6
Maven atom build file for Guice core.
by dhanji
· 14 years ago
9bcb0a2
more build configuration fixes
by limpbizkit@gmail.com
· 14 years ago
a547723
Adjust IntelliJ metadata for moved projects.
by limpbizkit@gmail.com
· 14 years ago
75ae834
Changing Guice Javadoc to build with Doclava (beta)
by limpbizkit@gmail.com
· 14 years ago
3c84c57
We pass the TCK!
by crazyboblee
· 15 years ago
82b8993
Updated Guice to use JUnit-enabled TCK.
by crazyboblee
· 15 years ago
8d449c3
Added JSR-330 TCK.
by crazyboblee
· 15 years ago
365f834
First effort at support for JSR 330.
by limpbizkit
· 15 years ago
484f75f
Adding notes to package-info pointing at the required .jar files.
by limpbizkit
· 15 years ago
5f7c6bc
Removed old Javadocs.
by limpbizkit
· 15 years ago
ee79246
More listener changes:
by limpbizkit
· 16 years ago
a843a95
Simplifying listeners:
by limpbizkit
· 16 years ago
03b81a6
Early draft of InjectionListeners.
by limpbizkit
· 16 years ago
53664a7
Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use.
by limpbizkit
· 16 years ago
210bf43
Replace ReferenceCache w/ MapMaker.
by crazyboblee
· 16 years ago
b92a84e
Removed old API diffs.
by limpbizkit
· 16 years ago
6fd7e4f
Removing the obsolete commands extension. Almost all of it has been rolled into the Guice SPI.
by limpbizkit
· 16 years ago
ddb3862
Supporting HasDependencies for Multibinder, MapBinder and AssistedInject v1.
by limpbizkit
· 16 years ago
28b1e68
Removed old Javadocs.
by limpbizkit
· 16 years ago
b206d20
Removed old Javadocs.
by limpbizkit
· 16 years ago
b1f42f5
Removing the obsolete PrivateModules extension; PrivateModules are now folded-in to core Guice.
by limpbizkit
· 16 years ago
43ed8e5
Removed old Javadocs.
by limpbizkit
· 16 years ago
43a8b0e
Removing compiletime. This is obsoleted by GIN.
by limpbizkit
· 16 years ago
daf35a9
Removed old Javadocs.
by limpbizkit
· 16 years ago
9dc32d4
Massive refactoring to exception handling. I'm trying to simplify things, but they are currently a little bit more complicated. I'll do another round shortly.
by limpbizkit
· 16 years ago
fe579cf
Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND.
by limpbizkit
· 16 years ago
1601ae5
Adopt latest google collections snapshot (partially); some style cleanup
by kevinb9n
· 16 years ago
5019270
New multibindings extension.
by limpbizkit
· 17 years ago
916f548
adding first pass of compile-time guice. Also moving stuff to internal to make ConstructionProxy and Reflection classes available there.
by limpbizkit
· 17 years ago
3d58d6b
Big change - changing BinderImpl to use commands/
by limpbizkit
· 17 years ago
a3c363d
Adding commands module
by limpbizkit
· 17 years ago
d4b1bf7
Renamed 'visitable' to 'commands'
by limpbizkit
· 17 years ago
a39bbc0
Added assistedinject, throwing providers modules
by limpbizkit
· 17 years ago
9212e25
Disabled serialVersionUID warnings in IntelliJ. No more warnings\!
by crazyboblee
· 17 years ago
c7f3216
Fixed infinite recursion in Injector.toString().
by crazyboblee
· 17 years ago
d0c4b8b
Extended Binding to better support tools. Fixed bug where we were ignoring exceptions during member injection. Added TOOL stage.
by crazyboblee
· 17 years ago
0bad03b
remove some irrelevant things from the .ipr file
by kevinb9n
· 17 years ago
42f16e6
Fixed Struts 2 plugin to load user's module. Added more error detection.
by crazyboblee
· 18 years ago
c1d0c64
Removed old Javadocs.
by crazyboblee
· 18 years ago
ad8b4d2
Updated example.
by crazyboblee
· 18 years ago
f739015
Added Spring and JNDI integration.
by crazyboblee
· 18 years ago
3a971f3
Locked down binder API even more.
by crazyboblee
· 18 years ago
3854582
Renamed default impl and provider annotations.
by crazyboblee
· 18 years ago
7eb9f44
Examples.
by crazyboblee
· 18 years ago
c4c1676
Removed old Javadocs.
by kevinb9n
· 18 years ago
f0fb1bd
Added examples.
by crazyboblee
· 18 years ago
0dfec97
Moved servlet package into its own module.
by crazyboblee
· 18 years ago
0bfdbc6
Removed convenience methods from Container. Broke down BindingBuilder into multiple interfaces to limit which methods can be called at which times. Filled in missing Javadocs. Synced AbstractModule with Binder. Added code to detect optional=true on constructors. Created Struts 2 modules and got that code working again. Modified CreationException to record stack trace.
by crazyboblee
· 18 years ago
1b54d6a
Made TypeLiteral equals() and hashCode() much more robust.
by crazyboblee
· 18 years ago
278ee4d
Renamed 'ForBinding' to 'Binder'. Introduced Stage. Added name package to Javadocs. Updated some random Javadocs.
by crazyboblee
· 18 years ago
bc9a5b8
Removed broken imports.
by crazyboblee
· 18 years ago
1c4d3e3
Moved name-related logic into a subpackage.
by crazyboblee
· 18 years ago
a646edd
Moved output directory back under the project dir to avoid permission problems.
by crazyboblee
· 18 years ago
7173353
Updated remaining Javadocs for query->matcher rename. Reformatted LineNumbers and added Chris's name to it (gotta give credit). Added asm-3.0.jar to IDEA project.
by crazyboblee
· 18 years ago
5374359
Made IntelliJ use '1.5' for project.
by crazyboblee
· 18 years ago
2d9cd0a
Made IntelliJ use '1.5' for JDK.
by crazyboblee
· 18 years ago
954d70d
update idea project settings
by kevinb9n
· 18 years ago
0789b19
Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front.
by crazyboblee
· 18 years ago
f33d23e
Refactored scope handling. Allows overriding annotations with in(). Improved error reporting.
by crazyboblee
· 18 years ago
10a3b02
Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example.
by crazyboblee
· 18 years ago
3a09e29
Added servlet scopes.
by crazyboblee
· 18 years ago
c2fcc43
Added builder() to AbstractFactory.
by crazyboblee
· 18 years ago
a3b0c05
Removed old Javadocs.
by crazyboblee
· 18 years ago
a6e7398
Added Binding. The source object now follows the binding all the way through.
by crazyboblee
· 18 years ago
9bb6202
Created ContainerCreationException which delivers the error messages to the client. Added performance logging. Validation performance might be a concern. Will keep the design such that we can lazily validate if desired.
by crazyboblee
· 18 years ago
235d068
Further improved the up front error reporting. Hid ErrorMessage and source() logic from the public API for the time being. Removed javadocs.
by crazyboblee
· 18 years ago
7fb1d7f
Removed unnecessary interface.
by crazyboblee
· 18 years ago
78e1cc1
Removed return types in ConstantBindingBuilder and LinkedBindingBuilder. Updated Javadocs.
by crazyboblee
· 18 years ago
e9f0fa5
Added comment to performance test.
by crazyboblee
· 18 years ago
664a82e
Used cglib for critical constructor and method invocations boosting overall performance by about 40%.
by crazyboblee
· 18 years ago
7c5b2c4
Refactored ContainerBuilder API. Added support for generic types.
by crazyboblee
· 18 years ago
ed8825f
Refactoring binding API. Adding support for generic types.
by crazyboblee
· 18 years ago
6ab7e1f
Refactoring binding API. Adding support for generic types.
by crazyboblee
· 18 years ago
07e4182
Added type conversion for constants. Optimized ReferenceCache.
by crazyboblee
· 18 years ago
66b415a
Initial checkin.
by crazyboblee
· 18 years ago