Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
guice
/
61ebe08ef0132f4df784be476c18dbcf76e16a2c
/
extensions
/
jndi
5a209e9
Update version to 4.0
by Colin Decker
· 10 years ago
646e174
Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files.
by cgdecker
· 10 years ago
136bc20
Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore.
by cgdecker
· 10 years ago
b6c35cd
Update the opensource jars to asm 5.0, fix up the POMs & ant scripts.
by Sam Berlin
· 11 years ago
41c1c29
Add ignores for ant build spam.
by Christian Edward Gruber
· 11 years ago
3236b10
Replace guava 11 with 16 and extract Guava as a separate dependency.
by Christian Edward Gruber
· 11 years ago
a0e7344
Restore versions to 4.0-SNAPSHOT
by Christian Edward Gruber
· 11 years ago
ce48fa8
Bump version numbers to release 4.0-beta.
by Christian Edward Gruber
· 11 years ago
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
7f6a136
Bump pom versions towards next maintenance release
by Stuart McCulloch
· 12 years ago
b7a02b0
by sberlin
· 13 years ago
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
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
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
bc7e150
Issue 552: add buildable maven poms
by mcculls
· 14 years ago
b085238
issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks!
by sberlin
· 14 years ago
255af73
Merge 2.0-maven branch into trunk.
by sberlin@gmail.com
· 14 years ago
5ae41eb
Post release refactor. I moved almost everything that was package-private in com.google.inject to the internal package. The motivation is to simplify things - the previous setup was extremely awkward because c.g.i could call into internal, but not the reverse. Similarly for the SPI package.
by limpbizkit
· 15 years ago
484f75f
Adding notes to package-info pointing at the required .jar files.
by limpbizkit
· 15 years ago
e05f254
Moving JNDI and JMX out to extensions/
by limpbizkit
· 15 years ago