Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27Bug 538016 - Add test for new ClassLoaderHook.getClassPathEntries methodY20181128-2200S4_10_0_RC1I20181129-0330I20181128-1800I20181128-1105I20181128-0810I20181128-0600I20181128-0130I20181127-1800Thomas Watson2-4/+40
Change-Id: Ia07e253c2bf0dcfd2dbcc8c893a65cb806d40d7f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-11-16Bug 541048 - Limit the number of threads resolving/unresolving to 10Y20181121-2200S4_10_0_M3I20181127-0600I20181126-1800I20181126-0940I20181126-0600I20181126-0140I20181125-1800I20181125-0600I20181124-1800I20181124-0600I20181123-1800I20181121-1800I20181121-0910I20181121-0600I20181120-1800I20181120-0600I20181119-2315I20181119-1800I20181119-0600I20181118-1800I20181118-0600I20181117-1800I20181117-0600I20181116-1800Thomas Watson2-107/+269
Massive number of resolving threads causes high levels of lock/retry contention, so we limit the number of concurrent resolves to 10 Change-Id: I58e4a704f64e824573dfd9e9f5b32f6802d8982c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-11-16Bug 541249 - Stop using KeyedHashSet where possibleThomas Watson9-72/+117
Change-Id: I853df7d5009be4c968a3027f7aeba098135de45f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-11-14Bug 541175 - Avoid generating NullPackageSource objects when there areY20181114-2200I20181115-1800I20181115-0200I20181114-1800Thomas Watson2-1/+12
no require bundle wires Change-Id: I4bd19c1bee2fdc9cac4f50a77a2a1a8a4a62f4a4 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-11-14Bug 535339 - All repositories need a NOTICE and LICENSE fileI20181114-1345I20181114-1325I20181114-1050Sravan Kumar Lakkimsetti3-26/+344
Change-Id: I3d10c8cc9aa7b8e14b12f03bb00b9ac6032ae3f3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-11-08Bug 540906 - Change to non-fair lockingI20181114-0925I20181114-0355I20181114-0200I20181112-1800I20181112-0435I20181112-0320I20181109-0350I20181108-1800Thomas Watson1-5/+22
Change-Id: I73ae939eeced8e85948c5b4a7810602f32fe2473 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-11-07Use Collections.singletonList instead of Arrays.asList when possibleY20181107-2200Thomas Watson4-8/+14
Change-Id: I91c963e0d21c2f1aa23db5ac65882a87cb9603b5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-11-06Remove unnecessary semicolon.I20181107-1800I20181107-0200I20181106-1800Alexander Kurtakov1-2/+4
Change-Id: I7b1bc409ae23ec1a6133b4dfac800c99ec53e010 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-11-02Bug 540323 - Need to catch Throwable to prevent <clinit> errorsI20181106-0125I20181105-1800I20181104-1800I20181103-1800I20181102-2120I20181102-1800Thomas Watson1-2/+2
ServiceLoader.load can throw java.util.ServiceConfigurationError Change-Id: Icf0b8f69a6f17e1244510168d345b23abd69a192 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-30Bug 540605 - [regression] Eclipse 4.10 hasY20181031-2200I20181101-1800I20181031-1800I20181031-0550I20181031-0540I20181030-1800Andrey Loskutov2-1/+11
ds.delayed.keepInstances=false per default Change-Id: I3faf5cb84a3f28b4a19a2e29f952faf49aff4204 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-10-30Fix testSystemPackages on Java 11Thomas Watson1-5/+54
This is a testcase issue only. Change-Id: Id0738b1181a23375db452960f07bf44bc8b73006 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-28Bug 540323 - Add helper support for FrameworkUtilY20181030-1100Y20181030-0940I20181029-1800I20181028-1800Thomas Watson7-17/+137
Change-Id: I716d14a47540dbb529500b8d2aa8171846a66904 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-25Bug 540446 - Should issue a warning if an invalidated class loader isY20181026-0120I20181027-1800I20181026-1800I20181025-1800Thomas Watson2-3/+37
used Change-Id: Ia6585a0910a019d774fc071a4c83a774187544ec Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-25Bug 540468 - Update to latest felix resolverThomas Watson5-4/+127
Change-Id: Idaa7dd19a8a68d26ebd2cdcbe3351ad53b17cfe8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-24Debug failure in testMultiReleaseBundleManifestChangeRuntimeY20181025-0550Y20181025-0530I20181024-1800Thomas Watson1-3/+5
2018-10-24Bug 540230 - Update osgi.tests version and remove unused variableThomas Watson3-3/+2
Change-Id: Ic331aeb45dec9bb43a4cd3c28b817949ab12ec9c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-24Bug 540230 - NPEs in BundleLoader caused by invalidated wiringsThomas Watson2-5/+128
Change-Id: I7ebdb6dc223fb52f8444a9b780c2e1b9b88982c1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-10-24Remove with space from configuration folderThomas Watson1-1/+1
2018-09-22Bump versions for 4.10.S4_10_0_M1I20181023-1800I20181023-1200I20181023-0800I20181022-2040I20181022-1800I20181021-1800I20181020-1800I20181019-1800I20181019-0450I20181019-0330I20181018-1800I20181017-1800I20181016-1800I20181015-1800I20181015-0255I20181014-2350I20181014-1800I20181013-1800I20181012-1800I20181010-1800I20181010-0600I20181009-1800I20181009-0600I20181008-1800I20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800I20181004-1800I20181003-2215I20181003-1800I20181002-1800I20181002-0205I20181001-1800I20181001-0920I20181001-0235I20180930-1800I20180929-1800I20180928-1800I20180927-1800I20180927-0135I20180927-0040I20180926-1800I20180926-0830I20180925-1800I20180924-1800I20180923-1800I20180922-1800Alexander Kurtakov12-12/+12
Change-Id: If7116838f7de269fae497aa2ba1e9b1f748f55d6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-14Bug 539073 - Update version number in mac's Eclipse.appY20180919-2200I20180922-0245I20180922-0005I20180921-1800I20180920-1800I20180920-0630I20180920-0430I20180919-1800I20180918-2005I20180918-1800Sravan Kumar Lakkimsetti1-3/+3
Change-Id: I8b42320abf8c817ff7f0d335938df359c1fa0229 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-09-14Bug 536766 - Drop 32 bit support in 4.10I20180914-0620Sravan Kumar Lakkimsetti6-36/+0
Change-Id: I3997d9e8b3cb9d38f5b029ebdc017feda98765c8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-09-12Binaries v20180912-1423Y20180912-2200I20180913-1800I20180913-0415I20180912-2240Eclipse Platform RelEng Bot11-11/+11
2018-09-12Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov1-1/+1
Fix GTK3/GDK3_LIB in equinox launcher makefile. Change-Id: Ief2a09b75ede6d5b4ba9ddbdcdae854591e7a3a1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-12Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov3-28/+20
Drop GTK 2.x support from equinox launcher. Option --launcher.GTK_version prints message that running with GTK 2.x is no longer supported. Change-Id: I0a89f95fa8a4c024173384cb53dc1e015f296265 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-06Bug 538757 - increase org.eclipse.equinox.log package versionI20180912-0225I20180912-0210I20180911-1400I20180910-0310I20180907-0855I20180907-0715I20180907-0650I20180907-0400Thomas Watson2-3/+3
Change-Id: Ic93b2ec1b9ca6942e689dab0d85526b8d713d452 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti20-21/+21
Change-Id: I1b1c0e6c2a663196bb777ebb690a5fcce9695271 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for osgi bundlesY20180829-2200S4_9_0_RC2S4_9_0_RC1R4_9I20180906-0745I20180905-2000I20180905-0800I20180904-2000I20180904-0800I20180903-2000I20180903-1305I20180903-1125I20180903-0945I20180903-0800I20180902-2000I20180902-0800I20180901-1500I20180901-0800I20180831-2000I20180831-0815I20180830-1030I20180829-2000I20180829-0800I20180828-2000I20180828-0800I20180827-2000R4_9_maintenanceLars Vogel351-1053/+2106
Change-Id: I3db4ebae2b4d0980692af2ec4bba992bc602d06d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for osgi testsLars Vogel362-1086/+2172
Change-Id: Id92ea99f5fb16a9ab2235d52a720c50f6d056466 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.framework for launcher codeLars Vogel27-81/+162
Moved adjusted bundles/org.eclipse.osgi/systembundle.properties to another commit Script used: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ie8e63482fe13ccd4ca8180dc3237d87509182f8c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-27Bug 535802 - EPL-2.0 forLars Vogel1-4/+7
bundles/org.eclipse.osgi/systembundle.properties Breaks automatic replacement Change-Id: Ib66c07650ab166d6d7bb1b25bc54dcbcabec9826 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-27Adds missing line break before link to EPL 1.0Lars Vogel20-20/+40
Change-Id: Ia1955ae095634d208ec4184483515b72edc5e506 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-22Adds missing linebreak for EPL 1.0 licenseI20180827-0800Lars Vogel15-30/+30
Change-Id: I69b8ea8d6fb7078fa19390ec383f31a910cf22e3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-22Bug 535802 - EPL-2.0 features in equinox.frameworkY20180823-0800Y20180822-2200S4_9_0_M3I20180826-2000I20180825-1500I20180824-2000I20180823-0450I20180823-0430I20180823-0100I20180822-2000Lars Vogel42-126/+252
Regex used: git checkout master git reset --hard origin/master git pull find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I585d26902ec80f298754833cce0c905d17b32070 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-21Bug 535802 - EPL-2.0 for releng folder in equinox.frameworkI20180822-0800I20180821-2000Lars Vogel1-3/+6
Affects only one file. Change-Id: Ie266b0d26c7579b22f891e2ccc4a6be3fc46e287 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-16Bug 537701 - Additional hook for lookup of filtered classpath entriesI20180821-0800I20180820-2000I20180820-0800I20180819-2000I20180819-0800I20180818-1500I20180818-0800I20180817-2000I20180816-2000Rahul Shinde2-58/+154
Change-Id: Ifd788d04314fe1b1c7a8192afc908413f96f2b8d Signed-off-by: Rahul Shinde <sfgsappinfra@gmail.com>
2018-08-15Bug 537702 - Expose Nested Dir Name as part of NestedDirBundleFileY20180815-2200I20180815-2000I20180815-1250Thomas Watson1-1/+7
Change-Id: Id3c8be4529c76ea5bc26ead6d50917ce0a471c20 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-14Bug 537505 - Fix issues with priming multiple cp entriesI20180814-2000Thomas Watson2-5/+39
When a host bundle has many classpath entries it was possible to miss the priming of the entries CDSBundleFile Change-Id: I4816b57bf425e202cbc4fa02ce5f0b7bd015a8ff Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-14Bug 537505 - Additional changes after reviewThomas Watson4-61/+13
- Use Boolean.valueOf - Use FrameworkLog for reporting errors when j9 is not used - Change config property to j9.cds.reporterrors - Define final constant for .class string - Use ! operator instead of false == - Remove unecessary reflection on setMinimizeUpdateChecks since Java 6 is no longer supported Change-Id: I4404841bd10c3a2c129f2581d97dcaee6181638b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-13Bug 537505 - Update copyright and license headersI20180814-0910I20180814-0900I20180813-2000Thomas Watson4-33/+76
Change-Id: I62092956766967608141e8081549f8f94cddf1fb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-10Bug 537505 - Support OpenJ9 CDS directly in the frameworkI20180812-2000I20180811-1500I20180810-2000Thomas Watson7-2/+528
Change-Id: Ib93dd9ab8306b4ba89f9de1b93ea48b654e5bff8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-03Bug 537549 - Clean up some warnings, use isQualified instead of targetsY20180808-2200I20180810-0320I20180809-2000I20180808-2000I20180807-2000I20180807-1425I20180807-0350I20180806-2000I20180806-0300I20180805-2000I20180804-1500I20180803-2000Thomas Watson1-4/+5
Change-Id: Icfe95c03d677df9c929da98b17cc853d432a8b39 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-08-03Bug 537549 - Augment "auto-detection of available packages" logic to ↵Jan1-4/+16
consider all packages of automatic modules as exported Signed-off-by: Jan Luehe <janluehe@yahoo.com>
2018-08-02Bug 537611 - BundleInstallUpdateTests.testQuestionMarkLocation fails onThomas Watson1-0/+5
windows Change-Id: Ia0ccdce4a40c38f144b0e6600f78360b93bd257d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-07-23Binaries v20180723-0453Y20180801-2200Y20180725-2200Y20180723-0635Y20180723-0615S4_9_0_M2I20180801-2000I20180801-0820I20180801-0800I20180801-0550I20180731-2000I20180731-1305I20180731-1250I20180731-1025I20180731-0800I20180731-0340I20180730-2240I20180730-2000I20180730-0800I20180729-2000I20180729-0800I20180728-1500I20180728-0805I20180727-2000I20180726-2000I20180725-2000I20180724-2000I20180723-2000Eclipse Platform RelEng Bot10-10/+10
2018-07-23Bug 537274 - Increment launcher version for 4.9 releaseSravan Kumar Lakkimsetti1-1/+1
Change-Id: I37c930a4e55022e72f48fb54350680cc7ea0ea7a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-07-16Bug 475640 - To open "Eclipse" you need to install the legacy Java SE 6Till Brychcy1-2/+17
runtime. Change-Id: I53d06915592283618c2c2b8298f57bb1d659d766 Signed-off-by: Till Brychcy <register.eclipse@brychcy.de>
2018-06-19Bug 535351 - test dynamic import with version range wire correctlyY20180720-0300Y20180718-2200Y20180712-0200Y20180705-0105Y20180628-0525I20180722-2000I20180721-1500I20180720-2000I20180719-2000I20180718-2000I20180718-0130I20180717-2000I20180717-0320I20180716-2000I20180716-0715I20180715-2000I20180714-1500I20180713-2000I20180712-2000I20180711-2000I20180710-2000I20180709-2000I20180708-2000I20180707-1500I20180706-2000I20180705-2000I20180704-2000I20180704-0805I20180704-0605I20180704-0545I20180703-2000I20180702-2000I20180702-0435I20180701-2000I20180630-1500I20180629-2000I20180629-0420I20180629-0400I20180628-2000I20180628-0230I20180627-2020I20180627-2000I20180625-1545I20180621-2000Thomas Watson1-0/+51
Test ensures that the version range is honored and does not wire to the unversioned package from the system.bundle. Change-Id: I449b8c35d055ed4fad5c1a0c70e5873dc502ce47 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-15Bug 535963 - [log] ExtendedLogEntry.getContext should use event asI20180618-0800Thomas Watson6-42/+78
context Change-Id: Iefb2734f9f04a90811fda9bfb38446f5bd486380 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-15Bug 535961 - [log] deliver log events synchronously to sync LogListenersThomas Watson3-10/+45
Change-Id: Ief62de093281922f8cff4e20c76b37ee505652aa Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-13Bug 533867 - Fix when installing locations with # or ?I20180615-0655I20180615-0300I20180614-2045I20180614-2000Thomas Watson4-38/+87
Change-Id: I54e44d710c232ddbc96faac06a8b6123c670efce Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>

Back to the top