Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-05-12Bug 534597 - Unanticipated comparator errors in I20180511-2000S4_8_0_RC1I20180516-2000I20180516-0800I20180515-2000I20180515-1755I20180515-1620I20180515-1440I20180515-1300I20180515-0950I20180515-0800I20180514-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Sravan Kumar Lakkimsetti1-0/+1
Change-Id: I8eaeff2a7b25e8850770693d6a49ac89e7c1d4d3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-04Binaries v20180504-1154S4_8_0_M7I20180511-2000I20180509-2000I20180509-0800I20180508-2000I20180508-0800I20180507-2205I20180507-2000I20180507-0810I20180507-0800I20180506-2000I20180506-0800I20180505-1500I20180504-2000Eclipse Platform RelEng Bot12-12/+12
2018-04-18Bug 530932 - Enable native scaling on Linux GTKSravan Lakkimsetti1-3/+0
re enables native scaling in the launcher Change-Id: I721a26b40df526c1e884a5949a1014f84eb260ca Signed-off-by: Sravan Lakkimsetti <sravankumarl@in.ibm.com>
2018-04-09Bug 533386 - [framework] "Events.Service" log events do not contain aI20180503-2000I20180503-0740I20180502-2000I20180502-0100I20180501-2000I20180430-2000I20180430-0715I20180429-2000I20180428-2020I20180428-1500I20180427-2000I20180426-2000I20180426-0500I20180425-2000I20180425-1705I20180425-1650I20180425-1455I20180425-0910I20180425-0725I20180425-0505I20180425-0250I20180424-2000I20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000I20180417-2000I20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000I20180412-2000I20180411-2000I20180411-0735I20180411-0530I20180410-2000I20180409-2000Thomas Watson2-2/+48
service reference Change-Id: Ieacda0ecbb60502002dbd0ca2cb64ad0db6b81bf Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-04-09Fix testJavaProfile for Java 9Thomas Watson1-4/+28
Change-Id: Id3d75d2aca488f48dda0d522a40edf518b6176f1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-03-31Bug 518418 - avoid random order in return values in StateHelperImplI20180408-2000I20180407-1500I20180406-2000I20180405-2000I20180404-2000I20180403-2000I20180402-2000Andrey Loskutov1-2/+2
Using LinkedHashSet to make sue the order of calculated dependencies is stable. Change-Id: I9ce68c5c64ba6c60edab7eded331a337cbd4a232 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-03-27Bug 532255 - ContentHandlerFactoryImpl fails to load sun.net.www.contentI20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000I20180329-0000I20180328-2000I20180327-2000Thomas Watson3-4/+16
on Java 9 Change-Id: Ia1becb00af4cf117ad6fea3f754b8354e53b6fec Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-03-26Bug 532887 - Remove hpux/solaris gtk launchersI20180327-0805I20180327-0630I20180326-2000Alexander Kurtakov31-1048/+3
Out of date, not built and so on. Change-Id: I5c7027a1ca4980d6b4635992f349750c6c45612a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

Back to the top