aboutsummaryrefslogtreecommitdiff
path: root/extensions/throwingproviders
AgeCommit message (Expand)Author
2018-08-28Upgrade guice to 4.2Haibo Huang
2015-04-28Update version to 4.0upstream-masterColin Decker
2015-04-28Add more missing @since 4.0 and remove references to *-3.0.jar in extensions'...cgdecker
2015-04-21Add missing @since tags for 4.0Ben McCann
2015-03-23Add ability to not scope exception to RemoteProviderBindercnester
2014-10-20Remove all .iml and .ipr IntelliJ project files and add IntelliJ project file...cgdecker
2014-10-03Results of 'mvn license:format -N' plus some minor tweakingStuart McCulloch
2014-09-24When checking for Logger keys in providermethodsmodule don't create a new Key...lukes
2014-07-20Cleanup javadocs. This makes the following changes:Sam Berlin
2014-07-01Automated code cleanups by internal tool.Sam Berlin
2014-05-03Skip synthetic/bridge methods when validating CheckedProvider interfaces, oth...Sam Berlin
2014-03-20Update the opensource jars to asm 5.0, fix up the POMs & ant scripts.Sam Berlin
2014-02-13Add ignores for ant build spam.Christian Edward Gruber
2014-02-13Replace guava 11 with 16 and extract Guava as a separate dependency.Christian Edward Gruber
2013-07-31Restore versions to 4.0-SNAPSHOTChristian Edward Gruber
2013-07-29Bump version numbers to release 4.0-beta.Christian Edward Gruber
2012-08-31Actually pom versions should really be 3.1.0 to reflect the addition of a cou...Stuart McCulloch
2012-08-31Bump pom versions towards next maintenance releaseStuart McCulloch
2012-05-27Update ThrowingProviderBinder to have a better exception in case of Provision...Sam Berlin
2012-05-27Change AssertionError to use the whole ProvisionException as a cause, so we c...Sam Berlin
2012-05-27Change the new ThrowingProviderBinder.providing to look for @ThrowingInject i...Sam Berlin
2012-03-01Add a new method to ThrowingProviderBinder: providing(Class) or providing(Typ...Sam Berlin
2011-07-08* Remove unused importssberlin
2011-06-26switch Guice from manually repackaging Guava to depending on Guava. it's sti...sberlin
2010-11-27fix license.sberlin@gmail.com
2010-11-27add more tests for @CheckedProvides methods, fix bug exposed with @Exposed me...sberlin@gmail.com
2010-11-19a few more @sinces.sberlin
2010-11-17deprecated ThrowingProvider in favor of CheckedProvider, which lets you speci...sberlin
2010-10-31adding more missing @since 3.0 tags.sberlin
2010-10-30issue 531 -- don't let c.g.i.internal.util reference outside its package.sberlin
2010-10-27issue 16. hide internal things (that can be hidden). need to followup to li...sberlin
2010-10-25update extension package-info.java files to reference 3.0 instead of 2.0, als...sberlin
2010-10-24update ThrowingProvider to support an @ThrowingProvides annotation, much like...sberlin
2010-10-21Issue 552: add buildable maven pomsmcculls
2010-10-16update ThrowingProviders to implement HasDependencies and use getProvider ins...sberlin
2010-08-01issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks!sberlin
2010-08-01Merge 2.0-maven branch into trunk.sberlin@gmail.com
2010-07-03Move internal utility code to separate package.limpbizkit@gmail.com
2010-05-09Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 4...sberlin
2009-05-19Adding notes to package-info pointing at the required .jar files.limpbizkit
2009-02-21Regrettably replacing jarjar'd Google Collections with minimal copies of the ...limpbizkit
2009-02-05Replace ReferenceCache w/ MapMaker.crazyboblee
2008-12-27Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) a...limpbizkit
2008-11-29Fix for issue 254.limpbizkit
2008-11-25Removed old Javadocs.limpbizkit
2008-09-03Moving error sources so they're now reported in the same place for configurat...limpbizkit
2008-06-10Fixing owner types so they're no longer missing in ThrowingProviderBinder. Al...limpbizkit
2008-06-08Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bu...limpbizkit
2008-06-03Adopt latest google collections snapshot (partially); some style cleanupkevinb9n
2008-06-03OSGi support - we now export OSGi metadata in our manifest.limpbizkit