Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-03Bug 550677 - Sign Mac native librariesY20190919-0900Y20190916-0900Y20190914-0255Y20190913-0735Y20190912-0900Y20190912-0055Y20190910-0005Y20190909-0900Y20190905-0900Y20190903-1130S4_13_0_RC2aS4_13_0_RC2R4_13I20190916-1045I20190907-1130I20190906-1800I20190906-0940I20190906-0410I20190904-2200I20190904-1805I20190904-0605I20190903-2155I20190903-1800I20190903-1410I20190903-1110I20190903-0605R4_13_maintenanceSravan Kumar Lakkimsetti1-0/+0
-Signed equinox security lib Change-Id: I67f28295a340f7d7e1be9b07b244259d710e2516 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2019-08-30Bug 550593 - Please don't include org.eclipse.m2e.core.maven2NatureY20190902-0900I20190902-1800I20190902-0805I20190902-0600I20190901-1800I20190901-0600I20190831-1800I20190831-0600I20190830-1800Ed Merks1-1/+1
Change-Id: Ifbfc793b6c7e0494bec50da8c0fede7e586d38c6 Signed-off-by: Ed Merks <ed.merks@gmail.com>
2019-08-23Bug 550386 - remove obsolete capability entry from p2.infY20190829-0900Y20190826-1000S4_13_0_RC1I20190830-0550I20190830-0440I20190828-1800I20190828-0600I20190827-1800I20190827-0600I20190826-1800I20190826-0640Todor Boev1-2/+0
Change-Id: I75b72d2aeabc2688e5be164cc2c2d4e4c8de7c18 Signed-off-by: Todor Boev <rinsvind@gmail.com>
2019-08-19Bug: 550219 - Register CommandProviderAdapter service with the sameY20190822-0900S4_13_0_M3I20190826-0415I20190823-0840I20190823-0530I20190821-1800I20190821-0600I20190820-1800I20190820-0855I20190820-0600I20190819-2355Maxime Porhel1-1/+7
ranking than the adapted CommandProvider service Change-Id: I59c00ad276bf454a71794d9cbb7f753d84e33344 Signed-off-by: Maxime Porhel <maxime.porhel@obeo.fr>
2019-08-15Bug 547578 - Space / tab cleanup in rt.equinox.bundlesY20190819-0900I20190819-0600I20190818-1800I20190817-1800I20190816-1800I20190816-0155Paul Pazderski67-3384/+3384
This change fixes all space or mixed tab/space indentations in all Java files. The change includes only whitespace formatting and no code changes. Change-Id: I6273144b49d81def3518b867bf036b11afc18188 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-08-15Bug 547578 - Version bumps for 4.13Paul Pazderski6-6/+6
Change-Id: Ic889f21f982a7b2eb4a7d0d06a97c305ab702cfb Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
2019-08-15Bug 550094 - Update platform to Jetty 9.4.20Y20190815-0900Alexander Kurtakov1-1/+2
Touch equinox jetty feature. Change-Id: I1e6072d08a89a15f52f6942b2a40131e9d1f7fa4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-08-14Use StringBuilder in org.eclipse.equinox.eventI20190814-1800Lars Vogel1-2/+2
Change-Id: Idac1c833467c2b7b6f482e444ed96094c3aa6f0a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-08-14Use StringBuilder in PathLars Vogel1-2/+2
Change-Id: I09c7fac6d9ca1930c9f2642459e1d1c194b96ddb Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-08-12Bug 548431 - Produce signed windows launcher bundles in the platform repoY20190812-0900I20190813-1800I20190812-1800Sravan Kumar Lakkimsetti3-2/+2
- Signing remaining native bundles Change-Id: Ice92c01e4936f5fe45446e76fd296b49576d3074 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2019-07-29Bug 549492 - Build of native component on Linux does not respect CFLAGS/LDFLAGSY20190808-0900Y20190805-0900Y20190801-0900Y20190730-0135Y20190730-0055Y20190729-0900I20190811-1800I20190810-1800I20190809-1800I20190808-1800I20190807-1800I20190806-1800I20190805-1800I20190804-1800I20190803-1800I20190802-1800I20190801-1800I20190801-0600I20190731-1800I20190730-1800I20190729-1800Mat Booth3-8/+9
Change the makefile to honour the value of these variables if they are set in the environment. Change-Id: Ieb777fa5e1d61ee49c23620baafb8a8a24fe9e8a Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-07-24Bug 549547 - [region] small optimizations for loading from cacheY20190725-0900I20190728-1800I20190727-1800I20190726-1800I20190725-1800I20190724-1800Thomas Watson2-16/+20
Change-Id: I06e7f89dd8c4c927afb14755e486c06df170cf2a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-07-14Use jdk 5 for-each-loop (servletbridge, transforms, util, weaving)Y20190722-0900Y20190718-0905Y20190718-0450Y20190715-2335Y20190715-0900I20190723-1800I20190722-1800I20190721-1800I20190720-1800I20190719-1800I20190718-1800I20190717-1800I20190716-1800I20190715-1800Carsten Hammer15-84/+63
Replace most simple uses of Iterator with a corresponding for-each-loop. Also add missing braces on loops as necessary. Change-Id: If67941f0cc43945b1842ed3dfe545094470ea9a7 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-07-14Use jdk 5 for-each-loop (security)Carsten Hammer26-126/+112
Replace most simple uses of Iterator with a corresponding for-each-loop. Also add missing braces on loops as necessary. Change-Id: Ia21206d22b14f3cf504678bd1554c60c7ac6b089 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-07-14Use jdk 5 for-each-loop (registry)Carsten Hammer19-120/+127
Replace most simple uses of Iterator with a corresponding for-each-loop. Also add missing braces on loops as necessary. Change-Id: I0dcaa50a43e0ff3b450f386dfa856d75bdcb6cbb Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-07-14Use jdk 5 for-each-loop (jasper, metatype, preferences)Carsten Hammer23-159/+186
Replace most simple uses of Iterator with a corresponding for-each-loop. Also add missing braces on loops as necessary. Change-Id: I0dcaa50a43e0ff3b450f386dfa856d75bdcb6cba Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-07-14Use jdk 5 for-each-loop (comp.tests, console, ds.tests, event, http)Carsten Hammer21-210/+210
Replace most simple uses of Iterator with a corresponding for-each-loop. Also add missing braces on loops as necessary. Change-Id: I0dcaa50a43e0ff3b450f386dfa856d75bdcb6cbc Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-07-14Use jdk 5 for-each-loop (app, cm, cm.test, common)Carsten Hammer22-122/+131
Replace most simple uses of Iterator with a corresponding for-each-loop. Also add missing braces on loops as necessary. Change-Id: I0dcaa50a43e0ff3b450f386dfa856d75bdcb6cbf Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-07-13Bug 549238 - 4.13.0 I-Build: I20190713-0230 - BUILD FAILEDI20190714-1800I20190713-1800I20190713-1105Sravan Kumar Lakkimsetti1-1/+2
Change-Id: I815a7827eba419e9515cb588702367837c8b01d8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2019-07-10Bug 549149 - [region] use buffered streams for persistent digraphY20190711-2335Y20190711-0900S4_13_0_M1I20190713-0230I20190712-1800I20190712-0625I20190711-1805I20190711-1120I20190711-0825I20190710-1800Thomas Watson3-20/+5
Change-Id: Icb70c9c027a20879dc8b7622dc11c383f2df403e Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-07-08Enable API tools for o.e.equinox.console.I20190710-0610I20190709-1800I20190709-0610I20190708-1800Alexander Kurtakov1-0/+6
Change-Id: Ica2da4e4b22986f1f3ec9058e5b8487001897890 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-07-08Bump o.e.equinox.console BREE to Java 1.8.Alexander Kurtakov4-7/+7
Change-Id: I3a69f4949b2a5e50a3ff799c5ae230ea3425b255 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-06-21Small String optimizationY20190708-0900Y20190705-0620Y20190704-0900Y20190701-0635Y20190628-1440Y20190627-0630Y20190627-0200Y20190627-0045I20190708-1035I20190708-0800I20190707-1800I20190707-0110I20190706-1800I20190705-1800I20190704-1800I20190704-0245I20190703-1800I20190703-0640I20190702-1800I20190702-0930I20190702-0610I20190701-1805I20190630-1800I20190629-1800I20190628-1800I20190627-1800I20190627-0135I20190626-1800I20190626-0720I20190625-1800I20190625-0535I20190624-1800I20190623-1800I20190621-1800Lars Vogel18-28/+28
Useless toString call in String concatination Using String.valueOf instead of ""+ Use faster indexof('') version Change-Id: I991e0fe67138c3e7e35090ac9c23be687e75b417 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-20Bug 474156 - Run API Tools at build-timeI20190620-1800Mickael Istria11-0/+34
Change-Id: Id401b13054e13d7baa26c931b401b75bad7e0130 Signed-off-by: Mickael Istria <mistria@redhat.com>
2019-06-204.13 update of org.eclipse.equinox.eventLars Vogel2-2/+2
Necessary for https://git.eclipse.org/r/144391 Change-Id: I4c966c74d2a6a3b6e505e5deac3fc252d092a41e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-194.13 updates for concurrent, console and utilI20190620-0130I20190619-1820I20190619-1800Lars Vogel2-2/+2
Required for https://git.eclipse.org/r/144461 Change-Id: I7a8786e5876fc787504787ef90875f976e56c51f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-19Use StringBuider instead of StringBufferLars Vogel8-12/+12
Change-Id: Id6d5a4076aa0c7d063a55475698d95da62a394d8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-19Use contains instead of indexOfLars Vogel4-4/+4
Change-Id: Ibe09fac3e380cdff41696836f52cc86d1194987a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-194.13 update for console and utilLars Vogel4-4/+4
For https://git.eclipse.org/r/144446 Change-Id: I457efc1d6c0b51c64259121fc223ecae7adf3de2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-184.13 update for org.eclipse.equinox.commonI20190618-1805Lars Vogel2-2/+2
Required for https://git.eclipse.org/r/c/144343/ Change-Id: I912fd721b3ca8951885e3140f3dacf0d22767ff3 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-11Add type information to o.e.equinox.appI20190618-0225I20190617-1800I20190616-1800I20190615-1800I20190614-1800I20190614-0330I20190613-1800I20190613-0210I20190612-1800I20190612-0115Karsten Thoms9-73/+71
Resolve raw type warnings. Remove unneccessary casts. Change-Id: I00f520dc23d50d7265bf5bd33966b2ccb1f51614 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-06-10Bug 547928 - Version bumps for 4.13 streamI20190610-1800Thomas Watson20-20/+20
Change-Id: I3cb757a26d45d06c9f9c77c8b2c74aefa1707652 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-06-10Bug 547928 - Version bumps for 4.13 streamI20190610-0135Sravan Kumar Lakkimsetti4-4/+4
Change-Id: Ifbe3653c1ca6929fba8c851f36b157d23105885b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2019-06-07Bug 547907 (Part2)- POM and product version change for 4.13 releaseI20190608-0140I20190607-1345I20190607-1000I20190607-0725Niraj Modi4-8/+8
- Fixing JUnit version back to 4.12 from 4.13 Change-Id: I9fcf0bdf525def3a2cbe4a633e5dfe9164fd3efc Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi71-75/+75
Change-Id: I69cc7d8bac313a87cb02cb2ecb4029705f6ce9bc Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-28Bug 547011 - p2 metadata format 1.2.0 breaks update scenarios in caseS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800R4_12_maintenanceThomas Watson2-2/+2
bundles exist locally and remotely in the same version Bump event bundle as a workaround Change-Id: Idf0e598f305d75cd35f1d4bad691b09dab3e9848 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-05-23Bug 547389 - [http] need tests to cover ContextPathCustomizer andI20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800Anjum Fatima3-4/+328
httpcontext usage in isolation scenarios Change-Id: I8c3a98d03ce41c41eb7f5800daa30383f89651c4 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2019-05-16Join catch sections using multicatchS4_12_0_M3I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600I20190519-1800I20190518-1800I20190517-1800Carsten Hammer31-143/+41
Change-Id: Ib3ca6d20965a8b80b6cbd76b01fa2dcf8e7c840d Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-05-16Bug 545718 - Update prereqs for 4.12 release: ECFI20190516-1800I20190516-1405I20190516-1335I20190516-1250I20190516-1200I20190516-1055Mat Booth1-2/+1
Switch to the new httpclient45 ECF provider. Change-Id: I799869eb846681f3a01b346b10f2b79ec3189edd Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-05-15Bug 547274 - [http whiteboard] Tolerate Servlet 3.0 inAnjum Fatima1-3/+5
HttpServiceRuntimeImpl Change-Id: I6e57158227b55ffdb009897dcb23c2230122574f Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com>
2019-05-15Bug 547270 - [Http] Create and register a ServletContextHelper for theI20190515-1800Thomas Watson5-23/+48
default HttpContext for each bundle Change-Id: I0bea6492f7e8ef3649d619893b7cac9d5cdff096 Signed-off-by: Anjum Fatima <anjum.eclipse@gmail.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-05-14Add @Override AnnotationI20190515-0205Carsten Hammer84-18/+234
Change-Id: Iabe2969d5be7221e02f06da4593d0f58aee3d23d Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-05-08Bug 546888 - Update platform to Jetty 9.4.18I20190513-1800I20190512-1800I20190511-1800I20190510-1800I20190509-1800I20190508-1800Alexander Kurtakov1-1/+2
Touch jetty feature to pickup new deps. Change-Id: Ic889dda0983449f925452c81d60441bc8ac312f0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-05-08Bug 547066 (Part 2)- IBuild I20190507-1800 failed due to unresolvedI20190508-0450Niraj Modi1-0/+1
project dependencies. Change-Id: I09fe54a3bf8ad3e918de8c93bcc8833157ac5204 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-04-23Bug 546665 - Update platform to Jetty 9.4.17 to pick up security fixesI20190508-0150I20190507-1800I20190507-0155I20190506-1800I20190505-1800I20190504-1800I20190503-1800I20190502-1800I20190501-1800I20190501-0525I20190430-1800I20190429-1800I20190429-0240I20190428-1800I20190427-1800I20190426-1800I20190425-1800I20190425-0030I20190424-1800I20190423-1800Alexander Kurtakov1-1/+2
Change-Id: I479b229de185951fe9717f105cfe85d6902d0322 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-23Bug 540688: Add toString method to SubMonitorLars Vogel1-0/+6
Change-Id: I2142780f1c45801be4b2fc7f51c980fd76008c54 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-04-23Bug 343993 - Remove bad wizban image from certificate details dialogMichael Keppler4-18/+2
The wizban image in this dialog is nothing else than a resized 16 pixel icon. Since there is no better source in available wizard banner images, let's remove the image instead. Change-Id: I1a83801ea8f1e321dc445e1093a504a32965d125 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2019-04-234.12 version update for org.eclipse.equinox.commonLars Vogel2-3/+3
For Bug 540688 Change-Id: I5d6162082252239147cc02ca9e6dc35547ec693b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-04-05Fix package export for Servlet 3.1 specificationS4_12_0_M1I20190422-1800I20190421-1800I20190420-1800I20190419-1800I20190418-1800I20190417-1800I20190416-1800I20190415-1800I20190415-0300I20190414-1800I20190414-0210I20190413-1800I20190412-1800I20190412-0520I20190411-0625I20190410-1800I20190410-0600I20190409-1800I20190409-0600I20190408-1800I20190408-0600I20190407-1800I20190406-1800I20190405-1800Ivan Furnadjiev3-23/+29
For historical reasons (bug 360245), the exported by FrameworkLauncher#generateExtensionBundle package version of "javax.servlet.*" for Servlet 3.1 specification is 2.7. With the recent changes in "org.eclipse.equinox.http.servlet" MANIFEST.MF, the required "javax.servlet.*" package version is 3.1 (same as servlet spec). Change FrameworkLauncher#generateExtensionBundle to export "javax.servlet.*" for Servlet 3.1 as both 2.7 and 3.1. Bug 545682: org.eclipse.equinox.http.servlet and org.eclipse.equinox.servletbridge do not work together anymore in Tomcat 8.5.x Change-Id: I06fe1543400518ba3ea1104c8ceac52cfb6e567a Signed-off-by: Ivan Furnadjiev <ivan@eclipsesource.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-04-01Bug 546015 - [http whiteboard] properly handle ↵I20190404-1800I20190403-1800I20190402-1800I20190401-1800Raymond Auge6-4/+118
HttpWhiteboardConstants.HTTP_WHITEBOARD_LISTENER property Signed-off-by: Raymond Auge <raymond.auge@liferay.com>

Back to the top