Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Bug 521195 - Migrate to Batik 1.9.0S4_8_0_M2I20170918-2000I20170917-2000I20170916-1500I20170915-2000I20170915-1030I20170913-2000I20170913-1120I20170913-0800I20170913-0420I20170913-0220I20170912-2255I20170912-2000I20170912-0800I20170911-2000I20170911-0800I20170911-0405I20170910-2000I20170910-1055I20170910-0800I20170909-1500I20170909-0920I20170909-0800I20170909-0510I20170908-2345I20170908-2000I20170908-0035Alexander Kurtakov1-1/+1
Update p2 tests.reconciler.product to include the new batik bundle. Change-Id: Ie4608538ea5d454675529cb769dc186850847eab Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-06Bug 521923 - Move org.eclipse.equinox.frameworkadmin.tests to Java 8I20170907-2000I20170906-2000Alexander Kurtakov21-125/+69
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Remove redundant type declarations. * Try-with-resources. * Add missing Override annotations. * Remove tearDown methods simply calling super. * Generify. Change-Id: Ic1edb00e8eab708506c052d893d43d52a394053b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-06Bug 313553 - [publisher] publish metadata for Provide-Capability andAlexander Kurtakov2-4/+5
Require-Capability Remove redundant type declarations introduced with previous patches. Change-Id: Ia3a8826ee3dc93a66eb0ed445c374091b68c354a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-06Bug 313553 - Requirement: fix comparisons to match OSGi LDAP spec.I20170906-0815Todor Boev2-5/+43
The non-constant argument can be a collection in which case the comparison operation must iterate through it testing each element. Change-Id: I4105bc9b746c4e5767ecc77f80c93a1cbc82d65e Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-09-06Bug 313553 - Retrofit the JRE IU with generic osgi.ee capabilitiesTodor Boev2-11/+21
The osgi.ee capabilities can now match both old-style and generic requirements. Change-Id: Id39103123ff2f1ce9d33a353b92e918f706dfa34 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-09-06Bug 313553 - Prepare BundlesActionTodor Boev1-81/+112
Change-Id: I783ce240d5e79d0bc90e3982bef206ef11c80be1 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-09-05Bug 521298 - Enhance deprecation messages in AbstractArtifactRepository I20170906-0225I20170905-2000Alexander Kurtakov1-1/+1
Fix @link to point to existing method. Change-Id: Ia440f5bc3782582549b96d4e836a4e4b29d5bf5c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-04Bug 521842 - Move ui.discovery to Java 8I20170905-0600I20170905-0310I20170904-2000Alexander Kurtakov21-232/+205
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Remove redundant type declarations. * Lambda conversions. Change-Id: Ic9f5c62021bea9e5a3f42101cd9e82ed70f17718 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-04Bug 521839 - Move discovery bundle to Java 8Alexander Kurtakov9-35/+68
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Remove redundant type declarations. Change-Id: I9b595b0c7481280b3ad8f308a55ff32936ac7bbf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-04Bug 521838 - Move discovery.compatibility to Java 8Alexander Kurtakov15-61/+77
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Lambda conversions. * Remove duplicate type declarations. * Try-with-resources. * StandardCharsets usage. * Add missing Override annotations. Change-Id: Ic7b0dd0946fcae017212ed674509934d0bfcb6e9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-04Bug 521827 - Move artifact.repository bundle to Java 8 Alexander Kurtakov29-95/+227
* Bump BREE. * Bump minor version for the BREE change. * Enable more warnings. * Add missing Override annotations. * Remove redundant type declarations. * Try-with-resources. * Lambda conversion. Change-Id: I198af985183d1429fb18ed3198f238f42afd0c25 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-31Bug 518031 - XML External Entity Vulnerability in Eclipse IDEI20170904-0230I20170903-2000I20170902-1500I20170901-2000Brian de Alwis12-24/+103
Ensure XML processors are configured to use XMLConstants.FEATURE_SECURE_PROCESSING=true to avoid accessing external DTDs and expanding external entities. Change-Id: Ic29e4a0aab1ea5f642ce49914bc6fcecd238efe8 Signed-off-by: Brian de Alwis <bsd@mt.ca>
2017-08-23Bug 313553 - [publisher] publish metadata for Provide-Capability and ↵I20170831-2000I20170830-2000I20170830-0605I20170829-2345I20170829-2000I20170829-0940I20170829-0705I20170828-2000I20170828-1220I20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000I20170823-2000Todor Boev4-36/+110
Require-Capability Generalize to include attributes. Change-Id: I1135b89842185ed0e3197bfbcf4625a0f4f73510 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-08-23Bug 521301 - Stop using deprecated p2 methods in p2 tests Alexander Kurtakov28-125/+143
Change-Id: I08b47ba0d4219f15b061b759c01f874747a496df Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-23Bug 521298 - Enhance deprecation messages in AbstractArtifactRepository Alexander Kurtakov1-8/+8
Remove dubious comments and add messages to the deprecation tags pointing to the replacement methods. Change-Id: I24780e83ccf5cba61ca4c92b138f93c9a516d24f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-22Bug 486279 - Changed missing entry status to warning Todor Boev7-35/+25
Converted the errors caused by missing entries in bundles.info to warnings. This keeps the actions backward compatible. For some of the actions is makes sense as well. E.g. uninstall should be idempotent Refactored UninstallBundleAction to relay on Util.findBundleInfo() to find the entry in bundles.info, rather than to try to re-construct the BundleInfo from other data and use Object.equals() Change-Id: I902a5b209b1ff6a764e6c8f0569926c97ed8b3c5 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-08-22Bug 486279 - Refactored SetStarLevelActionI20170822-2000Todor Boev1-51/+20
Refactored SetStarLevelAction to relay on Util.findBundleInfo() to find the entry in bundles.info, rather than to try to re-construct the BundleInfo from other data and use Object.equals() Change-Id: Ifc6e2e0378105630acb03089ab41ed23481158a8 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-08-22Bug 486279 - Refactored MarkStartedActionTodor Boev1-48/+18
Refactored MarkStartedAction to relay on Util.findBundleInfo() to find the entry in bundles.info, rather than to try to re-construct the BundleInfo from other data and use Object.equals() Change-Id: Idcdbcb9b37d41cc7c956a1b5df935f883976f0f6 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-08-22Bug 486279 - Added a utility method to search for BundleInfoTodor Boev1-0/+18
Added a utility method to search for BundleInfo entries by name/version rather than by Object.equals() Change-Id: Ib31c8672834e7beaa274d68e20065acef9a31f11 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-08-21Update feature versions for PhotonI20170821-2000Alexander Kurtakov12-15/+15
Change-Id: I20d1d374a1d77bb16edacf875cc3a4b3b0208e46 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-21Bug 521163 - Move equinox frameworkadmin to Java 8Alexander Kurtakov9-25/+66
Bump minor version, remove duplicate type declarations, add missing Override annotations. Change-Id: Ia46a54f9f48b29c17fef04a342b6ad182f7576ab Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-21Bug 521157 - Do not try to acquire PluginConverterAlexander Kurtakov2-39/+0
Remove Activator, it causes warning in the builds and fixing the warning leaves it empty so better to remove it altogether. Change-Id: I1d80bf437afe2b051e615fb1aaf9afb17b25cda7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-20Bug 521157 - Do not try to acquire PluginConverterI20170820-2000Alexander Kurtakov5-114/+9
Eclipse platform no longer ships PluginConverter implementation so trying to acquire it is pointless. Change-Id: Ice2d9acf4dcb736614c9d110fbe974c92c139016 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-20Bug 521156 - Move p2 updatesite bundle to Java 8Alexander Kurtakov26-192/+215
Bump minor version, add missing Override annotations, remove duplicated type declarations, lambda conversions. Change-Id: Ida3bbc9351433f345ba6c405ede235390f541feb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-19Bug 521147 - Move p2 ui.importexport to Java 8Alexander Kurtakov15-221/+244
Bump minor version, add missing Override annotations, remove redundant type declarations and some lambda conversions. Change-Id: I2d122a18122b24687f4629a9ac87d43094ff0e8f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-19Bug 521145 - Move p2 repository.tools to Java 8Alexander Kurtakov43-194/+186
Bump minor version, remove redundant type declarations, add missing Override annotations and some lambda conversions. Change-Id: Ibb59354ee15f179eb40e71db1ee800c3c8522557 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-18Bug 521121 - Move p2 publisher.eclipse to Java 8I20170819-1500I20170818-2000Alexander Kurtakov40-168/+255
Bump minor version, remove duplicate type declarations, add missing override/deprecated annotations. Change-Id: I9ab3e7bcdf76e8d359d8fb3da1d27d3fcc4673b7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-18Bug 521119 - Move p2 publisher to Java 8Alexander Kurtakov23-114/+133
Bump minor version, add missing Override annotations, remove redundant type declarations, try-with-resources. Change-Id: I3ffe367e70f08236646f9cfc6728c79b97ec9d1a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-18Bug 521115 - Move p2 metadata.repository to Java 8Alexander Kurtakov20-141/+191
Bump minor version, add missing @Override's, remove duplicate type declarations. Change-Id: If8b9098f28662a2a65acead6f8befa56b1524a9a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-18Bug 521114 - Move p2 engine to Java 8Alexander Kurtakov6-29/+14
Bump minor version, try-with-resources, remove duplicate type declarations. Change-Id: I33bc01cfef2272e444614f92fb4fcc313bffbe91 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-18Bug 521108 - Move p2 core to Java 8Alexander Kurtakov19-192/+184
Bump minor version, add missing Override annotations, remove duplicate type declarations, try-with-resources. Change-Id: I4dc835c94677520b8219b9eae1157cfd41f37ab6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-17Bug 521075 - Move o.e.equinox.p2.director.app to Java 8 I20170818-0100I20170818-0040I20170817-2140I20170817-2000Alexander Kurtakov9-67/+62
Bump minor, add missing Override annotations, remove duplicate type declarations, try-with-resources, Change-Id: I49d32d9227c84b3c2b3a5d82e0e9ebfe74f20ac7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-17Bug 521073 - Move p2 console to Java 8Alexander Kurtakov7-27/+61
Bump minor, remove duplicate type declarations, add missing Override annotations,lambda conversions. Change-Id: I7ec68ed391ffa1a604b253189f9477c1305a71a8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-04Bug 462404: New Eclipse.app layout: "Import > From ExistingI20170816-2000I20170815-2000I20170815-0035I20170814-2000I20170814-0635I20170814-0300I20170813-2000I20170812-1500I20170811-2000I20170810-2000I20170809-2000I20170808-2000I20170807-2000I20170806-2000I20170805-1500I20170804-2000Lakshmi Shanmugam2-1/+25
Installation" doesn't accept app bundle When Mac app bundle is provided try to drill down to Contents/Eclipse folder if it exists. Change-Id: I29844aed359b1b062cf209675a993e1ba06d09d3 Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
2017-07-26org.eclipse.equinox.p2.ui MANIFEST.MF update for 4.8S4_8_0_M1I20170802-2000I20170802-0800I20170801-2000I20170801-0800I20170731-2000I20170731-0800I20170730-2000I20170729-2000I20170728-2000I20170727-2000I20170727-0610I20170726-2000Alexander Kurtakov2-2/+2
Change-Id: Ic1175862feaf00d854a3fd99ea5b7c9924ea8287 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-24Bug 514885 - Added test case for match type greaterOrEqualI20170725-2000Karsten Thoms1-0/+32
Change-Id: I53d9fc1e6ae314d21b76558700d913d344d12eb6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-07-21Bug 514885 - fix for NPE on reading update site.xmlI20170724-2000I20170723-2000I20170722-2000I20170722-0045I20170721-2000Andrey Loskutov1-1/+1
Change-Id: Ic03e8ed9ae5efcb523e944cca54d94a95476f496 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-07-18Bug 514885 Corrected since version tagI20170720-2000I20170719-2000I20170719-0600I20170719-0040I20170718-2000Karsten Thoms1-1/+1
Change-Id: I4d93b3c73721269d4d3c7e71350ce73201fa29a7 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-07-17Bug 514806 - p2 installation dialog move Select All and Deselect AllDavid Weiser2-14/+25
button to the side of the filtered tree Change-Id: I4d7f13fc747c02d562ccbc4f41997e35736c8a7c Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-07-04Bug 518051 - Update to xz-java 1.6 I20170718-0355I20170717-2000I20170717-0350I20170716-2000I20170716-0130I20170715-2000I20170714-2000I20170713-2000I20170713-0615I20170712-2000I20170711-2000I20170710-2000I20170709-2000I20170708-2000I20170707-2000I20170707-0530I20170706-2000I20170706-0630I20170705-2000I20170704-2000Alexander Kurtakov1-0/+1
Touch p2.core feature to get the new xz-java. Change-Id: I4e888e21c8c17a23754b5fdfb1e4d1b163a9428e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-03Bug 512312: Droplets should correctly detect feature group IUs.I20170703-2000Roland Grunberg6-2/+62
This issue has been mostly addressed by 7c95455. The logic for detection of feature groups was wrongly comparing a string and a boolean for equality as well as being computed more times than necessary. Change-Id: Icd714e39b798fba748d88c3aea2845649aa9fee1 Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
2017-07-03Bug 474099 - Require certificate selection to confirm dialogAlexander Kurtakov1-29/+20
Fix copyright year and use lambdas in TrustCertificateDialog. Change-Id: I40c4772410df32cccef70e0c31cd94913d42521c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-28Bug 474099 - Require certificate selection to confirm dialogFabian Steeg3-34/+151
To work both with clicking the checkbox and using the 'Select All' and 'Deselect All' buttons, this required a change in the ListSelectionDialog superclass. ListSelectionDialog is marked as `@noextend`, so this change adapts its implementation inside TrustCertificateDialog, which now extends SelectionDialog directly. Change-Id: I85a209af9ec2c537cb0424e9f8c127f814c04415 Signed-off-by: Fabian Steeg <steeg@hbz-nrw.de>
2017-06-27Bug 518850 - Replace RepositoryDescriptor with repository locationI20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000Mykola Nikishov2-15/+10
RecreateRepositoryApplication needs location of the repository only and don't use any other fields of RepositoryDescriptor. Change-Id: I2e933ed9dab02e231009c1d7cce31dd6c4f95e70 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
2017-06-27bug 517732 - Delete history in installation dialog should use verbsFabian Pfaff3-1/+3
instead of OK Change-Id: I2c9c70fc65f09dc35721567b06f92ce122424bf8 Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
2017-06-27Bug 490896: Director app handles all result status codes.Todor Boev1-12/+25
When the provisioning operation completes with WARNING or INFO the director command line application reports failure (equinox returns non-zero execution code). At the same time P2 has in fact performed changes to the installation and these were not reverted as would happen on an ERROR IStatus. The director should not report failure when provisioning completes with INFO or WARNING IStatus. Change-Id: I9a683174ffe9e49aa4456b4aa5134f9067ecc7a7 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2017-06-27Bug 514885 Pooling Version and VersionRangeKarsten Thoms15-26/+80
- Introduce weak object pool for Verson and VersionRange - Use VersionRange.create() for getting pooled instances - JavaDoc & check input for empty string Change-Id: Ie42bdc1059d8c667af312038c26c035a6ef674af Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-06-23bug 517474 - Revert software configuration in the installation dialogI20170626-2000I20170625-2000I20170624-2000I20170623-2000Fabian Pfaff3-2/+5
should use verbs instead of OK Change-Id: I57bdfedb30096d146a1e451a258c5febeb5b43a8 Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
2017-06-22Bug 518587 - Modernize o.e.equinox.p2.testsI20170623-0110I20170622-2000Alexander Kurtakov40-754/+398
Use try-with-resources. Change-Id: I6c1d3efb7f0fd4f5dd0f014d8801ec8e375355f9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov65-69/+69
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

Back to the top