Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23Bug 538191 - NPE in SubMonitor.cleanupActiveChildY20180823-0800S4_9_0_M3I20180827-0800I20180826-2000I20180825-1500I20180824-2000I20180823-0450I20180823-0430Andrey Loskutov1-3/+4
Change-Id: I04cc8a9cc6002fc47ac2c89c212550d69f1216e1 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-08-21Bug 535802 - EPL-2.0 for features in equinox.bundles repoY20180822-2200I20180823-0100I20180822-2000I20180822-0800I20180821-2000Lars Vogel20-90/+180
Updates the files in the features directory 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: I7bc08712b685b62907ae31c15425af10a4298ce7 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-21Bug 535802 - EPL-2.0 for test plug-ins in equinox.bundlesLars Vogel306-917/+1834
Script used for this update: 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: Ic7f08fb455a59bd95565a5080d5e6a6dec7965ba Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-21Comparator errors in I20180821-0800Alexander Kurtakov1-0/+1
Change-Id: I6ef0b660f44f6e91ad11a1e11b3d37c52b2d0a34 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-21Bug 535802 - EPL-2.0 for schema definition in equinox.bundlesLars Vogel15-33/+78
Script used: git checkout master git reset --hard origin/master git pull find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I8484dbfda278eb7b9e2313228798fd8d841a6255 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-21Bug 535802 - EPL-2.0 for JDT templates in rt.equinox.bundlesLars Vogel4-4/+4
Change-Id: I5cbbb73fa3e62ad3b12ee4003c9240ed6d4a31d5 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-07Comparator errors in I20180806-2000Y20180815-2200Y20180808-2200I20180821-0800I20180820-2000I20180820-0800I20180819-2000I20180819-0800I20180818-1500I20180818-0800I20180817-2000I20180816-2000I20180815-2000I20180815-1250I20180814-2000I20180814-0910I20180814-0900I20180813-2000I20180812-2000I20180811-1500I20180810-2000I20180810-0320I20180809-2000I20180808-2000I20180807-2000I20180807-1425I20180807-0350Alexander Kurtakov1-0/+1
Change-Id: I90865e4e315b1f842ac6627e9e8216227cf3f11a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-06Bug 537705 - I-Build: I20180805-2000 build failedI20180806-2000I20180806-0300Sravan Kumar Lakkimsetti2-2/+4
Change-Id: If000119e4683e2a177bf11873758a91e268f3e8c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-01Bug 536301 - Update platform to Jetty 9.4.11 (fix CVEs)Y20180801-2200S4_9_0_M2I20180805-2000I20180804-1500I20180803-2000I20180801-2000I20180801-0820Alexander Kurtakov1-1/+2
Change-Id: I3a93109409a625b12a3d5d434ba9822b9994d84f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-07-30Bug 537071 - [WireAdmin] High CPU usage by WireReDispatcherI20180801-0800I20180801-0550I20180731-2000I20180731-1305I20180731-1250I20180731-1025I20180731-0800I20180731-0340I20180730-2240I20180730-2000nicolatimeus2-71/+148
Reduced CPU usage by WireReDispatcher Change-Id: I027c756f0a4738b89b1d9a0f9644c671edd24a0c Signed-off-by: nicolatimeus <nicola.timeus@eurotech.com>
2018-07-16Bug 537080 - Use dir-shaped bundle for the linux security fragmentY20180725-2200Y20180723-0635Y20180723-0615Y20180720-0300Y20180718-2200I20180730-0800I20180729-2000I20180729-0800I20180728-1500I20180728-0805I20180727-2000I20180726-2000I20180725-2000I20180724-2000I20180723-2000I20180722-2000I20180721-1500I20180720-2000I20180719-2000I20180718-2000I20180718-0130I20180717-2000I20180717-0320I20180716-2000Mat Booth1-0/+1
Add the Eclipse-BundleShape header to o.e.e.security.linux.x86_64 fragment. Change-Id: I6a25aa632a74e1cbc43650c362c42ce4f687a290 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2018-07-10Bug 534674 - Run o.e.equinox.preferences.tests in nightlyY20180712-0200I20180716-0715I20180715-2000I20180714-1500I20180713-2000I20180712-2000I20180711-2000I20180710-2000Lucas Bullen1-0/+43
- Add test.xml file Change-Id: I37fd6840e5c95fda549c4a6a34bb87a6bc95f08f Signed-off-by: Lucas Bullen <lbullen@redhat.com>
2018-06-15Bug 518175 Pass bundle id to url_resolvePlugin messageY20180705-0105Y20180628-0525I20180709-2000I20180708-2000I20180707-1500I20180706-2000I20180705-2000I20180704-2000I20180704-0805I20180704-0605I20180704-0545I20180703-2000I20180702-2000I20180702-0435I20180701-2000I20180630-1500I20180629-2000I20180629-0420I20180629-0400I20180628-2000I20180628-0230I20180627-2020I20180627-2000I20180625-1545I20180621-2000I20180618-0800Karsten Thoms1-1/+1
Change-Id: I55936f443e2f2db8f366c105c0e3b13f8eebfa48 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-06-15Revert "Introduce checkCanceled on IProgressMonitor"Thomas Watson4-25/+3
This reverts commit fed556917739ed2076b7e51f08ab2872224ff40a. Change-Id: Icb5794d77894b154de043d172521aa09bfc33cd9
2018-06-13Introduce checkCanceled on IProgressMonitorI20180615-0655I20180615-0300I20180614-2045I20180614-2000Gunnar Wagenknecht4-3/+25
This also introduced a new class for utility methods dealing with progress monitors and cleans up IProgressMonitor interface. The version has been updated to indicate the addition of new API. Bug: 531680 Change-Id: I211e50f649380b3611708d0d0ee20a9f4c82de6f Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
2018-06-12Bug 535318 - Update license to EPL-2.0 for equinox.bundles in about.htmlI20180613-0440I20180613-0300Lars Vogel50-818/+1221
Change-Id: Iee03d9fa588848a08b25f153a98586e8d6f138c8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Bug 535318 - Update versions for next releaseI20180607-2000Thomas Watson124-124/+124
Prep for update license to EPL-2.0 Change-Id: Ic8011309500e960edfb7ca4212b9f9dbee730c0a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180606-1020I20180601-0915I20180601-0900I20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov66-69/+67
Change-Id: Ie72b76cd1aecd017c398c33f98c6aa66dcb543f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-28CLA -> ECAAlexander Kurtakov1-2/+2
Change-Id: I4d610d00dc59e898ebcffbb0f8aebce9e151fa69 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-15Bug 444188 - EclipsePreferences is not thread safeS4_8_0_RC2S4_8_0_RC1I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800I20180522-2000I20180522-0800I20180521-2000I20180521-0800I20180520-2000I20180520-0800I20180519-1500I20180519-0800I20180518-2000I20180516-2000I20180516-0800I20180515-2000I20180515-1755Alexander Kurtakov3-8/+3
Touch features. This starts to get quite annoying. Change-Id: I9078d77857c1e5f702937b5ade1a633ac0f7c263 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-15Bug 444188 - EclipsePreferences is not thread safeI20180515-1620I20180515-1440Alexander Kurtakov1-1/+2
Touch o.e.equinox.sdk feature. Change-Id: I1c0005b329f97df20acda9cc198251350effdaf7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-15Bug 444188 - EclipsePreferences is not thread safeI20180515-1300I20180515-0950Alexander Kurtakov2-11/+73
Enable save actions so import warnings and etc. doesn't happen again. Change-Id: Ib2bc0f90011d0a4614cc6f7fa4c723da0f9716a3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-10Bug 444188: Fix concurrent access to listener collectionsI20180515-0800Vasili Gulevich16-10/+833
EclipsePreferences is now thread-safe. A new test bundle is created to test org.eclipse.equinox.preferences Moving tests from org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest is not done here. Signed-off-by: Vasili Gulevich <vasili.gulevich@xored.com> Signed-off-by: Michelle Stolwyk <Michelle.Stolwyk@intersystems.com> Change-Id: Ie3f264a2b7766e574bf65ca0cba3648ce76ac458
2018-05-08Bug 532294 - Update platform to Jetty 9.4.10S4_8_0_M7I20180514-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830I20180511-2000I20180509-2000I20180509-0800I20180508-2000I20180508-0800Alexander Kurtakov1-0/+1
Touch equinox jetty feature. Change-Id: Ic21b9b9b3ce1cc552d56ae1aca14c3451506b2e0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-01Bug 531393 - Allow Servlet 4.0 for org.eclipse.equinox.jsp.jasperI20180507-2205I20180507-2000I20180507-0810I20180507-0800I20180506-2000I20180506-0800I20180505-1500I20180504-2000I20180503-2000I20180503-0740I20180502-2000I20180502-0100I20180501-2000Raymond Auge1-4/+4
Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Change-Id: I87c704f9eb914b871cf0cd415138971a8e4d7bed
2018-05-01Bug 534238 - [http servlet] http.servlet loses include path in complex ↵Raymond Auge1-50/+37
dispatching scenarios Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-05-01Bug 530831 - Support Servlet 4.0 APIRaymond Auge1-4/+4
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-05-01Bug 530247 - [http] test ServletTest.test_AsyncOutput1 fails on everything ↵Raymond Auge2-15/+27
but windows during build with OOM Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-05-01Bug 534237 - [metatype] lower the log level for failures resulting from ↵Raymond Auge1-1/+1
non-metatype resources found in the metatype dir to WARNING Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-04-30Skip failing bundles tests.I20180430-2000Alexander Kurtakov2-1/+7
Don't run with Tycho and it's better to explicitly disable such bundles rather than skipping all tests in verification job. Change-Id: Ic93866d1c3e0b2c23a3a076c048023bde9732a1b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-26Use StringBuilder instead of StringBufferI20180430-0715I20180429-2000I20180428-2020I20180428-1500I20180427-2000I20180426-2000Lars Vogel4-5/+5
Reduces our Sonar warnings and is better practise Change-Id: Ide286142d496013d8878986810e80449dc7573ae Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-04-26Minor cleanup in IExtensionLars Vogel1-3/+1
Adds missing @Deprecate for getNamespace Removes silly non-Java Change-Id: Ie833b36b396fe8b233cc3cb24880e702e32da45b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-04-26Force rebuild for proper capability metadata generated for o.e.e.event.I20180426-0500Alexander Kurtakov1-0/+1
Change-Id: I6fd91ab57ffbb3b50cb2df7b27bfa0289ddb6aec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-19Bug 533774 - Move o.e.equinox.util to Java 7I20180425-2000I20180425-1705I20180425-1650I20180425-1455I20180425-0910I20180425-0725I20180425-0505I20180425-0250I20180424-2000I20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000Alexander Kurtakov22-157/+238
Clean up and generify the code. The old code was making wild mid of ServiceReference and the service itself - passing them as parameters interchangeably. I can't imaging how this ever worked so I think the code is actually not used at all. Change-Id: Ib0b5d336dddafdd305e26804973838dbbb6e57a3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533787 - Move o.e.equinox.cm to Java 7I20180418-2000Alexander Kurtakov20-59/+132
Bump BREE and version. Enable warnings and fix them. Change-Id: I528218c6ae5b4b2b838348ceb3a512249dfe560a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533774 - Move o.e.equinox.util to Java 7Alexander Kurtakov8-18/+22
Keep it in sync with rest of equinox. Some warning fixes. Change-Id: Iefdebfc3341d9ef9cf56d9526eedfe1992c68d30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-12minor - typo in SubMonitor JavaDocI20180417-2000I20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000I20180412-2000Michael Keppler1-2/+2
Also add an escaped @ character in the JavaDoc's example. Change-Id: I974e9cdafc2485705d81309484f23c0ae9338f65 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-04-12Bug 510038 - [http] Tests failing on linux.gtk.x86_64 for M-buildsAlexander Kurtakov3-4/+62
Remove useless imports that cause compile warnings in nightly builds. Enable save actions so this happens automatically from now on. Change-Id: Ied52a684a53d8475a47d7f006db6785ef3b0c358 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-11Bug 533464 - Build failure in I20180411-0530I20180411-2000I20180411-0735Sravan Kumar Lakkimsetti2-1/+3
Change-Id: Ie2a3fad8ee0714ebc22f2b32a3147068950647ed Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-03-28Bug 510038 - [http] Tests failing on linux.gtk.x86_64 for M-buildsI20180411-0530I20180410-2000Raymond Auge9-20/+140
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-03-22Revert "Bug 532294 - Update platform to latest Jetty 9.4.9"I20180409-2000I20180408-2000I20180407-1500I20180406-2000I20180405-2000I20180404-2000I20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000I20180329-0000I20180328-2000I20180327-2000I20180327-0805I20180327-0630I20180326-2000I20180325-2000I20180324-1500I20180323-2000I20180323-0355I20180322-2000Alexander Kurtakov1-1/+0
This reverts commit dbb1e29e74b3ea7bb470e0743885af69fe68d708. Change-Id: I302d5e95e9d90ef7f3780ac12b09fb6145a767cd
2018-03-21Bug 532294 - Update platform to latest Jetty 9.4.9I20180322-0645I20180322-0225I20180321-2000Alexander Kurtakov1-0/+1
Touch jetty feature. Change-Id: I3770eec166ca1b1ed80d5584ad1c7d464346317f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-28Bug 531640 - New certificate conflictS4_8_0_M6I20180320-2000I20180319-2000I20180318-2000I20180317-1500I20180316-2000I20180316-0740I20180316-0730I20180316-0525I20180316-0510I20180316-0455I20180315-2000I20180314-2000I20180313-2000I20180312-2000I20180311-2000I20180310-1500I20180309-2000I20180308-0630I20180307-2000I20180307-1025I20180307-0900I20180307-0825I20180307-0800I20180306-2000I20180306-0800I20180305-2000I20180305-0800I20180305-0300I20180304-2000I20180304-0800I20180303-1500I20180303-1200I20180303-0800I20180303-0335I20180303-0155I20180303-0055I20180302-2000I20180301-2000I20180228-2000Thomas Watson1-1/+2
Change-Id: I2a312afec779ecba10dd803d5ad81d4cc712a836 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-02-26Bug 483464 - Need to update bundle version for new APII20180227-2000I20180226-2000Thomas Watson3-3/+3
Change-Id: Ib1bc3c8c474b3c89708a86fdf98a782c116b85fb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-02-26Bug 483464 - Provide convenient FileLocator.find(Bundle bundle, IPathLars Vogel1-1/+49
path) method Allows client to simplify their call to this method. Will also help with converting Platform.find(bundle, path) to this new method. Change-Id: I1257c413d606c9eaad5e0df68dd10f31ce3631c8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-02-23Bug529071 - set equinox.preferences Missing EEDescriptions to WarningI20180225-2000I20180224-1500I20180223-2000Thomas Watson1-2/+8
Change-Id: I4d29e42a8df08c2354af77b42b1410574400e5c2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-02-20minor - Consistent use of spaces in javadoc example codeI20180222-2000I20180221-2000I20180220-2000Karsten Thoms1-9/+9
Change-Id: I21bfef98728866f157f7d8808cdee5e6760aa508 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-02-19Bug 531344 - [osgi R7] Update APIs for R7I20180219-2000Thomas Watson9-72/+67
Update the range for event version Provide the osgi.implementation capability for event Update capability versions for metatype Update APIs in log.stream Change-Id: I13c99ff9e52e69f0f720e1de7231340bc47aacee Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-01-29Force qualifier updates.I20180218-2000I20180217-1500I20180216-2000I20180216-0415I20180215-2000I20180214-2000I20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000I20180206-2000I20180206-0315I20180205-2000I20180204-2000I20180203-1500I20180202-2000I20180202-0315I20180201-2325I20180201-2000I20180201-0200I20180131-2000I20180130-2000I20180129-2000I20180129-0605I20180129-0540Alexander Kurtakov1-0/+1
Due to Bug 521182 - [compiler] method reference on null object should throw NPE at runtime (JLS compliance) Change-Id: I6e8e4838a323222754118ccd5b40c30ff60a3cf2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-24Bug 530247 - [http] test ServletTest.test_AsyncOutput1 fails onS4_8_0_M5I20180128-2000I20180127-1500I20180127-0150I20180126-2040I20180124-2000Thomas Watson1-1/+2
everything bug windows during build with OOM Change-Id: I0aa8dfe26447c042f040be15b438297ace661ffe Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>

Back to the top