Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-11Bump version for 4.17Thomas Watson1-1/+1
Change-Id: Ie59ae52508654e24673de0031fde35e7dac44531 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-10-30Update to Java 8 required execution environmentThomas Watson1-2/+2
Change-Id: I8b31902ac6e006873dfe5ad4a77698dd2328e645 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2019-06-214.13 update for org.eclipse.osgi.compatibility.stateLars Vogel1-1/+1
Change-Id: Id7ae44b6492f0ccf4cedd40c9fc8be79a2b446ba Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-05-16Add @Override AnnotationI20190516-1800I20190516-1405I20190516-1335I20190516-1250I20190516-1200I20190516-1055Carsten Hammer1-1/+1
Change-Id: I4ef764e744192dc3564ad053e8984e891aadfe44 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-02-08Version 4.11 update for org.eclipse.osgi.compatibility.stateLars Vogel1-1/+1
Change-Id: I3a9b88e4d1a9f05831fb16a0e4b710e4cac6abf1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-11-16Bug 541249 - Stop using KeyedHashSet where possibleThomas Watson1-1/+1
Change-Id: I853df7d5009be4c968a3027f7aeba098135de45f Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-06-01Bug 535341 - Introduce cache for lookup of bundles by nameKarsten Thoms1-1/+1
Added a multimap to store bundle descriptions by name and use this map for invocations of the getBundles(String) method. Speeds up access to this method with a small memory footprint. Bump version for 4.9 Change-Id: I9e102d10e46cdc0d7ea62c3f18fa33c4d24d89e1 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-13Bug 528687 - Add missing Automatic-Module-Name header for Java 9Alexander Kurtakov1-0/+1
Change-Id: I19251aca58e9ddc2269357c0f8e9a73d2c4cd252 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-11-16Bug 526997 - Usage of org.eclipse.osgi.container.Module is ambiguousI20171122-2000I20171121-2000I20171121-0020I20171120-2225I20171120-2000I20171119-2000I20171118-1500I20171117-2000I20171116-2000Thomas Watson1-1/+1
with a Java 9 JRE Added explicit imports to org.eclipse.osgi.container.Module where needed. Also had to update the jdt prefs for the projects to stop collapsing the imports when 3 or more classes are imported from the same package. Change-Id: I6cbfbeea07e2cb0e5df7db8db1d145014ab33cb2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-05-16Bug 516457: Many of plug-ins need a version increaseY20170525-1000Y20170523-0000Y20170518-1000S4_7_0_RC2S4_7_0_RC1I20170529-0800I20170528-2000I20170528-0800I20170527-1500I20170527-0800I20170526-2000I20170524-2000I20170524-0800I20170523-2000I20170523-0800I20170522-2000I20170522-0800I20170521-2000I20170521-0800I20170520-1500I20170518-1030I20170518-0830I20170518-0500I20170517-2000I20170517-0800I20170516-2000Thomas Watson1-1/+1
Need to update minor versions for when BREE increased Change-Id: I3120449b05a17aba070f062e108fd9704cf6ae00 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-01-18Bug 510641 - Remove old Headers implementation.Thomas Watson1-1/+1
Change-Id: Ibc09bc478f68516c692c95181081a08781024ed5 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-12-16Bug 509351 - org.eclipse.osgi.compatibility.state needs version increaseI20161219-0145I20161218-2000I20161217-2000I20161216-2000Thomas Watson1-1/+1
for oxygen Change-Id: Id12c2fbdd2c5aeca0313d6c961aa44158aeb6701 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-09-29Bug 502425 - Move Equinox Framework up to Java 7Thomas Watson1-1/+1
Change-Id: I2dd55f8926f6d3fe4c15c664b0cc839545711bc1 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-05-04Bug 493004 - Need to update versions for Neon of various bundlesI20160504-2000Thomas Watson1-1/+1
Change-Id: Ifcdaec083a338863e480f3fa553ba607106d6628 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2014-07-02Bug 438652 - NPE when exporting a bundle with 'Deployable Plug-ins andI20140708-0800Thomas Watson1-1/+1
Fragments' - Fixed by using empty collection when platform properties do not contain values for osname or processor Change-Id: Ia699723db6a054cfbfd39068a84d84e83ba72024 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2013-05-02Translate headers and add about.html.Thomas Watson1-1/+2
2013-02-26Use an Equinox specific header for extension activator.Thomas Watson1-1/+1
2013-02-07Do not require DS for compatibility stateThomas Watson1-0/+1
2012-10-02initial checking of compatibility state fragmentThomas Watson1-0/+7

    Back to the top