blob: 48fec12a94a6e575e58cf670030f6c91cbc317b1 [file] [log] [blame]
Karl Pauls7fd85ce2010-08-18 20:41:35 +00001Changes from 3.0.1 to 3.0.2
2---------------------------
3
4** Bug
5 * [FELIX-2421] - Implicit bootdelegation doesn't ignore classloaders if they are inner classes
6 * [FELIX-2437] - Deadlock on refrsh Import and refresh
7 * [FELIX-2451] - Felix uses System.out to print debug messages related to resolver...
8 * [FELIX-2459] - Wrong error message on a missing package
9 * [FELIX-2466] - Unknown attributes are not stripped from Fragment-Host header
10 * [FELIX-2473] - Subtring matching is incorreclty matching against an empty string
11 * [FELIX-2479] - Required bundles not correctly re-exporting their substitutable exports
12
13** Improvement
14 * [FELIX-2528] - Potential performance issue in resolver when uses constraint conflict is detected
15 * [FELIX-2529] - In some scenarios the resolver will not backtrack on imported package decisions
16
Karl Pauls5fb43302010-06-14 20:13:54 +000017Changes from 3.0.0 to 3.0.1
18---------------------------
19
20** Bug
21 * [FELIX-2401] - NPE in org.apache.felix.framework.FilterImpl.DictionaryCapability.getAttribute(String)
22
Karl Paulsf4ea0312010-06-06 21:55:08 +000023Changes from 2.0.5 to 3.0.0
24---------------------------
25** Sub-task
26 * [FELIX-2036] - Improve resolver's generic capability/requirement model
27 * [FELIX-2037] - Improve resolver performance by making solution space searching smarter
28
29** Bug
30 * [FELIX-995] - JRE packages are exported with wrong version
31 * [FELIX-1967] - Freeze finding consistent class space
32 * [FELIX-2080] - Updating bundles when debugging switched on might result in a deadlock with 100% CPU usage
33 * [FELIX-2150] - URLStreamHandlerProxy.setURL may not set query component correctly
34 * [FELIX-2172] - Extremely long resolve stage when running CXF-DOSGi system test
35 * [FELIX-2177] - Fragment bundles not loaded after second start when using autodeploy
36 * [FELIX-2271] - CLONE -NPE "name can't be null" when trying to install a bundle in Felix 2.0.3
37 * [FELIX-2273] - getClassLoader-permission required accessing classes from dynamically loaded class
38 * [FELIX-2281] - Bundle id order affects fragment resolution success
39 * [FELIX-2317] - Possible NPE for jars with null Manifest
40 * [FELIX-2321] - BundleException type should be properly set when installing a duplicate bundle
41 * [FELIX-2332] - Lots of contention on ExtensionManager.openConnection(URL)
42 * [FELIX-2335] - Bundle.loadClass() for system bundle doesn't obey boot delegation
43 * [FELIX-2356] - extension bundle cannot load class from embed jar
44 * [FELIX-2383] - Bundles are restarted during start level change
45 * [FELIX-2392] - Felix framework uses a Java5 method
46
47** Improvement
48 * [FELIX-1210] - Allow jars with missing intermediate entries to be handled as if they were present in Bundle.getEntryPaths
49 * [FELIX-1797] - Customizable Framework startup message
50 * [FELIX-2035] - Reimplement framework resolver
51 * [FELIX-2039] - Reimplement standard OSGi LDAP filter to use new filter solution for resolver
52 * [FELIX-2040] - Modify framework service registry to use resolver's new capability/requirement model
53 * [FELIX-2041] - Look into using generics in framework code
54 * [FELIX-2042] - Use Gogo as the default shell for the framework distribution
55 * [FELIX-2324] - Support execution environment so that OBR works properly
56 * [FELIX-2336] - Variable substitution in configuration files should ignore mismatched delimiters
57
58Changes from 2.0.4 to 2.0.5
59---------------------------
60** Bug
61 * [FELIX-1753] - The start level should check that the bundle still exists before starting it to avoid an ugly exception
62 * [FELIX-2087] - NPE "name can't be null" when trying to install a bundle in Felix 2.0.3
63 * [FELIX-2107] - Bundle.findEntries() matches '*<filePattern>' instead of '<filePattern>'
64 * [FELIX-2195] - Using URLDecoder.decode on locations is wrong
65 * [FELIX-2222] - Failure to reinstall a cached bundle will corrupt the bundle cache
66
Karl Paulsc6eda452010-02-14 22:52:56 +000067Changes from 2.0.3 to 2.0.4
68---------------------------
69
70** Bug
71 * [FELIX-2056] - URLHandlersStreamHandler not getting handlers from frameworks that are inside a different classloader
72 * [FELIX-2067] - Fragment bundle ignored silently when the host Bundle-SymbolicName equals import package name
73 * [FELIX-2073] - The System Bundle is not providing WS Addressing
74
75** Improvement
76 * [FELIX-2071] - Missing checks inside ModuleImpl (in Framework) which causes exceptions
77
78Changes from 2.0.2 to 2.0.3
79---------------------------
80
81** Bug
82 * [FELIX-1838] - PackageAdmin.getExportedPackages() duplicates output for packages with different version
83 * [FELIX-1867] - ModuleImpl diagnoseClassLoadError throw NullPointerException for empty package name in debug mode
84 * [FELIX-1917] - A few minor bugs in the framework found while embedding Felix
85 * [FELIX-1919] - Fragment bundle cannot be linked to its host
86 * [FELIX-1920] - RequiredBundle.getRequiringBundles() incorrectly calculates result
87 * [FELIX-1929] - getStartLevel() always reports requested start level, not active start level
88 * [FELIX-1982] - Documented but uninterpreted felix.cache.* properties
89 * [FELIX-1998] - Use UTF-8 when decoding reference location URLs
90 * [FELIX-2002] - Uninstalled fragments are not properly detached
91
92** Improvement
93 * [FELIX-37] - Implement security for bundle resource URLs
94 * [FELIX-325] - Factor out security checks from the framework/system bundle code
95 * [FELIX-1973] - Implement all required security checks
96
97** New Feature
98 * [FELIX-30] - Implement extension bundles
99 * [FELIX-1991] - Allow boot delegation class loader to be configurable per bundle
100
101
102Changes from 2.0.1 to 2.0.2
103---------------------------
104
105** Bug
106 * [FELIX-1754] - Usage of BundleContext.getServiceReferences results in failure to activate components
107 * [FELIX-1782] - Errors during start-up on gnu/classpath based VMs (jamvm, kaffe, cacao) and mika
108 * [FELIX-1795] - Bundle version ignored in Fragment-Host header
109 * [FELIX-1834] - java.io.IOException: No framework context found when embedding felix frameworks as bundles
110
111** Improvement
112 * [FELIX-1534] - Improve fragment merging
113 * [FELIX-1781] - Try to reduce object allocations/usage in resolver algorithm
114 * [FELIX-1783] - Eliminate contention on ServiceRegistry.getServiceReferences(String, Filter)
115
116Changes from 2.0.0 to 2.0.1
117---------------------------
118
119** Bug
120 * [FELIX-1565] - Deadlock UrlHandlers
121 * [FELIX-1573] - Occasional NPE in URLHandlersBundleStreamHandler
122 * [FELIX-1580] - Regression with native library handling
123 * [FELIX-1586] - Framework reports org.osgi.framework.version as 1.3
124 * [FELIX-1600] - ServiceReference.isAssignableTo() always returns true if requesting bundle has no wire
125 * [FELIX-1631] - Implicit bootdelegation causes hang on android
126 * [FELIX-1710] - Resolver still does not discard all partial results when a cyclical dependency fails
127 * [FELIX-1721] - Framework boot delegation has a bug due to extraneous code
128 * [FELIX-1731] - Native library extraction could be improved to help cases where there are dependencies among libraries
129
130** Improvement
131 * [FELIX-1619] - Change the default auto-deploy actions to be install and start only
132 * [FELIX-1625] - Refactor bundle cache to simplify management
133 * [FELIX-1679] - VersionRange class should use finals to be thread safe.
134 * [FELIX-1724] - Various module metadata should be cached
135
136** Task
137 * [FELIX-1617] - Modify framework, main, shell, shell.tui, and obr to depend on official OSGi JAR files
138
139Changes from 1.8.1 to 2.0.0
140---------------------------
141
142** Bug
143 * [FELIX-893] - Felix fails to start using J9 JVM
144 * [FELIX-905] - Felix needs an RFC 126 FindHook
145 * [FELIX-906] - Felix needs an RFC 126 EventHook
146 * [FELIX-1122] - Extension bundles are not being removed from the bundle list when uninstalled
147 * [FELIX-1123] - System bundle does still not correctly handle (export) package attributes
148 * [FELIX-1124] - ResourceNotFoundException too verbose
149 * [FELIX-1130] - Bundle.getHeaders() returns a Dictionary<java.util.jar.Attribute.Name,String>
150 * [FELIX-1138] - URL Handlers performance regression due to service lookups
151 * [FELIX-1170] - MemoryLeak when stopping and restarting Felix
152 * [FELIX-1187] - BundleContext.ungetService() should return false only if the usage count is zero when the method is invoked
153 * [FELIX-1197] - Bundle Fragments not resolved correctly
154 * [FELIX-1198] - config.properties still refers to old org.osgi.framework.startlevel property
155 * [FELIX-1247] - BundleEvent.UNRESOLVED should be fired during update/uninstall not refresh
156 * [FELIX-1249] - Bundle.findEntries() should search fragments as well as the bundle itself
157 * [FELIX-1254] - Bundle#findEntries does not return resources from fragments
158 * [FELIX-1271] - Improve manifest localization to handle special cases
159 * [FELIX-1272] - Need to special case getResource()/getResources()/loadClass() for fragment bundles
160 * [FELIX-1273] - Bundle.getResources() should return null for a non-existent resource
161 * [FELIX-1277] - Fix Service Hooks Tests failures in RFC 126 TCK
162 * [FELIX-1279] - Framework.waitForStop() does not obey timeout
163 * [FELIX-1280] - Package Admin - getExportedPackages must return null instead of an empty array
164 * [FELIX-1285] - SecureAction captures the calling context incorrectly
165 * [FELIX-1286] - Module class loader should use secure action instead of a privileged block
166 * [FELIX-1287] - System bundle operations from RFC-132 (e.g., init(), start(), stop(), waitForStop()) are using wrong lock object
167 * [FELIX-1288] - System bundle context should be null after stopping the framework
168 * [FELIX-1292] - PackageAdmin.getBundle(Class) should return null if the bundle associated with the passed in class is from another framework
169 * [FELIX-1293] - StringMap used for case insensitive properties does not respect ordering if case sensitivity is changed
170 * [FELIX-1295] - ServiceRegistry increments/decrements service use count after/before getService/ungetService() is called on ServiceFactory
171 * [FELIX-1371] - Automatic parent class loader delegation does not correctly filter calls to Bundle.loadClass()
172 * [FELIX-1397] - Required execution environment verification should happen at resolve time, not install time
173 * [FELIX-1400] - bootdelegation and dynamic-import-packages are accepting invalid patterns
174 * [FELIX-1401] - Manifest localization with fragments not handled correctly
175 * [FELIX-1422] - Resolver does not always discard partial results when a cyclically dependency fails
176 * [FELIX-1435] - Resolver does not always resolve a dynamic import to a fragment export
177 * [FELIX-1527] - R4.2 spec errata now specifies uninstalling a bundle must transition through INSTALLED on its way to UNINSTALLED
178 * [FELIX-1551] - Start level service must synchronously persist bundle start level changes
179 * [FELIX-1556] - Bundle.getResource/s is not able to find resources if the package is not alraedy wired when I use DynamicImport-Package: *
180
181** Improvement
182 * [FELIX-712] - Ability to disable automatic parent classloader delegation
183 * [FELIX-883] - JarContent logs and then swallows exceptions when reading from JAR file, should probably throw an exception
184 * [FELIX-1120] - Enable BundleCache customization
185 * [FELIX-1134] - Add support for native libraries in fragments
186 * [FELIX-1189] - Improve error message in main when there is an error processing auto-install/start bundles
187 * [FELIX-1246] - PackageAdmin.getBundle() is not implemented efficiently
188 * [FELIX-1260] - Make Bundle.findEntries() and Bundle.getEntryPaths() more thread safe
189 * [FELIX-1291] - Implement support for proper return type from Framework.waitForStop()
190 * [FELIX-1300] - Remove legacy bundle cache support when extracting embedded JAR files
191 * [FELIX-1360] - Improve native library matching algorithm (part 2)
192 * [FELIX-1404] - Use provided classes from OSGi R4.2 companion code
193 * [FELIX-1432] - Manifest parser doesn't return import package declarations in order of manifest
194 * [FELIX-1462] - Felix framework launcher should only use standard launching API
195
196** New Feature
197 * [FELIX-33] - Implement system bundle update
198 * [FELIX-749] - Add support for lazy activation of bundles
199 * [FELIX-1193] - Implement org.osgi.framework.bundle.parent from RFC 132
200 * [FELIX-1205] - Update to the latest OSGi R4.2 API
201 * [FELIX-1244] - Add support for ServiceEvent.MODIFIED_ENDMATCH
202 * [FELIX-1250] - Support service exceptions for service factories
203 * [FELIX-1289] - Support for FrameworkUtil.getBundle()
204 * [FELIX-1297] - Implement support for new org.osgi.framework.command.execpermission configuration property
205 * [FELIX-1298] - Implement support for new org.osgi.framework.library.extensions configuration property
206 * [FELIX-1446] - Framework launcher should automatically deploy bundles in bundle directory
207 * [FELIX-1478] - Add shutdown hook to launcher to cleanly shutdown the framework if the process is killed
208
209
210
211
212** Task
213 * [FELIX-1144] - The NOTICE file for Main subproject is not correctly copied into the source JAR
214
215
216** Test
217 * [FELIX-1208] - Need migrate the EventDispatcherTest to newer version of EasyMock
218
219Changes form 1.6.1 to 1.8.0
220---------------------------
221** Bug
222 * [FELIX-1034] - bootdelegation property seems to be matching more packages than desired
223 * [FELIX-1059] - DynamicImport-Package matches more packages than desired
224
225** Improvement
226 * [FELIX-1060] - URLHandlers doesn't support URLStreamHandler.openConnection(proxy,url) method
227
228** New Feature
229 * [FELIX-29] - Implement bundle fragments
230
231Changes from 1.6.0 to 1.6.1
232---------------------------
233** Bug
234 * [FELIX-1027] - deadlock with felix 1.6.0 ?
235 * [FELIX-1028] - NPE in configuration view when running webconsole with Equinox
236 * [FELIX-1033] - Exceptions when Felix is started with security manager
237 * [FELIX-1035] - deadlock observed while using fileinstall to monitor multiple directories
238 * [FELIX-1045] - Felix 1.6.0 fails with ClassCircularityError
239
240Changes from 1.4.1 to 1.6.0
241---------------------------
242
243** Bug
244 * [FELIX-737] - Resolver does not correctly discard export when module imports the same package (part 2)
245 * [FELIX-852] - Fragment support is currently limited to directly resolved hosts
246 * [FELIX-869] - SCR throws exception on invalidating a component with a reference to a service that was already unregistered
247 * [FELIX-891] - Bundle lock acquisition should not record lock until it verifies the bundle is lockable
248 * [FELIX-892] - ServiceReferenceImpl improper implementation of equals and hashcode
249 * [FELIX-893] - Felix fails to start using J9 JVM
250 * [FELIX-897] - Empty system package is exported when a semicolon is present in "extra" configuration
251 * [FELIX-902] - Empty bundle.state file produces NPE
252 * [FELIX-910] - Framework may ignore framework startlevel on startup
253 * [FELIX-911] - Potential deadlock between Bundle.stop() and BundleContext.registerService()
254 * [FELIX-915] - PackageAdmin returns null on getBundle(...) with system classes
255 * [FELIX-934] - Bootdelegation bug
256 * [FELIX-947] - Behaviour of startlevel comman doesn't adhere to spec
257 * [FELIX-948] - ServiceReferenceImpl.compareTo should handle other types than integer for service ranking
258 * [FELIX-951] - Deadlock in iPojo when stopping Felix
259 * [FELIX-952] - Exception thrown when unregistering services because the bundle is stopped
260 * [FELIX-953] - Bundle#loadClass sometimes return null instead of throwing a CNFE
261 * [FELIX-961] - 100% CPU looping inside uses calculation
262 * [FELIX-962] - Erroneous class loading delegation to the application launcher classloader in some cases
263 * [FELIX-969] - system bundle does not correctly handle (export) package attributes
264 * [FELIX-971] - Exception thrown in ServiceTracker at shutdown
265 * [FELIX-978] - Resolver does not clean up properly on a failed recursive attempt to resolve
266 * [FELIX-1004] - Extensionmanager openConnection(URL) method should be public
267 * [FELIX-1005] - Strange list of imported packages returned by the package admin
268
269** Improvement
270 * [FELIX-681] - Modify daemon threads to catch all exceptions and log them to avoid premature thread death
271 * [FELIX-851] - Refactor the module abstraction layer to align more closely to OSGi concepts
272 * [FELIX-872] - JarContent swallows exception when opening manifest, it should log it
273 * [FELIX-883] - JarContent logs and then swallows exceptions when reading from JAR file, should probably throw an exception
274 * [FELIX-894] - Loosen locking when starting/stopping/uninstalling a bundle by firing event without holding a lock
275 * [FELIX-908] - Unsynchronize access to bundle state inside BundleInfo by making the variable volatile
276
277Changes from 1.4.0 to 1.4.1
278---------------------------
279
280* [2008-12-19] Refactor the URLHandlers implementation to fix a possible
281 Linkage-Error when running embedded inside tomcat. Furthermore, make it possible
282 to dynamically set a SecurityManager, change the url we add to the framework
283 classloader to fix issues with rmi and make sure we restore the previous URLStreamHandlerFactory
284 after stopping. (FELIX-842, FELIX-837, FELIX-844, FELIX-827)
285* [2008-12-19] Add missing javax.security.cert in JRE 1.4 and 1.5. (FELIX-854)
286* [2008-12-19] Improve framework internal locking protocol.
287* [2008-12-18] Fixed an issue where bundles with a non-existing native library
288 would not be removed correctly. (FELIX-835)
289* [2008-11-21] Throw an exception when there is an attempt to start or stop a
290 fragment, as per the spec. (FELIX-820)
291* [2008-11-20] Fixed a bug during shutdown where uninstalled fragments are not
292 properly closed. (FELIX-819)
293* [2008-11-14] Added partial support for new service registry hooks as proposed
294 for OSGi R4.2; currently, only listener hooks are supported. (FELIX-804)
295* [2008-11-08] Fixed Felix' delegation hack so that it correctly delegates to
296 the parent class loader for resources as appropriate; previously it was always
297 delegating for class loading, which was incorrect. (FELIX-808)
298
299Changes from 1.2.2 to 1.4.0
300---------------------------
301
302* [2008-11-05] URLStreamHandlerService and ContentHandlerService override
303 built-in handlers and make it possible to use URLHandlers when extending the
304 Felix class. (FELIX-756, FELIX-800)
305* [2008-11-04] Implement ServiceReference.compareTo() method. (FELIX-799)
306* [2008-10-31] Fix some visibility issues in the LDAP operators which could
307 result in incorrect toString values. (FELIX-765)
308* [2008-10-31] Fixed spec compliance issues around getting a service reference
309 from an invalid registration and throwing an exception when there are
310 duplicate property keys. (FELIX-798)
311* [2008-10-21] Fixed an issue with extension bundles which would be installed
312 as fragments and fail to install extension bundles if they have incomplete
313 metadata. (FELIX-770)
314* [2008-10-21] Fix a possible deadlock in URLHandlers. (FELIX-748)
315* [2008-10-16] Modified framework to have default values for the system
316 packages property, which also required modifying main to no longer expect to
317 set it. Now it is possible to start Felix with no configuration properties.
318 (FELIX-753)
319* [2008-10-16] Update felix to work with the 1.0.0-rc1 version of the android
320 sdk.
321* [2008-10-15] Implemented remaining PackageAdmin methods from R4. (FELIX-35)
322* [2008-10-15] Modified resolver to correctly mark fragment modules as resolved.
323 (FELIX-777)
324* [2008-10-15] Modified the resolver to longer consider uninstalled fragments
325 and hosts when resolving dependencies; this required a new "stale" flag on
326 modules that gets set when their associated bundle is uninstalled. (FELIX-776)
327* [2008-10-15] Modified the resolver to sort candidates when resolving
328 Require-Bundle dependencies. (FELIX-775)
329* [2008-10-14] Modified ExportedPackage.getImportingBundles() to include
330 bundles requiring the exporting bundle, in addition to those bundles
331 importing the package. Also tried to simplify dependency management code
332 by separating it out. (FELIX-764)
333* [2008-10-14] Fix a NullPointerException in SecureAction when a
334 SecurityManager is used by keeping pointers on the local stack. (FELIX-766)
335* [2008-10-13] Use System.gc to allow to update and uninstall bundles with
336 native libs on Windows. (FELIX-733)
337* [2008-10-10] Set the activator to null on Bundle.stop() to allow for earlier
338 garbage collection. (FELIX-762)
339* [2008-10-10] Implements support for flushing the cache on framework
340 initialization. (FELIX-755)
341* [2008-10-10] Improve exception messages. (FELIX-750)
342* [2008-10-09] Modified the bundle cache to no longer have profiles. (FELIX-754)
343* [2008-10-08] Modified the Felix API to aligned with the proposed standard
344 OSGi framework API. The framework instance can now be stopped and restarted.
345 (FELIX-753)
346* [2008-09-29] Support transiently starting/stopping bundles. (FELIX-713)
347* [2008-09-25] Correctly discard exported packages when a bundle is chosen to
348 import a package it exports. (FELIX-736)
349* [2008-09-24] Clearly distinguish between "resolved" and "unresolved"
350 capabilities, which is necessary since "resolved" capabilities have higher
351 priority than "unresolved" ones. (FELIX-730)
352* [2008-09-24] Do not bootdelegate in the case where Bundle.loadClass() has
353 been used. (FELIX-712)
354* [2008-09-23] Improve decoding of reference URLs. (FELIX-731)
355* [2008-09-23] For completeness, added symbolic names to framework and main.
356* [2008-09-17] Improve gc by fixing an issue with StartLevel and PackageAdmin.
357 (FELIX-728)
358* [2008-09-15] Fix an issue with Require-Bundle not aggregating packages
359 correctly. (FELIX-722)
360* [2008-09-15] Fixed a bug where class loader delegation for dynamic imports
361 was happening when it shouldn't. (FELIX-724)
362* [2008-09-12] Added a configuration property to determine whether installing a
363 fragment that uses unimplemented features throws an exception or logs a
364 warning. (FELIX-725)
365* [2008-09-12] Removed some experimental code for "implicit requirements",
366 since it was no longer needed.
367* [2008-09-12] Fix some visibility issues within the LDAP filter. (FELIX-721)
368
369Changes from 1.2.1 to 1.2.2
370---------------------------
371
372* [2008-10-14] Fixed a NullPointer exception that could happen when
373 running with a SecurityManager as a backport of FELIX-766.
374
375Changes from 1.2.0 to 1.2.1
376---------------------------
377
378* [2008-09-05] Fixed a performance regression that was caused by uncached
379 access to the bundle manifest headers. (FELIX-711)
380* [2008-09-03] Fixed a bug in calculating the system bundle's exported
381 packages which added a null export package.
382
383Changes from 1.0.4 to 1.2.0
384---------------------------
385
386* [2008-08-29] Support JAR-wide manifest package metadata. (FELIX-682)
387* [2008-08-29] Throw an exception when installing a fragment that uses
388 features that we do not support.
389* [2008-08-20] Improve error reporting when loading bundle classes using
390 Bundle.loadClass.
391* [2008-08-16] Fix attribute checking when resolving dynamic imports.
392 (FELIX-676)
393* [2008-08-08] Implement singleton bundle support. (FELIX-102)
394* [2008-08-06] Default to current security policy if no security extension is
395 installed in order to make Subject.doAs work. (FELIX-654)
396* [2008-08-04] Return Bundle.getLastModified() for bundle URLs
397 lastModified(). (FELIX-582)
398* [2008-08-04] Improve handling of improper resource URLs. (FELIX-577)
399* [2008-08-01] Add necessary stub methods to implement new R4.1 methods.
400 (FELIX-595)
401* [2008-08-01] Applied patch to properly return symbolic name when it has
402 parameters. (FELIX-650)
403* [2008-07-25] Fix some rollback issues after a bundle update throws an
404 exception. (FELIX-647)
405* [2008-07-23] Modified manifest parser to be more lenient. (FELIX-641)
406* [2008-07-07] Add support for the standard symbolic name for the system
407 bundle. (FELIX-602)
408* [2008-06-01] Add initial fragment support for extending the host bundle
409 class path. (FELIX-29, FELIX-656)
410
411Changes from 1.0.3 to 1.0.4
412___________________________
413
414* [2008-04-18] Check that the returned object from a service factory is an
415 instance of all classes named when the service was registered. (FELIX-540)
416* [2008-04-13] Fix an issue when logging messages while holding framework
417 internal locks that could lead to a deadlock. For now we just disable
418 logging to log services inside the framework. (FELIX-536)
419* [2008-04-13] Implemented various small performance improvments e.g.,
420 we now cache filters and create an index for objectclass to improve
421 service lookup performance and don't use the BundleInfo to get the
422 bundle id but the BundleImpl directly. Furthermore, we added an index to
423 get bundles by id.
424* [2008-04-04] Fix an NoClassDefFoundError when trying to query the
425 framework classloader for whether a class is available or not.
426* [2008-03-19] Don't try to resolve extension bundles and fix a
427 classcastexception that could happen if more then one framework is around
428 and both have extensions installed. Furthermore, make extension bundles
429 use the system bundle context.
430* [2008-03-07] Bundle.getResource does now check for AdminPermission.
431 (FELIX-150)
432* [2008-03-06] Make urlhandlers work when a handler factory is already set.
433 Furthermore, it is now possible to have more then one framework running
434 in more then one classloader. (FELIX-38).
435* [2008-03-05] Make LDAP filter reentrant.
436* [2008-02-29] Refactored the IContent abstraction from the module loader
437 layer to provide more generic access to the content of the module. This
438 makes it possible that a bundle's class path could span multiple module's,
439 which will be necessary for fragments. (FELIX-29)
440* [2008-02-27] Applied a patch to disable the class loading diagnostic message
441 when the logger is not at the DEBUG level. (FELIX-500)
442* [2008-02-15] Modified the service registry to use more fine-grained locking
443 to avoid callbacks to service factories while holding locks. (FELIX-489)
444
445Changes from 1.0.1 to 1.0.3
446---------------------------
447
448* [2008-01-27] Moved framework docs to main, since the launcher examples now
449 depend on main for the auto-property handling.
450* [2008-01-25] Applied patches to improve how Felix finds resources when
451 getResources() is called. (FELIX-466, FELIX-467)
452* [2008-01-25] Make FilterImpl.toString() add escape characters where needed.
453 (FELIX-471)
454* [2008-01-16] Fix a NPE on framework restart when extension bundles are
455 installed.
456* [2008-01-15] Try to fix a potential visibility issue on loading a class
457 form a bundle where it seems to be possible that we create two classloaders
458 instead of one.
459* [2008-01-15] Modified boot delegation to not terminate when delegating to
460 parent class loader for non-java.* packages. (FELIX-463)
461* [2008-01-04] Fix some issues related to directories on the bundle class
462 path. Specifically, leading slashes created an issue and are now stripped
463 and entries were not being properly filtered when enumerating the contents
464 of a class path directory. (FELIX-426)
465* [2007-12-20] Modified logger to have all of its public methods be final to
466 avoid it from being extended in undesired ways via the constructor supplied
467 logger. (FELIX-428)
468* [2007-12-20] The TCK has changed to verify that bundles do not depend on
469 themselves, so we filter that case now.
470* [2007-12-20] Applied patch from Guillaume Nodet to properly fire a framework
471 error event only when a bundle cannot be resolved. (FELIX-441)
472* [2007-12-19] Modified framework to accept a Logger instance so that host
473 applications can do custom logging until the log service arrives. (FELIX-428)
474* [2007-12-19] Add support for loading bundles on Google Android (FELIX-440).
475* [2007-12-18] Improve native code loading - bundle installation will now
476 fail in case a native library is not in the jar and we only use the first
477 library of a given name. Furthermore, we now support .dylib extensions on
478 the mac as well as others; should make it possible to use .netmodules as
479 well. (FELIX-439)
480* [2007-12-17] Make the win32 alias match any version of windows for native
481 clauses. (FELIX-438)
482* [2007-12-14] Removed auto-property processing out of the framework and
483 into the default launcher, i.e, main. (FELIX-393)
484* [2007-12-13] Fix a StackOverflowError in URLHandlers.createStreamHandler()
485 when creating URL on jamvm and Mika. This patch resolves an unfortunate
486 interaction between our ExtensionManager and the URLHandlers by making the
487 URLHandlers aware of the extension protocol. Pretty much like we do already
488 for the bundle protocol. (FELIX-435)
489* [2007-11-26] Fix a small oversight in the extension manager that could lead
490 to a null pointer exception and save some memory by creating less objects.
491* [2007-11-26] Degrate to version 0.0.0 if we can not find the Felix.properties
492 for some reason and avoid a null pointer in this case.
493* [2007-11-08] Reorganized usage count methods to better handle null
494 reference checking in response to Karl Pauls seeing an NPE when trying to
495 get a service that was already unregistered while shutting down the
496 framework.
497* [2007-11-06] Added a simple check to detect and work around a bug in J9.
498 (FELIX-416)
499* [2007-10-30] Change how the extension manager url stream handler handles
500 request to the root path in order to make some tomcat issue go away.
501 (FELIX-414)
502* [2007-10-26] Added support for "/" bundle resources as requested. (FELIX-383)
503* [2007-10-24] Use system bundle when firing a framework error event when an
504 install error occurs.
505* [2007-10-22] Fix a NPE when getEntryPaths is called on the system bundle.
506 (FELIX-394)
507* [2007-10-16] Modifies bundle resource URL handling such that if a resource
508 URL points to a resource that does not exist, a bundle class path search
509 for the resource will be instigated and if any matching resource is found,
510 that one will be used instead. (FELIX-383)
511* [2007-10-10] Auto-property handling now installs bundles into the default
512 bundle start level if a start level is not specified. (FELIX-359)
513* [2007-10-08] Overwrite the URLStreamHandler.getHostAddress(URL) in the
514 ExtensionManager to immediately return null to prevent DNS lookup.
515 (FELIX-388)
516* [2007-09-30] Resolved a concurrency issue that could result in the same
517 bundle being resolved more than once; also tried to simplify locking in
518 the core search policy implementation. (FELIX-381)
519
520Changes from 1.0.0 to 1.0.1
521---------------------------
522
523* [2007-07-23] Fixed a bug in the framework shutdown process which was
524 causing threads calling Felix.stopAndWait() to not get notified that
525 the framework had shutdown. (FELIX-329)
526* [2007-08-15] Fixed a bug in the LDAP filter which was not thread safe
527 on execution. (FELIX-338)
528* [2007-08-17] Added support for persistent last used bundle ID to avoid
529 re-use of bundle identifiers. (FELIX-339)
530* [2007-08-23] Modified BundleImpl.getHeaders(Locale) to accept a null
531 locale. (FELIX-346)
532* [2007-09-11] Added support to handle external termination of Felix
533 which was not handled or detected and prevented a restart of future
534 Felix instances in the same VM. (FELIX-363)
535* [2007-09-12] Add support for Collection values in the LDAP filter to
536 match the 4.1 spec.
537* [2007-09-12] Fixed a bug in the LDAP filter where attributes where
538 limited to [a-zA-Z ] so didn't allow for e.g., numbers. (FELIX-361)
539* [2007-09-13] Enable support for exporting the same package more than
540 once (FELIX-101).
541* [2007-09-13] Returns the system bundle from a call to
542 PackageAdmin.getBundle(Class) in case the class comes from the
543 classloader (or one of its parents) that loaded Felix and the system
544 bundle exports the package.
545* [2007-09-16] Fixed a bug in class space filtering in the service registry
546 that could result in class cast exceptions for service clients.
547* [2007-09-16] Fixed a bug that prevented extension bundle exports to be
548 usable.
549
550Changes from 0.8.0-incubator to 1.0.0
551-------------------------------------
552
553* [2007-01-18] Added support for bundle header localization. (FELIX-27)
554* [2007-01-22] Modified framework resolver to support a generic
555 capability/requirement model.
556* [2007-01-22] Reorganized and centralized manifest parsing code and added
557 support for resolver's generic capability/requirement model. (FELIX-98)
558* [2007-01-22] Improved native library naming normalization. (FELIX-26)
559* [2007-01-23] No longer eagerly resolving classes loaded from modules
560 since this was causing verification errors with IBM J9.
561* [2007-01-25] Added some support for execution environment checking.
562 (FELIX-23)
563* [2007-01-29] Added support for getAllServiceReferences(). (FELIX-32)
564* [2007-01-31] Added Require-Bundle support to resolve using the generic
565 capability/requirement model of the resolver. (FELIX-28)
566* [2007-02-05] Fixed a bug in processor type normalization for x86-64
567 processors.
568* [2007-02-09] The resolver previously ignored packages that were pending
569 removal when resolving new bundles, now it does not.
570* [2007-02-09] Bundles are automatically refreshed when updated/uninstalled
571 if none of their exported packages are in use.
572* [2007-02-13] Added support for extension bundles. (FELIX-30)
573* [2007-03-02] Added a Bundle.getBundleContext() method until actual
574 support for OSGi R4.1.
575* [2007-04-26] Modified Bundle.findEntries() to return URLs to directory
576 entries as well as file entries.
577* [2007-05-06] Modified LDAP evaluator to special case the fact that
578 BigDecimal is not available in Foundation profile.
579* [2007-05-21] Made some performance improvements in LDAP evaluation.
580* [2007-05-22] Modified JAR file to include Service Tracker package.
581* [2007-05-22] Improved concurrency handling around checking for already
582 loaded classes and defining classes.
583* [2007-06-05] Modified resource URLs to use port number rather than
584 prepend information to the resource path.
585* [2007-06-13] Improved dynamic imports to cycle through all available
586 candidates when checking for class space consistency.
587* [2007-06-18] Improved service registry filtering based on class versions
588 to allow a bundle to register a service for a different version of class
589 that it can access.
590* [2007-06-21] Modified our "last ditch effort" to guess when to delegate
591 to the system bundle to make it a little more robust.
592* [2007-06-29] Fixed a bug in EventDispatcher that was causing asynchronous
593 events to not be fired after stopping the framework instance and creating
594 a new instance. (FELIX-314)
595* [2007-07-03] Fixed a bug in EventDispatcher that would not correctly
596 update a listener when it implemented multiple listener interfaces.
597* [2007-07-04] Modified Felix framework class to implement the Bundle
598 interface to improve the startup/shutdown sequence and to provide a
599 simplified API for creating framework instances.
600* [2007-07-11] Removed the PropertyResolver-related classes and now only
601 use Maps for configuration properties. (FELIX-324)