Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-03-19Bug 572043 - Deprecate pack200 support for removalI20210319-1800Alexander Kurtakov4-1/+28
Mark for removal and annotate with pde.apitools so projects start seeing the future breakage and act on it. Change-Id: I947650999c584bb70356859a94e8124eb5441775 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-07-01Convert to the generic IProvisioningAgent.getService()Alexander Kurtakov1-1/+1
Change-Id: If595ceb183461e5a9565d58ccd6a432291f2281b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-22Bug 535802 - Update p2 EPL-2.0 for its plug-ins - Part 1Lars Vogel13-39/+78
Change-Id: I5d8231e4070987a258d03a475ea69046263ea6b3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-22Adds linebreak before the EPL 1.0 licenceLars Vogel4-4/+8
Change-Id: Ic1638772d5f58d4567a83b519ecd885b80f5602b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-22Fixes incorrectly formated EPL 1.0 license headerI20180822-0800Lars Vogel3-3/+6
Change-Id: I6337f0a9e32e7eb71ba6e368137e180a456bb8da Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-07Bug 535636 - Update bundles to Java 1.8Alexander Kurtakov11-180/+198
Take care of p2.artifact.optimizers. All kind of modernizations to the codebase done. Change-Id: Ic4c0422a2d3aa320ef8d126c2974964c478177d7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-06-01Bug 512407 - Let's dump 'ie.wombat.jbdiff' and related from GitI20180601-0915I20180601-0900Alexander Kurtakov4-478/+0
repository Never have been published in our repo so safe to remove. Removed parts that used it but these bundles are not in the repo also so safe again. It is sure that if/when jbdiff is really used it should be added to Orbit and used proper instead of keeping it's source in our repo. Change-Id: Iac3cccd08d3019d70d1d18632a761d20bad444b8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt1-2/+2
There are a lot of new Integer() calls in the P2 codebase, which results in many duplicate values of Integer being stored, particularly when performing updates or checks. Integer.valueOf() performs this caching already, which means that it's unnecessary to call new Integer() and instead can call Integer.valueOf(). In the places where the int value is being used directly, the call can be further optimised to Integer.parseInt() instead. Replace calls to new Integer() with Integer.valueOf() or .parseInt() as appropriate. Change-Id: Ic760e66084c856fc90cb7c8a358007c975213638 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov1-2/+3
Instead of retrieving services based on their String class name there is newer implementation that takes the class directly and returns the correct class preventing casts. Change-Id: I8b26f4d294b927f4c28a6ba4e68e35bd401df4ec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-09-03Bug 381673 - 16 compile warnings in official build Ian Bull1-1/+0
Removed an unused variable and the call to fetch the value. Since the variable isn't used and the call to fetch the value doesn't appear to have any side effects, I've removed them.
2011-05-02copyright updateIan Bull13-12/+22
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren7-45/+42
2010-01-13Merging api branch back to HEADv20100113Pascal Rapicault12-118/+139
2009-10-08Moving the version classPascal Rapicault2-2/+2
2009-10-06Move query related classes to p2.metadataPascal Rapicault2-2/+4
2009-05-25Update copyrightsv20090525John Arthorne7-7/+9
2009-05-20Update copyrightsJohn Arthorne1-0/+10
2008-12-22Bug 233699 - Add support for version types other than OSGipost_version_2008Pascal Rapicault2-2/+2
2008-12-20Bug 233699 Add support for version types other than OSGiSimon Kaegi2-2/+2
rollback to pre_version_2008
2008-12-20Bug 233699Simon Kaegi2-2/+2
Add support for version types other than OSGi
2008-10-09Bug 237776 Replace URL by URIJohn Arthorne3-12/+12
2008-05-14Bug 231138 - Pack200 processing step not shipped with the SDKPascal Rapicault5-132/+2
2008-05-08improve messagesPascal Rapicault3-4/+7
2008-05-08Bug 224710 - Need to better handle problem files on serverPascal Rapicault3-6/+40
2008-04-15better error detection for bug 226144sliebig1-0/+16
2008-02-25Remove namespace from the artifact keyPascal Rapicault2-6/+5
2008-02-15Bug 219109 [prov] IArtifactRepository#getOutputStream should declare a ↵John Arthorne3-23/+24
thrown exception
2008-02-15fixed compiler warningJohn Arthorne2-1/+3
2008-02-14uses protected setter/getters instead of accessing fields in super classsliebig5-14/+14
2008-02-14due to new IStateful contract that is no longer necessarysliebig1-3/+1
2008-02-11Update copyrightsJohn Arthorne1-7/+9
2008-02-10Bug 218451 [prov] Rename API packages to provisional APIJohn Arthorne13-42/+34
2008-01-25Cleanups and translationPascal Rapicault3-11/+33
2008-01-25cleanupsliebig3-16/+66
2008-01-25minor cleanupsPascal Rapicault2-9/+18
2008-01-14changed | -> ||sliebig1-1/+1
2008-01-11Bug 212348 [prov] [repo] Find a way to better report the failure of ↵John Arthorne3-6/+9
repository addition
2007-12-03removed IArtifactRequest parameter (bug: 210475)sliebig3-3/+3
2007-11-30reflect interface change within IArtifactRepository (bug: 210475)sliebig3-3/+3
2007-11-13add JarDelta optimizer, some tests and refactor all of the aboveJeff McAffer18-551/+420
2007-11-09update the JarDelta optimizer/processors, integrate with JBdiff and add some ↵Jeff McAffer13-91/+436
tests
2007-11-08Fixed compile errors due to javadoc problemJohn Arthorne1-2/+2
2007-11-08fix javadoc commentJeff McAffer1-1/+1
2007-11-08added jbdiff based optimizerssliebig8-0/+771
2007-11-07Fixed bogus javadocDJ Houghton1-3/+1
2007-11-07refactor the repository optimizers and processors and further adapt to API ↵Jeff McAffer3-3/+3
changes
2007-11-06initial commit of consolidated optimizersJeff McAffer7-0/+544

    Back to the top