Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-10Add Bundle-Vendor to test bundles.Y20200825-1200Y20200824-1310Y20200823-1200Y20200822-1200Y20200821-1200Y20200820-1200Y20200819-1200Y20200818-1200Y20200817-1210Y20200817-0450Y20200816-1200Y20200815-1200Y20200814-1200Y20200814-0650Y20200814-0630Y20200813-1200Y20200812-1200Y20200811-1200Y20200810-1200S4_17_0_RC1S4_17_0_M3I20200828-0150I20200826-1800I20200826-0600I20200825-1800I20200825-0600I20200824-1900I20200824-0600I20200823-1800I20200823-0600I20200822-1800I20200822-0600I20200821-1800I20200821-0440I20200820-0230I20200819-1800I20200819-0600I20200818-1800I20200818-0900I20200818-0600I20200818-0340I20200817-1800I20200817-0920I20200817-0600I20200817-0450I20200816-1800I20200816-0600I20200815-1800I20200815-0600I20200814-1800I20200814-1040I20200814-0640I20200814-0330I20200813-1800I20200812-1800I20200812-0710I20200811-1800I20200810-1800Alexander Kurtakov1-0/+1
Silence Maven build warnings. Change-Id: Iaf8187ee7cb64fa0e4620e1215b5d484209293e0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-07-22Bug 565250 - Switch to use Tycho 2.0.0 snapshotY20200729-1200Y20200729-0630Y20200728-0600Y20200727-0310Y20200725-1200I20200730-1800I20200729-1800I20200729-0120I20200728-1800I20200728-1120I20200727-1800I20200726-1800I20200724-1800I20200724-0600I20200723-1800I20200723-1030I20200723-0620I20200722-1800Alexander Kurtakov1-0/+3
Specifies suites to run as otherwise Tycho discovers both Test and Tests thus executing tests multiple times and tests are not ready for that. Change-Id: Ib88d7bf75288ac84fdd7830931043ce0e34bbe01 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2020-06-12Bug 564258 - [ds.tests] Fail in maven because of internal classesI20200613-1800I20200612-1800Thomas Watson1-28/+37
Use BundleContext.getAllServiceReferences and ServiceTracker.open(true) to indicate that the test wants to get all service references regardless of any class space wiring issues. This is to work around a build issue with the tests that ends up packaging the types from the test bundles into the main ds.tests bundle. Change-Id: I7fd67f209f76e90e18001a1f24e064aed49586a1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-06-12Version bumps for 4.17 streamThomas Watson2-2/+2
Change-Id: Id58125055bb4b12af885a73553bce594ff4b21b8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2020-06-04Bug 563840 - POM and product version change for 4.17 releaseI20200606-1800I20200606-0940I20200606-0910I20200606-0700I20200606-0400I20200606-0050I20200605-2140I20200605-1500I20200605-1230I20200605-1200I20200605-1150I20200605-0950I20200605-0910I20200605-0720Sravan Kumar Lakkimsetti1-1/+1
Change-Id: I7d7d2d7545dacd4315e736d0b7c83c2eea683160 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2020-03-06Bug 560872 - POM and product version change for 4.16 releaseY20200308-0700Y20200308-0520X20200306-1900I20200308-1800I20200307-1800I20200307-1145Mat Booth1-1/+1
Change-Id: Iee2d785e7d9bd63a074da765c47efd04c5243fb3 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2019-12-06Bug 553742 - POM and product version change for 4.15 releaseY20191208-2315I20191210-0230I20191209-2205I20191209-1600I20191209-1310I20191209-1130I20191209-1110Niraj Modi1-1/+1
Change-Id: I321791e7e2ebdf569d0e76319ab2493e7919dd39 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-10-02Use StringBuilder instead of StringBuffer where possible.I20191002-1800Carsten Hammer1-1/+1
Change-Id: I72d83f2dcf0e3b360c8d1a752dd3f978ad6bfc0b Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-09-25Bug 551394 - Enable tycho strict bin includesAlexander Kurtakov1-2/+1
Remove non existing entry from ds.tests. Change-Id: I44f1b745612fc33d7520d76c24e9e37945509a79 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-09-24Bug 551396 - Fix files that have ended up with CRLF in the gitI20190924-1800Ed Merks3-433/+433
repository Change-Id: I216361133e851442c53e44468c7eb905cada864b Signed-off-by: Ed Merks <ed.merks@gmail.com>
2019-09-06Bug 550767 - POM and product version change for 4.14 releaseI20190910-0145I20190909-1520I20190909-1425I20190909-0925Niraj Modi1-1/+1
Change-Id: I3cd87f9df9ae97e80a03b57e64d61962fa6154d2 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-07-14Use jdk 5 for-each-loop (comp.tests, console, ds.tests, event, http)Carsten Hammer4-23/+24
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-06-07Bug 547907 - POM and product version change for 4.13 releaseNiraj Modi1-1/+1
Change-Id: I69cc7d8bac313a87cb02cb2ecb4029705f6ce9bc Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2019-05-14Add @Override AnnotationI20190515-0205Carsten Hammer10-3/+15
Change-Id: Iabe2969d5be7221e02f06da4593d0f58aee3d23d Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-03-08Bug 545094 - POM and product version change for 4.12 releaseI20190311-0410I20190309-1830I20190308-1830I20190308-1525I20190308-1055I20190308-0740Niraj Modi1-1/+1
Change-Id: I5c2b2541065e79d0fbf6be5c10b6255765ef781d Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-12-07Bug 541822 - POM and product version change for 4.11 releaseI20181211-0230I20181210-1800I20181210-0755I20181210-0535Niraj Modi1-1/+1
Change-Id: Ic4c1ac4506e43a47abb3210567b944a1caa27a93 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
2018-10-08Move away of deprecated Integer/Long constructors.Alexander Kurtakov6-12/+12
Deprecated in Java 9 and better(caching) valueOf method exists since 1.5. Change-Id: I0e0a6f6b48c1ecaa1627b7775ede5627ec41a775 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-05Bug 538737 - Remove org.eclipse.equinox.dsI20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800Alexander Kurtakov4-35/+4
Adjust to run with felix scr only. Removed a single test that relies on old and deprecated felix.scr annotations. Change-Id: Iee52769d923727a7b97a1374ba8c78ef9d2d41ea Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseI20180905-1305I20180905-0410Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Ie5d73afbfcad435db3a729a356d8666f1c2c35c0 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-21Bug 535802 - EPL-2.0 for test plug-ins in equinox.bundlesLars Vogel89-267/+534
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-06-12Bug 535318 - Update license to EPL-2.0 for equinox.bundles in about.htmlI20180613-0440I20180613-0300Lars Vogel1-16/+24
Change-Id: Iee03d9fa588848a08b25f153a98586e8d6f138c8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-06Bug 535318 - Update versions for next releaseI20180607-2000Thomas Watson2-2/+2
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 Kurtakov1-1/+1
Change-Id: Ie72b76cd1aecd017c398c33f98c6aa66dcb543f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-21Bug 529079 - Add Automatic-Module-Name header for Java 9I20180102-2215I20180102-2000Karsten Thoms1-0/+1
Updated version for Eclipse 4.8 Photon Change-Id: I724b125814f395fb5ca123adff7990b7653da3f6 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
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 Thoms1-1/+0
Change-Id: I6ce98a572aca8a6e0b06d6fa224bc24c508fc5d3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-15Bug 527249 - Remove references to update.coreI20171116-2000I20171115-2000Karsten Thoms3-11/+2
Change-Id: If4327b8b83a8741666ba9c3339ce051e16938df9 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170711-2000I20170710-2000I20170709-2000I20170708-2000I20170707-2000I20170707-0530I20170706-2000I20170706-0630I20170705-2000I20170704-2000I20170703-2000I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I262f4b48dca306931ecf02d684cc87f75d01d5a1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-23Add about.html to testsI20170524-0800I20170523-2000Thomas Watson2-1/+30
Change-Id: I3e44b7b98cd09bd69a4eeeb35d3a0c0b8b188991 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-05-12Bug 516457 - Many of plug-ins need a version increaseI20170518-0500I20170517-2000I20170517-0800I20170516-2000I20170516-0800I20170515-2000I20170515-0910I20170515-0800I20170514-2000I20170514-1120Thomas Watson2-2/+2
Change-Id: I4f0190ad8f7ed1da7726c330662fdca986dea0c6 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-01-23Bug 510679 - Fix implementation of ScrService and add very basic testThomas Watson7-1/+75
Change-Id: I4f79c6c96accc17fb531e7a7a5289130f77d33d5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-01-17Bug 501950 - [ds] replace Equinox DS implementation with Felix SCR (DS)I20170119-0345I20170118-2000I20170118-1215Thomas Watson6-516/+564
implementation Gut the Equinox implementation and have it require the felix impl and manage the activation and start-level of felix scr. Change-Id: Idbbb73af5edf2871f4df5edd8329039b342c5995 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-06-28 Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenanceThomas Watson1-1/+1
builds Change-Id: If8bccc53b7f4a9466e05262844c9813ea9596167 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-05-04Bug 493004 - Need to update versions for Neon of various bundlesThomas Watson2-2/+2
Change-Id: Ia899eba07886d5bfdd7292f6673339c592ac234c Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-04-08Bug 490273 - Move tests to JUnit 4Sopot Cela3-17/+54
Migration of Declarative Serivces tests Change-Id: Ia590840a6644615b13dd22280bcb771145fb10fa Signed-off-by: Sopot Cela <scela@redhat.com>
2016-03-24Bug 489330 - Technical debt : Number instantiationsMickael Istria1-19/+19
Save resources by using the Number factories (valueOf) rather than creating new instances. Change-Id: I285439a41bb102a88d893527f23366444ccafdbe Signed-off-by: Mickael Istria <mistria@redhat.com>
2015-12-04Bug 481449 - Add osgi.extender capability for 1.2 DSI20151215-0800I20151213-2000I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000I20151207-0800I20151206-2000Jens Kübler1-0/+2
Signed-off-by: Jens Kübler <kuebler@aquintos.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsThomas Watson1-1/+1
- update parent poms for 4.6
2015-06-01Bug 461921 - [DS] 1 test failure on Java 7 -R4_5I20150603-2000I20150602-2000I20150601-2000Thomas Watson1-1/+1
testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader
2015-04-30Bug 465876 - Repo Versioning Reports for M7I20150519-1000I20150519-0030I20150518-2000I20150517-2000I20150516-1500I20150515-2000I20150514-2000I20150514-1000I20150513-2000I20150512-2100I20150512-2000I20150511-2130I20150511-2000I20150510-2000I20150509-1500I20150508-2000I20150507-2000I20150506-2000I20150505-2000I20150504-2000I20150503-2000I20150502-1500I20150501-2000I20150430-1445Thomas Watson2-2/+2
2015-03-27Bug 463273 - 3 compile warnings in official build:Thomas Watson3-3/+3
org.eclipse.equinox.ds.tests - fix copyright dates
2015-03-27Bug 463273 - 3 compile warnings in official build:Thomas Watson3-8/+3
org.eclipse.equinox.ds.tests
2015-02-19Bug 460265 - Remove org.eclipse.team.cvs.ssh from eclipse.platform.teamMat Booth1-2/+0
repository Change-Id: I50b6c288502a2d2b045cde90a4206f9f74bf6cb2 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2013-08-30Bug 415941 - Set 'code.ignoredWarnings' for test bundles in order to use ↵Thomas Watson1-2/+2
global build settings
2013-08-19[Bug 414943] Ensure last modified timestamp change of component.xml is ↵I20130820-0800John Ross1-5/+4
sufficiently large to notice.
2013-08-14[Bug 414943] Make newline at end of manifest in fact a newline rather than a ↵John Ross1-1/+0
space.
2013-08-14[Bug 414943] Enable ↵John Ross1-1/+1
testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader.
2013-08-14[Bug 414943] Add newline character to end of manifest.John Ross1-1/+2
2013-08-13[Bug 414943] Temporarily disableI20130813-1330I20130813-1200John Ross1-1/+1
testComponentDefinitionReloadedOnBundleUpdateInDevModeWhenUsingWildcardInServiceComponentHeader.
2013-08-13[Bug 414943] Add or update copyrights.John Ross4-1/+31

Back to the top