aboutsummaryrefslogtreecommitdiff
path: root/common.xml
AgeCommit message (Expand)Author
2018-08-28Upgrade guice to 4.2Haibo Huang
2014-08-10Fix the compareBuilds script (compares mvn vs ant generated jars) & add it to...Sam Berlin
2014-07-10Update references in code & configuration to point to github instead ofSam Berlin
2014-04-08Change Opcodes.ASM4 to Opcodes.ASM5, to work with java8 lambdas. Also update...Sam Berlin
2014-03-20Update the opensource jars to asm 5.0, fix up the POMs & ant scripts.Sam Berlin
2014-02-13Replace guava 11 with 16 and extract Guava as a separate dependency.Christian Edward Gruber
2013-12-07Fix no_aop build (make it easier to replace the cglib tokens in the ant build...Sam Berlin
2013-12-07Update to asm 4.2, cglib 3.1. Fix .gitignore to only ignore /build, not ever...Sam Berlin
2013-12-06Fix issue 720 -- minor build fixes, from the issue:Sam Berlin
2013-05-15Upgrade to cglib 3.0 adn ASM 4.0.Christian Edward Gruber
2012-01-13Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jarSam Berlin
2012-01-13Cleanup a few things:Sam Berlin
2012-01-13Add ServletScopes.isRequestScoped.Sam Berlin
2011-12-23Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jarStuart McCulloch
2011-07-08* Remove unused importssberlin
2011-06-26switch Guice from manually repackaging Guava to depending on Guava. it's sti...sberlin
2011-04-20update to asm-3.3.1, update to new cglib that fixes a bug with bridge methods...sberlin
2011-02-24make sure tests can run in on dist code, and no_aop can still build.sberlin
2010-12-15Enable all warnings except for serialization warnings.limpbizkit@gmail.com
2010-11-04fix googlecode keep pattern.sberlin
2010-11-04Update Maven poms to use new jarjar processing rules, allow jarjar and munge ...mcculls
2010-10-27fix Nullability to check for "$Nullable" (the jarjar renamed "Nullable"), and...sberlin
2010-10-27issue 16. hide internal things (that can be hidden). need to followup to li...sberlin
2010-10-21Issue 554: don't include the ant runtime on the build classpathmcculls
2010-10-21Issue 552: (step 1) move core code to its own subdirectorymcculls
2010-05-09Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 4...sberlin
2010-04-28Updated common api version to 2.1. Next snapshots will have this, more correc...dhanji
2009-12-30Fix for issue #455 where path info was a memoized provided incorrectly to req...dhanji
2009-09-28Update JSR 330 support.limpbizkit
2009-05-19Removed old Javadocs.limpbizkit
2009-02-21Regrettably replacing jarjar'd Google Collections with minimal copies of the ...limpbizkit
2009-01-11update to cglib snapshot that should have fix for duplicated classname issuechris.nokleberg
2008-12-11mcculls' changes from issue 280.limpbizkit
2008-12-02Temporary fix to ensure extensions have access to ImmutableMultimap. The curr...limpbizkit
2008-11-29Updating Google-Collections to include the FinalizableReferenceQueue fix.limpbizkit
2008-11-29Fix for issue 254.limpbizkit
2008-11-23Specifying Java 1.5 explicitly in the build. We don't work build perfectly on...limpbizkit
2008-06-27Stuart McCulloch contributed a custom classloader that fixes the memory leak ...limpbizkit
2008-06-08Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bu...limpbizkit
2008-06-03OSGi support - we now export OSGi metadata in our manifest.limpbizkit
2008-05-07Adding source.jar targets to build zipfiles containing the exact sources used...limpbizkit
2007-04-20Issue 92: use "snapshot" as default version namekevinb9n
2007-03-08update ant build: when we build, we're gonna build 1.0 final. w0o0tkevinb9n
2007-03-02Added Spring and JNDI integration.crazyboblee
2007-02-26Updated build to create a servlet jar and struts2-plugin jar.crazyboblee