Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-08-20Bug 521156 - Move p2 updatesite bundle to Java 8Alexander Kurtakov1-6/+11
Bump minor version, add missing Override annotations, remove duplicated type declarations, lambda conversions. Change-Id: Ida3bbc9351433f345ba6c405ede235390f541feb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-04-19Bug 489706 - Replace new Integer() with Integer.valueOf()I20160419-0800Alex Blewitt1-20/+20
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>
2014-06-28Bug 436872 - [category] Specify download stats URL and type of artifactsSusan McCourt1-0/+99
to monitor in category.xml Adds an argument to MirroringApplication to mirror artifact repository properties. This is needed in order to properly export the p2.statsURI property generated in the publisher. Change-Id: I0947d6320f24ef09e67f650b765bbe3908dd382e Signed-off-by: Pascal Rapicault <pascal@rapicorp.com>
2014-06-25Bug 436318 - [category] Specify repository references in category.xmlSusan McCourt1-0/+44
Change-Id: Icf435945abb92f20e632e3f7c95ddafadd8a728d
2013-05-07Bug 406902I20130507-1100Mickael Istria1-1/+2
+ Fix Comparator to work with multiple levels of nested categories + Test + Updated copyright
2013-05-05Bug 406902: Allow nested category in category.xmlI20130506-2000I20130505-2000Mickael Istria1-18/+23
2012-07-10378338 : A "bundle" element in category.xml/site.xmlMickael Istria1-2/+59
Signed-off-by: Pascal Rapicault <pascal@rapicault.net>
2010-02-19bug 303128 - bundles in category.xmlAndrew Niefer1-0/+773

    Back to the top