Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-11-20Bug 553238 - Unanticipated comparator errors in I20191119-1800Y20191127-0140Y20191126-0500S4_14_0_RC2aS4_14_0_RC2S4_14_0_RC1R4_14I20191210-0610I20191204-1800I20191204-0600I20191203-1800I20191203-0600I20191202-1800I20191202-0600I20191201-1800I20191201-0600I20191130-1800I20191130-0600I20191129-1800I20191127-1800I20191127-0600I20191126-2315I20191126-1800I20191126-0600I20191125-1800I20191125-0600I20191124-1800I20191124-0600I20191123-1800I20191123-1115I20191123-0600I20191123-0100I20191122-1800I20191120-2335I20191120-1800I20191120-0840I20191120-0600I20191119-2200R4_14_maintenanceVikas Chandra2-1/+3
Change-Id: Icadcb85ddf98d762480cc8646412f6d68ca54baa Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2019-11-14Bug 551378 - Restarting after p2 touchpoint SetJVMAction doesn't useI20191119-1800I20191119-1250I20191119-1235I20191119-1215I20191119-1155I20191119-0850I20191119-0725I20191119-0510I20191119-0315I20191119-0020I20191118-2230I20191118-1800I20191118-0600I20191117-1800I20191117-0600I20191116-1800I20191116-0600I20191115-1800I20191114-1800Johan Compagner1-1/+41
correct/new JVM adjust the 2 system properties that the Workbench will use to restart the system made code nicer with using a string constant that is used to jump over or to concat added a message why we ignore the exception Change-Id: I225a76b78fa38195b3ddf36a7874734ebbc17d5f Signed-off-by: Johan Compagner <jcompagner@gmail.com>
2019-10-27Use jdk 5 for-each loopY20191112-0030Y20191107-0440Y20191107-0420I20191114-0410I20191113-2315I20191113-1800I20191112-1800I20191111-1800I20191111-0920I20191111-0655I20191111-0435I20191111-0145I20191110-1800I20191109-1800I20191109-0650I20191109-0330I20191108-1800I20191107-1800I20191106-1805I20191105-1800I20191105-0025I20191104-1800I20191103-1800I20191102-1800I20191101-1800I20191101-0300I20191031-1800I20191031-1325I20191030-1800I20191030-0010I20191029-1800I20191028-1800I20191027-1800Carsten Hammer57-289/+359
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. toString() on array toString() implementation for arrays does not convert array contents to String, rather it will print array's type and hash code (defined as identity hash code). To get string representation of contents of the array, the array could be for example wrapped into Arrays.asList(), as Collections produce content representation in their toString(). Change-Id: I5db7c1cb516f25cb8410278d1d687862de471c6a Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-18Bug 350088 - [publisher] Produced patches don't match specific featureI20191026-1800I20191025-1805I20191024-1800I20191023-1810I20191022-1800I20191022-0405I20191020-1800I20191019-1800Carsten Reckord1-45/+54
version numbers Generate exact version range in case of a patch feature. Change-Id: I8e8f2015dead0e79364cb1c3d662bedaf6ed7cde Signed-off-by: Carsten Reckord <reckord@yatta.de>
2019-10-17Use jdk 5 for-each loopI20191018-1800I20191018-0720Carsten Hammer6-24/+31
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: Ie81b4e50a64094ed372fd24938ab76d7f1d05a01 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-16Use jdk 5 for-each loopI20191016-1800Carsten Hammer6-47/+57
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: Ic763650ff6fc45428428785905afbf3ebab7dc3d Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-16Use jdk 5 for-each loopCarsten Hammer6-113/+130
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I88bd9ca5cd161ef4977afc12c36b28ad1517a5de Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-16Use jdk 5 for-each loopCarsten Hammer5-29/+36
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I0895b7e934ede33af1bbacd6d7aaa70c316f190e Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-16Use jdk 5 for-each loopCarsten Hammer15-74/+86
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: Id71f030335f035816de194384d1a3c042a350886 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-16Use jdk 5 for-each loopCarsten Hammer11-52/+47
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: Ie1889d9dbff94017966e4118eb9a114ff4cc88a1 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-15Use jdk 5 for-each loopCarsten Hammer5-17/+16
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I8d402051142310d9cea49fae095d178c36d157e9 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-15Use jdk 5 for-each loopI20191015-1800Carsten Hammer6-48/+54
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I5af7e2968912396e364a47174e84bdd98ecc071e Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-15Use jdk 5 for-each loopCarsten Hammer18-126/+117
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I98f52113a2364c6b47d7b8f5f386f3a1af7f8268 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-15Remove not needed api_filters.Alexander Kurtakov2-22/+0
Change-Id: I7812b96eb29741c1e8b5aaccdcc4ffa972791dc0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-10-15Fix warnings in official build.Alexander Kurtakov2-19/+9
Change-Id: If186493044b9fc3dcbecbd6673d4b32b08486a9e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-10-14Bug 457682 - Refactor getShellI20191014-1800Karsten Thoms1-26/+11
Refactored getModalShellExcluding() to getModalShell() since effectively no Shell was excluded in the call as getShell() is the only client of the method and always passed null. Refactored logic in getModalShell() to use a lambda expression. Refactored getModalShell()/getNonModalShell() to return Optional<Shell) to allow a fluent style in getShell(). Change-Id: Ie2246f83faab55924a0280e8ff3208d6d65cd3fc Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-10-14Bump version for org.eclipse.equinox.p2.ui.discoveryKarsten Thoms2-2/+2
Required for https://git.eclipse.org/r/150816 Change-Id: I97e36e350a55e26e9b6f6e4e6cbf936d9c9e0da5 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-10-14Use jdk 5 for-each loopCarsten Hammer10-57/+54
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I1f2d6bc113d8e164f18cada8c8847feaab7a33d0 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-14Use jdk 5 for-each loopCarsten Hammer6-27/+27
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I09ac66de3ceeb578ff636ab21f66307fb0dda95b Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-14Use jdk 5 for-each loopCarsten Hammer9-28/+33
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: If1e3c7f01ec53c79e70bc79a2f3a08be262201f5 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-14Use jdk 5 for-each loopCarsten Hammer6-174/+222
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: Ic18d9c7ab9195e53db97264b63672c6b4510fbe4 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-14Use jdk 5 for-each loopCarsten Hammer6-55/+58
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I17efcb7827adbf5a4f2424d3bb51a5cb0e56a66a Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-14Use jdk 5 for-each loopCarsten Hammer4-41/+49
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I044ba2ecb69c7c5e1f30b6c60f345078b2fa7b3b Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-13Bug 465602 p2 fails to resolve a target platform with Eclipse MarsChristoph Langer7-35/+131
artifacts on Mac OS X If a path segment is missing, it seems on Mac a FileOutputStream won't be created. This can be avoided by using canonicalized paths. Also for chmod it might be beneficial to use canonicalized paths Change-Id: Ibdc8552e04ef47ffc09f1a487f9cd9f36fbba817 Signed-off-by: Christoph Langer <christoph.langer@sap.com>
2019-10-12Bug 471861 - The "eclipse.p2.max.threads" property has no effect forI20191013-1800I20191012-1800Ed Merks2-12/+29
values greater than four Update SimpleArtifactRepositoryTest.testMaximumThreads() to test for the modified expected behavior. I.e., that the repo can specify a maximum that must be respected, the user can specify a maximum that is respected if the repo doesn't specify a lower maximum, and if the user doesn't specify a maximum, it behaves the same way as if the user specified a maximum of 4. Change-Id: I64b80d04b982ef37e60cf07312084ffaaab7b05a Signed-off-by: Ed Merks <ed.merks@gmail.com>
2019-10-02Bug 551562 - Make getService(Class<T>) to a default methodS4_14_0_M1I20191011-1800I20191009-1800I20191009-0600I20191009-0300I20191008-1800I20191008-0600I20191007-1800I20191007-0625I20191007-0430I20191006-1800I20191006-0600I20191003-1800I20191002-1800Karsten Thoms2-15/+12
The addition of the method breaks the contract with existing alternative implementations of IProvisioningAgent. By making the method a default method the contract can be fulfilled. This also makes the implementation in class ProvisioningAgent obsolete. Update version of bundle org.eclipse.equinox.p2.core for 4.14. Change-Id: I7263c80e89e38841ca95eca2f3ebc3c7ed9f659f Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-10-02Use StringBuilder instead of StringBuffer where possible.Carsten Hammer56-76/+76
Change-Id: Ie756b6925b7dfc3471659764990c85d0e17eb1df Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-01Bump versions for https://git.eclipse.org/r/#/c/149541/Carsten Hammer42-42/+42
Change-Id: Ibd8c0c8ed355a907509256a3fc2d3f2ce4a87c36 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-01Use jdk 5 for-each loopI20191002-0100I20191001-1800Carsten Hammer5-17/+24
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I6f53dfa96efd01b94f2daef0fb8485cc27293003 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-01Use jdk 5 for-each loopCarsten Hammer11-41/+47
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I8288cda24e7fab9b6e518400488389e6a54ddc9c Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-10-01Bug 433402 - Guard canInstallInDestination to require 'destination'Karsten Thoms2-4/+5
argument Avoid to call canWrite with a null argument when the 'destination' program argument is missing. Instead throw a ProvisioningException. Also fixed small typo in error message. Change-Id: I7880ff154e783b51a9689cac33af5ea5f73571ea Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-09-30Bug 550482 - Describes what we have doneI20190930-1800Lars Vogel1-1/+1
The user may ask "what changes" so we should be more explicit. Change-Id: If7d8c87e2ee894c4ff53654ceb1ea6bed92450a8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-28Bug 533801 - Stop including o.e.equinox.util in productsI20190929-1800I20190928-1800I20190928-0515I20190928-0205Alexander Kurtakov1-1/+0
Do not include equinox.util in p2.tests.reconciler product. Change-Id: Iaf2a9309f75cfa72ec01107e9e9c0b34bf4e3302 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-09-26Use jdk 5 for-each loopI20190928-0000I20190927-1800I20190927-1530I20190927-0255I20190927-0225I20190927-0145I20190926-1800Carsten Hammer12-39/+47
Replace simple uses of Iterator with a corresponding for-loop. Also add missing braces on loops as necessary. Change-Id: I5a1ce717f07969e3fe5ee3c2ddba2e4dd1f3fc1b Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-25Use assertNotNull in tests.I20190926-0625Alexander Kurtakov1-3/+5
Change-Id: I0793c3ff6a6f2d8bece59aad3870d3a0d8d244a9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-09-25Bug 550646 - Improve ConfigApplier#refreshPackages readabilityLars Vogel1-13/+9
By using CountDownLatch the code gets easier to read. Change-Id: Ifa936c6fc17a9c142c2beb980b19403beaea412b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-24Bug 551396 - Fix files that have ended up with CRLF in the gitI20190924-1800Ed Merks69-81201/+81201
repository Change-Id: Id4b41b08f3a4dc32130aa5b22c1d58118fba7a7c Signed-off-by: Ed Merks <ed.merks@gmail.com>
2019-09-20Bug 550827 - Add repository location should be resizableI20190923-1800I20190923-0615I20190922-1800I20190921-1800I20190920-1800Vikas Chandra1-8/+12
Change-Id: Ie803a15952df6036077b571c17c109452ca31e63 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2019-09-18Bug 551174 - Comparator errors in 4.14 I build - I20190917-1800I20190919-1800I20190919-0850I20190918-1800I20190918-0300Alexander Kurtakov7-3/+8
Change-Id: Iffd1e78d1863a49f274c186e52dcb84354380db6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-09-16Format only edited lines in save actionsI20190917-1800I20190916-1800Lars Vogel1-1/+11
Includes 4.14 version update Change-Id: I6b7e226bb5f3ad61a7fa338c08f3ac3845c1b203 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-16Bug 512678 - avoid locking the UI via IP access to seed SecureRandomLars Vogel1-45/+3
with Random Also removes unsed getIPAddress method Change-Id: I68e123ae8da73bb32be457507fe8e7b919cdb3ae Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-16Use StringBuilder in org.eclipse.equinox.simpleconfiguratorLars Vogel6-6/+6
StringBuffer is synchronized Includes version update for 4.14 Change-Id: I62b48fc1b89e9159ca4df5200a6939e59be3767e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-16Bug 550462 - Remove 3.4 preference migration inLars Vogel4-179/+18
org.eclipse.equinox.p2.ui.sdk.scheduler Include version update for the 4.14 stream Change-Id: I43169616432ad6455e014d1b24f471fab1fa138b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-16Bug 550482 - Use shorter restart text after installationLars Vogel3-3/+3
Includes version updates for 4.14 stream Change-Id: I0db1ee17aa82b68ce5f925813f4b27e9cbb2e948 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-09-16Version bump for 4.14Karsten Thoms12-12/+12
- org.eclipse.equinox.p2.sdk - org.eclipse.equinox.p2.rcp.feature - org.eclipse.equinox.p2.artifact.repository - org.eclipse.equinox.p2.user.ui - org.eclipse.equinox.p2.core.feature - org.eclipse.equinox.p2.extras.feature Required for - https://git.eclipse.org/r/#/c/148397 - https://git.eclipse.org/r/#/c/148462 - https://git.eclipse.org/r/#/c/148977/ Change-Id: I18b03a58fa21f772d603335f0c02de7320d29862 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-09-16Bug 550993 - p2 Gerrit verification build failsAlexander Kurtakov2-2/+2
Bump p2.tests version to bypass version check. Change-Id: If8e6370961b673bed13d0b75252668803a06fdf1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-09-10Bug 550768 - Update Comparator repo and eclipse run repo toI20190915-1800I20190914-1800I20190913-1800I20190912-1800I20190911-1805I20190910-1800I20190910-0815I20190910-0145Vikas Chandra1-1/+1
4.14-I-builds repo Change-Id: Icdb39b4d6a14f1a06f6bab4a9ab5efcf399201c7 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2019-09-09Revert "Bug 550768 - Update Comparator repo and eclipse run repo to ↵I20190909-1520Sravan Kumar Lakkimsetti1-1/+1
4.14-I-builds repo" This reverts commit 0905ab871bf2e234c280ab7ea733c5ad8e2052e3. Change-Id: Ic157ccbdeeb817b0e5db24533978825a212f681d
2019-09-09Bug 550768 - Update Comparator repo and eclipse run repo toI20190909-1425Niraj Modi1-1/+1
4.14-I-builds repo Change-Id: I07971e9b43ff82b9cd1f36b063429252a5daac52 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190909-0925Niraj Modi65-66/+66
Change-Id: I7175ecdf7fe0ed9b9a99c24870069f8a2a743491 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>

Back to the top