Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel32-96/+192
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: I4a3195578bdf2d2c8ae86224e6156efcf096362f 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 Thoms2-2/+3
Updated version for Eclipse 4.8 Photon Change-Id: I724b125814f395fb5ca123adff7990b7653da3f6 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-01-17Bug 510583 - [region] optimize the ALL filterThomas Watson2-19/+23
Change-Id: Ib0c546f4449b6db05a1aa27749aec43c8bb69a57 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-10-07Bug 489330 - Technical debt issues : iteration on keySetMickael Istria1-2/+4
Change-Id: I629151b5d8f0bce9ce85a6af548e84aa46e98b6e Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-30Bug 502425 - Move Equinox Region up to Java 7Thomas Watson4-8/+7
Change-Id: I59c317e4ada0efefb19cfa635feab2913195f1d9 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-08-11Bug 499552 - [region] NPE can happen in RegionServiceFindHook whenThomas Watson4-5/+9
ServiceEvent points to a SerivceReference that has been unregistered Change-Id: Ia73d822f1d082868dda72f2c4c116c7c343ae93b 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>
2015-09-29Bug 478674 - Deprecate RegionFilter.VISIBLE_SERVICE_NAMESPACEI20151013-0800I20151006-0800Thomas Watson3-9/+43
2015-09-24Bug 477961 - [region] add ability to replace a connection in the digraphI20150929-0800Thomas Watson2-11/+20
rename method to replaceConnection and allow a null filter to indicate the connection is removed
2015-09-21Bug 477961 - [region] add ability to replace a connection in the digraphThomas Watson4-5/+46
2015-09-10Bug 476640 - [region] Optimize RegionDigraph.getRegion(String), similarThomas Watson1-19/+11
to RegionDigraph.getRegion(Bundle).
2015-09-10Bug 477073 - [region] must use max ranking for hook implementationsThomas Watson2-53/+17
2015-09-10Bug 477071 - [region] should filter resolution of bundles that are unknown ↵Thomas Watson1-3/+7
to region
2015-08-28Bug 476145 - [region] performance issue with large number of bundle ↵I20150901-0800Thomas Watson3-13/+41
listeners and bundle events
2015-08-27Bug 476074 - [region] performance issue with large number of serviceThomas Watson3-16/+43
listeners and service events
2015-07-23Bug 468774 - NPE in org.eclipse.equinox.region whenI20150728-0800Thomas Watson3-3/+7
installing/uninstalling bundles
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsThomas Watson1-1/+1
- update parent poms for 4.6
2014-10-23Bug 434110 - [regions] mbean registration is done while holding theThomas Watson3-7/+28
digraph lock for the replace() method
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>
2014-01-28Bug 426815 - [region] should be a fragment of system.bundleThomas Watson1-1/+1
2014-01-06Bug 424806 - [region] avoid starting mbean serverI20140107-0800Thomas Watson1-1/+1
- fix misspelled equi[k]nox constant.
2014-01-03Bug 424806 - [region] avoid starting mbean serverThomas Watson1-1/+8
2013-10-01Reuse existing region objects on replaceI20131009-0430I20131008-2330Thomas Watson1-1/+13
2013-09-30Bug 418224 - Regions needs a way to share visibility to bundle event/find ↵I20131001-0800Thomas Watson3-12/+85
operations without sharing all capabilities
2013-09-30Add appropriate @noimplement to javadoc of regionsThomas Watson5-11/+11
2013-09-13Increment version of regions to 1.2.0I20130916-0900I20130915-2000I20130914-1900I20130914-1500I20130913-2000Thomas Watson2-2/+2
2013-09-11Bug 416850 - Make use of extension bundle activators in equinox regionsI20130911-2000Thomas Watson1-1/+1
- fix copyrights
2013-09-11Bug 416850 - Make use of extension bundle activators in equinox regionsThomas Watson8-33/+19
- Make regions a framework extension
2013-09-10Bug 416850 - Make use of extension bundle activators in equinox regionsThomas Watson1-21/+5
- Clean up unused code for getting state timestamp.
2013-07-12Bug 343020 - [region] need to perform a consistency check when starting from ↵I20130716-0800Thomas Watson4-7/+30
persistent digraph - fixed by checking for removals on read and checking for orphans after the digraph is loaded.
2013-06-20Bug 411169 - Update parent POMs for LunaPaul Webster1-1/+1
2013-03-27Bug 403970 - Update rt.bundles and rt.framework parent versionsThomas Watson2-4/+4
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-170224I20130227-0112I20130226-2200I20130226-2100I20130226-2000I20130226-0912I20130226-0800I20130225-2315I20130225-2230Thomas Watson1-1/+1
2013-01-10Bug 397873 - [CBI] Mismatched versions in pom in rt.equinox.bundlesv20130110-153724I20130122-0800I20130115-1300I20130115-0800Thanh Ha1-1/+1
master branch
2013-01-08Bug 397703 - [region] bundle and service hooks throw IllegalStateException ↵Thomas Watson3-18/+27
if finder context becomes invalid
2012-11-29[Bug 395334] Update copyrights.v20121129-142415I20121204-2230I20121204-1600I20121204-1000I20121204-0915I20121204-0800John Ross1-1/+2
2012-11-29[Bug 395334] StandardRegionFilter.isAllowed(BundleRevision) does not match ↵John Ross1-1/+3
against the bundle-symbolic-name attribute. The isAllowed(BundleRevision) now includes the bundle-symbolic-name attribute in the map for matching.
2012-05-22Bug 379748 - Pull request for Equinox from CBIv20120522-1841Thomas Watson1-0/+26
Add poms for Tycho build
2012-03-19Bug 374493 - [region] invalid region name causes failure to registerv20120319-1602Thomas Watson4-15/+35
MBean
2012-02-27Bug 347028 - [region] Add an isAllowed method to RegionFilter thatv20120227-1635Thomas Watson1-1/+6
checks if a generic namespace/attributes are allowed - Define name space in RegionFilterBuilder
2012-02-27Bug 347028 - [region] Add an isAllowed method to RegionFilter thatv20120227-1527Thomas Watson2-36/+49
checks if a generic namespace/attributes are allowed - Clarify javadoc for name spaces on RegionFilter.
2012-02-16Bug 371654 - [region] Allow preservation of original bundle location v20120216-2155Thomas Watson2-3/+31
2012-02-06Bug 370726 - [region] Need to increment package and bundle version for junov20120206-1442Thomas Watson1-2/+2
2011-11-02bug 361905: fix thread safety bug in setDefaultRegion and add synch block to ↵Glyn Normington1-4/+7
getRegion(long) for symmetry with other methods which delegate to StandardBundleIdToRegionMapping
2011-11-01bug 361905: fail addition and removal of bundles from regions which are not ↵Glyn Normington4-9/+22
part of a digraph
2011-11-01bug 361905: fix cleanup of bundleId->Region mapping on region removalGlyn Normington3-10/+70

Back to the top