Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-06-01 07:32:28 +0000
committerKarsten Thoms2018-06-01 13:30:27 +0000
commit757232e1946b4c1cadc5905014b83e444bd7a909 (patch)
treec5fef108feb383fe20289b3ae2aded1e14a82789 /bundles/org.eclipse.osgi.compatibility.state/pom.xml
parent59d521c299c095552d2a506bc454d92292a91a7f (diff)
downloadrt.equinox.framework-757232e1946b4c1cadc5905014b83e444bd7a909.tar.gz
rt.equinox.framework-757232e1946b4c1cadc5905014b83e444bd7a909.tar.xz
rt.equinox.framework-757232e1946b4c1cadc5905014b83e444bd7a909.zip
Bug 535341 - Introduce cache for lookup of bundles by name
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>
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/pom.xml')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/pom.xml b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
index 1d2fe5196..f0ad4ebdf 100644
--- a/bundles/org.eclipse.osgi.compatibility.state/pom.xml
+++ b/bundles/org.eclipse.osgi.compatibility.state/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.compatibility.state</artifactId>
- <version>1.1.100-SNAPSHOT</version>
+ <version>1.1.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top