Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-06-13Bug 535822 - Check for directory traversal entry pathsThomas Watson4-22/+142
Change-Id: Ic989745f1115d3c23866957519f1d9fc8f315640 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-11Bug 535318 - Update license to EPL-2.0 for equinox.framework inI20180613-0440I20180613-0300Lars Vogel18-280/+438
about.html Change-Id: I0ed6f712c98659771ed494993c0e2320cbedfe34 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-07Minor: Typo in constraint resolving error messageI20180607-2000Michael Keppler1-1/+1
Change-Id: Id67b9e5147d054a9759343eafbb0573a46657096 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-06-07Bug 535318 - Update versions for next releaseThomas Watson2-2/+2
Prep for update license to EPL-2.0 Change-Id: Id021561bfc98468ffd8d7fc6eb65aff4dc10cc4c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-07Bug 535318 - Update versions for next releaseThomas Watson26-26/+26
Prep for update license to EPL-2.0 Change-Id: I7515a3ec6f3edb6afc5efc0ba770a98c25d0db4d Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-06Bug 532194 - update versions for next releaseI20180606-1020Thomas Watson2-2/+2
Change-Id: If816f5cb9d8b6b1e402ddbe81e2a626115a03269 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-06Bug 532194 - Use BundlePermissions for the EvaluationCacheKeyThomas Watson3-5/+24
Also check for null Conditions from a row and update testcase to handle when multiple conditions are used in a single row. If there is a mix of mutable and immutable conditions then the satisfied conditions are nulled out to avoid calling them again on future permission checkes. The method checkMutable needs to handle the null values. Change-Id: I9adf9cf54bfe571d53049d48ffb44e76bc78f121 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-06Bug 532194 - Format using project settingsThomas Watson5-88/+137
Change-Id: Ifb8e4fed844b3bc83bdc90572d04f7e5eba59aa5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-06Bug 532194 - Added permission evaluation cache to increase performanceScott Tustison5-84/+264
Increases performance when using many bundles and permission rows. Also removes slow down as more bundles/rows are added to the system. Change-Id: I31f2ee701654dc9e7d1598570bd04241126cd4da Signed-off-by: Scott Tustison <scott.tustison@gmail.com>
2018-06-06Bug 386377 - Native launcher not built during first buildMat Booth5-441/+77
Change where the build.xml is invoked for building the native parts during a maven build. Previously, because the build.xml was invoked from the feature, and the reactor orders the build of the native fragments *before* the feature, it means the fragments do not include the freshly built native parts. Invoke it instead from the fragments themselves by moving the profile to the launcher-binary-parent pom. This way the native parts are guaranteed to be built in time to be included in the fragments. Change-Id: I0f9004cb10427cdd6a84bdf94cbbf10263f5267f Signed-off-by: Mat Booth <mat.booth@redhat.com>
2018-06-06Bug 518669 - Drop support for Linux ppc64 in 4.9Alexander Kurtakov23-563/+4
Remove launcher fragment and support for building it. Change-Id: I97f873256f71319a2603aebb6507db7848294eb5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-06-05Bug 535463 - Fixes for running tests on Java 9Thomas Watson9-102/+138
testContextFinderEmptyGetResources - converted this to a unit test for BundleLoader.compoundEnumerations() method to take null parameters. Reproducing the situation from the original testcase is not obvious, decided to instead directly unit test the compondEnumerations to ensure it can take null parameters without NPEs. testContextFinderGetResource - moved this to SystemBundleTests which allows us to set the parent class loader of the ContextFinder in order to allow it to search resources in the framework instead of from the VM. Change-Id: I9187dbda840afc1e8d7b17034854c770b7d16708 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-01Bug 535341 - Introduce cache for lookup of bundles by nameKarsten Thoms3-8/+30
Added a multimap to store bundle descriptions by name and use this map for invocations of the getBundles(String) method. Speeds up access to this method with a small memory footprint. Bump version for 4.9 Change-Id: I9e102d10e46cdc0d7ea62c3f18fa33c4d24d89e1 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180601-0915I20180601-0900I20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov22-23/+23
Change-Id: I25ec4de8aaa26a6e7210e49a6fcd9eb129e3cdae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-28CLA -> ECAAlexander Kurtakov1-2/+2
Change-Id: I428dab4bb40dca086a07a0436b7b75dcebacec81 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-18Bug 534172 - Syntax error in build.sh natives build scriptS4_8_0_RC2I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800I20180522-2000I20180522-0800I20180521-2000I20180521-0800Mat Booth1-1/+1
The wild card is not honoured by the case switch when inside a string literal. Change-Id: I49dd7f69674764bd2ee0306a5dd78098912fc946 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2018-05-18Binaries v20180518-0800I20180520-2000I20180520-0800I20180519-1500I20180519-0800I20180518-2000Eclipse Platform RelEng Bot13-13/+13
2018-05-18Bug 534759 - [GTK3] Running Eclipse with -nosplash causes input problemsAndrey Loskutov2-16/+17
Move GTK environment variables initialization to make sure they are always set for the Eclipse JVM started on GTK systems, independently of possible startup arguments like "-nosplash". Change-Id: I766b45eabd3058f9dd1ef56e6346194a3c9154d7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>

Back to the top