Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt2-4/+4
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>
2016-01-28Bug 485018 - NullPointerException in SiteListener.getFeatures() I20160128-2000Eike Stepper1-1/+1
Change-Id: Idc8c26f8012d22a4e7925f02941ff3f33eeeb947 Signed-off-by: Eike Stepper <stepper@esc-net.de>
2016-01-02update pomsPascal Rapicault1-1/+1
Change-Id: Icc9608edfcdd0a615c4edf42df4398a1f30a271c
2016-01-02Update bundles versionsPascal Rapicault1-1/+1
Change-Id: I479ee5a8b507090ce496e7b334e0055e027896fe
2016-01-02Bug 466249 - Propagate more exceptions to ease problem analysisEike Stepper2-2/+2
We often get problem reports with stack traces that "end" somewhere in p2 even though it's obvious from looking at these places that there was a causing exception. These causing exceptions are often not propagated with the new exception that p2 creates and throws. I'm not sure if that's on purpose or just an oversight. I've prepared a proposal to enhance these places and make it easier to analyze the problems that users report. Change-Id: Iaa53448c53c18301113b42dbe80558eccec49e8e Signed-off-by: Eike Stepper <stepper@esc-net.de>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-04-23Update versions for MarsThomas Watson2-2/+2
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>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-11-19Bug 422026 - Get rid of ColletionUtils.empty[Set|List|Map]Alexander Kurtakov1-2/+1
Now that p2 has Java 1.5 as a minimum there is no reason to not use the JVM methods. Change-Id: I89444e8d1e174c316e2b17fb4f53bc7b1d097c0a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel2-5/+2
Make 1.5 setting default in Eclipse (P2 is compiled as 1.5 with tycho anyway). Drop jsr14. Change-Id: I848d7865211126ad32a226914a046f9553a48f04 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-3/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2013-02-11Check for agent first since it can be nullv20130211-164711Pascal Rapicault (Ericsson)1-2/+5
2013-01-25331683 Publisher returns error status in case of invalid manifestv20130125-132342Jan Sievers1-1/+1
- BundlesAction will now return a multi-status with severity error (and details in child message(s)) in case of invalid MANIFEST or IOException. - Static helper methods createBundleDescription(), loadManifest() and basicLoadManifest() now throw BundleException and IOException instead of ignoring them. - Added corresponding ...IgnoringExceptions() methods (and marked them as deprecated) which preserve old behaviour and allow to adapt users of these methods as they see fit. Bug 331683
2012-11-21Bug 390385 - Stop the use of jsr14v20121121-194827Pascal Rapicault (Ericsson)1-2/+0
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+3
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne2-4/+1
2011-06-10Bug 348990 - ExtensionLocationMetadataRepository is attempted before composite.Pascal Rapicault1-1/+1
2011-05-08Fix up plugin user readable namePascal Rapicault1-1/+1
2011-05-02copyright updateIan Bull7-7/+7
2011-04-09add import / export bundlePascal Rapicault1-1/+1
2011-04-01Update manifest to fix compile error.DJ Houghton1-0/+1
2011-03-05NEW - bug 301903: Consider a file level lock during batch executionv20110305-0130Ian Bull2-22/+67
https://bugs.eclipse.org/bugs/show_bug.cgi?id=301903
2011-02-17Update version numbers in poms.Pascal Rapicault1-1/+1
2010-12-21incremented version range due to use of generified OSGi APIpublishing_incubatorJohn Arthorne1-1/+1
2010-10-04Fixed compiler warnings related to genericsv20101004John Arthorne1-2/+2
2010-08-26Bug 244628 - [api] [repository] artifact repos do not support bulk removeDJ Houghton2-1/+9
2010-08-17Add target folderv20101119Pascal Rapicault1-0/+1
2010-05-18Bug 313366 - SiteListener canonicalizes filenames many timesJohn Arthorne1-4/+13
2010-03-30bug 305237: [repository] Handle operation cancelled exception in execute batchIan Bull1-0/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=305237
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-09bug 305064: [api] Add a progress monitor to the execute batch methodibull1-2/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=305064
2010-03-08bug 305069 - IArtifactKey apiAndrew Niefer1-0/+5
2010-03-05Bug 293340 - [api][repository] Review of the repository packageJohn Arthorne2-2/+2
2010-03-04Bug 295399 - [ui] [api] IServiceUI API cleanupSusan Franklin1-1/+0
2010-03-03Removing deprecated methodsPascal Rapicault1-12/+0
2010-03-02275800 : It is impossible to mirror repository references.Thomas Hallgren1-0/+9
2010-03-02Move metadata factory to a public package and change signature of ↵Pascal Rapicault1-1/+0
IUpdateDescriptor
2010-02-24fix manifestsAndrew Niefer1-1/+1
2010-02-24Fix up import versionsPascal Rapicault1-17/+16
2010-02-22Bug 303269 - [repository] The method signatures on IMetadataRepository ↵DJ Houghton1-7/+31
should take collections
2010-02-19Bug 293370 - [reconciler] URI encoding problems when removing features from ↵DJ Houghton2-2/+10
UM uninstall
2010-02-05299987 : Removal of p2 services in favor of always using an agent.Thomas Hallgren6-28/+25
2010-02-04bug 274025: [publisher] p2 metadata generator does not scaleibull1-0/+9
https://bugs.eclipse.org/bugs/show_bug.cgi?id=274025 This adds a batch process to ArtifactRepository which, in the simple artifact repository, will do the save at the end. The publisher is configured to use the batch process now.
2010-01-22Bug 299917 - Compile warnings in official buildJohn Arthorne1-1/+1
2010-01-13Merging api branch back to HEADv20100113Pascal Rapicault11-107/+137

Back to the top