aboutsummaryrefslogtreecommitdiff
path: root/extensions/service
AgeCommit message (Collapse)Author
2018-08-28Upgrade guice to 4.2Haibo Huang
Test: m checkbuild Change-Id: I7df64e3d67f5b6c586ff444f45636cd7b2935c1f
2015-04-23Also fix usages of a couple of @Beta APIs.cgdecker
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91720693
2014-10-20Remove all .iml and .ipr IntelliJ project files and add IntelliJ project ↵cgdecker
files and directories to .gitignore. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=77967915
2014-08-17Miscellaneous build improvements:Stuart McCulloch
* consolidate common versions in dependencyManagement section * clean up OSGi metadata (remove asm/cglib imports, fix version range to account for Guava's versioning scheme) * update jarjar-maven-plugin to 1.9 (makes sure manifest is first entry in final jar) * attach correct pre-jarjar'd classes * fix old references to Java5 * remove out-of-date asm:asm exclusion * fix versions of mini/service extensions
2014-07-01Automated code cleanups by internal tool.Sam Berlin
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=69390543
2014-03-20Update the opensource jars to asm 5.0, fix up the POMs & ant scripts.Sam Berlin
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=63496902
2014-02-13Add ignores for ant build spam.Christian Edward Gruber
2012-08-31Actually pom versions should really be 3.1.0 to reflect the addition of a ↵Stuart McCulloch
couple of new features (ProvisionListener SPI)
2012-08-31Bump pom versions towards next maintenance releaseStuart McCulloch
2011-10-16Fix flaky service test. The whole AsyncService thing probably should just ↵guice.mirrorbot@gmail.com
be rm'd, but fixing the test for now. Revision created by MOE tool push_codebase. MOE_MIGRATION=3475 git-svn-id: https://google-guice.googlecode.com/svn/trunk@1591 d779f126-a31b-0410-b53b-1d3aecad763e
2011-07-08* Remove unused importssberlin
* Sort imports * Convert tabs to spaces * Fix the ant no_aop build Revision created by MOE tool push_codebase. MOE_MIGRATION=2532 git-svn-id: https://google-guice.googlecode.com/svn/trunk@1572 d779f126-a31b-0410-b53b-1d3aecad763e
2011-06-26switch Guice from manually repackaging Guava to depending on Guava. it's ↵sberlin
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. git-svn-id: https://google-guice.googlecode.com/svn/trunk@1558 d779f126-a31b-0410-b53b-1d3aecad763e
2010-11-04Update Maven poms to use new jarjar processing rules, allow jarjar and munge ↵mcculls
profiles to be turned off, and synchronize bundle headers in Ant and Maven builds git-svn-id: https://google-guice.googlecode.com/svn/trunk@1360 d779f126-a31b-0410-b53b-1d3aecad763e
2010-10-21Issue 552: add buildable maven pomsmcculls
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1305 d779f126-a31b-0410-b53b-1d3aecad763e
2010-09-16Fixed a small bug in the async service multi-threaded test.dhanji
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1238 d779f126-a31b-0410-b53b-1d3aecad763e
2010-09-16Minor cleanups, removing some debug stuff that snuck into the previous commit.dhanji
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1237 d779f126-a31b-0410-b53b-1d3aecad763e
2010-09-16Service API extension initial checkin. Support for basic start/stop ↵dhanji
lifecycle and parallelizing service startup. Needs more integration tests. git-svn-id: https://google-guice.googlecode.com/svn/trunk@1236 d779f126-a31b-0410-b53b-1d3aecad763e