Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-01-23Bug 529719 - Update prereqs for Photon Milestones: Orbit URLI20180124-0800I20180123-2000I20180123-1010Thomas Watson3-2/+8
Change-Id: I5fca2c61144c8abd0d39438ad4ddfcadc2be7ac6 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-01-22Bug 530141 - [http servlet] cleanup @since tagsI20180123-0800I20180122-2000Raymond Auge3-3/+3
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-01-22Bug 530001 - 404 when starting RAP applicationRaymond Auge2-0/+116
Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Change-Id: I8a874eb741f36865cdffc2b8fe48679bc6e8c24d
2018-01-22Bug 519955 - ResourceServlet should handle range requestFalko Schumann10-14/+614
Support Range Requests (RFC7233) for requesting large files such as videos. Change-Id: I2965f3b534457a1a6f3cd41c73af5654331fd641 Signed-off-by: Falko Schumann <falko.schumann@bitctrl.de>
2018-01-22Bug 515912 - IllegalStateException when using WriteListenerPeter Nehrer3-1/+133
- delegate all write() calls to original output stream Change-Id: Ia630af93bc1e8e3a97bc4a876c8407516ba6d32f Signed-off-by: Peter Nehrer <pnehrer@eclipticalsoftware.com>
2018-01-22Bug 530069 - [http servlet] During dispatching, ↵Raymond Auge4-6/+155
javax.servlet.include.context_path attribute value isn't equal to return value of getContextPath Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Signed-off-by: Dante Wang <dante.wang@liferay.com> Change-Id: I2a555deefe078a2b225985fb64411e46a9142c74
2018-01-22Bug 530064 - [http servlet] Temp directory created by ProxyContext should be ↵Raymond Auge3-3/+55
different for different servlet context or else the temp folder created will be removed when a new ProxyContext is generated. Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Signed-off-by: Tina Tian <tina.tian@liferay.com> Change-Id: I145859cb6a831c1efd229a2498d5f438cc180fa6
2018-01-22Bug 530063 - [http] CNFE when session replication is used with ↵shuyangzhou12-188/+459
equinox.http.servlet in bridge mode Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Signed-off-by: shuyangzhou <shuyang.zhou@liferay.com> Change-Id: I43a34e344c77bfae15d80bbcdb8fc73dd5b56734
2018-01-21Bug 530071 - Update servletbridge bundles to Java 1.7I20180122-0800I20180121-2000I20180121-0800Alexander Kurtakov2-6/+8
Further warning fixes. Change-Id: Ieda80df891208093613f97526c6d6bd3517cca5b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-20Bug 530071 - Update servletbridge bundles to Java 1.7I20180120-1500I20180120-0800Alexander Kurtakov12-119/+252
With code adapted to this java lang level. Change-Id: I3722baffbd4d1203804ed840917b535317e96161 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-19Bug 530015 - Use StandardCharsets in console bundlesI20180119-2000Alexander Kurtakov2-19/+7
Change-Id: I2c1e775f33e7b25897a641b2d426b39cfcd26471 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-03Bug 529356 - Build failure in I20180102-2215I20180119-0110I20180118-2000I20180117-2000I20180116-2000I20180115-2000I20180114-2000I20180113-1500I20180112-2000I20180111-2000I20180111-0530I20180110-2000I20180110-0100I20180109-2000I20180108-2000I20180107-2000I20180106-1500I20180105-2000I20180104-2000I20180104-0030I20180103-2000I20180103-0140Sravan Kumar Lakkimsetti1-0/+1
Change-Id: I44e311225cf83077a6624374290237c543ceef4a Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2017-12-21Bug 529079 - Add Automatic-Module-Name header for Java 9I20180102-2215I20180102-2000Karsten Thoms76-46/+98
Updated version for Eclipse 4.8 Photon Change-Id: I724b125814f395fb5ca123adff7990b7653da3f6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-15Bug 528810 - Compilation failure in I20171214-2000I20180101-2000I20171231-2000I20171230-1500I20171229-2000I20171228-2000I20171227-2000I20171226-2000I20171225-2000I20171224-2000I20171223-1500I20171222-2000I20171221-2000I20171220-2000I20171219-2000I20171218-2000I20171217-2000I20171216-1500I20171215-2000I20171215-0930I20171215-0215Alexander Kurtakov3-1/+4
Touch the features. Change-Id: I1ff2c6d1252cf5e89f0ee5685cee3f78aba594c9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-04Bug 528116 - [osgi R7] update the latest R7 OSGi APIS4_8_0_M4I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000I20171211-2000I20171210-2000I20171209-1500I20171209-1020I20171208-2000I20171206-2000I20171206-0800I20171205-2000I20171205-0800I20171205-0250I20171205-0030I20171204-2000Thomas Watson10-140/+180
2017-12-01Bug 527620 - Update platform to latest Jetty 9.4.8I20171204-0850I20171204-0830I20171204-0530I20171203-2000I20171203-0800I20171202-1500I20171202-0800I20171201-2000I20171201-0600Alexander Kurtakov1-0/+1
Change-Id: I95e2b60480a719ce241c2e13bf122d4f356f632e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-11-17Bug 527379 - Remove references to org.eclipse.update.configuratorI20171201-0345I20171130-2100I20171130-2000I20171129-2000I20171128-2000I20171128-0100I20171127-2000I20171126-2000I20171125-1500I20171124-2000I20171123-2000I20171122-2000I20171121-2000I20171121-0020I20171120-2225I20171120-2000I20171119-2000I20171118-1500I20171117-2000Karsten Thoms6-26/+25
Change-Id: I6ce98a572aca8a6e0b06d6fa224bc24c508fc5d3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-15Bug 527249 - Remove references to update.coreI20171116-2000I20171115-2000Karsten Thoms4-12/+3
Change-Id: If4327b8b83a8741666ba9c3339ce051e16938df9 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-14Bug 527146 - Move equinox.console to Java 7I20171115-0115I20171115-0025I20171114-2000Alexander Kurtakov4-18/+21
Revert equinox.console to Java 1.7 to keep it working with framework on 1.7. Change-Id: If2ef609212608e0dae81b181c2c66da40e3a52a8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

Back to the top