blob: 81e69a4f3ea9bcdb5d468ab9547d3cbc273fcdd2 [file] [log] [blame]
Karl Pauls485b4a92015-08-25 08:44:58 +000011.6.0
2-----
3
4** Bug
5 * [FELIX-4987] - Dynamic package resolution with unresolvable or fragment package exports can lead to invalid wirings
6 * [FELIX-4988] - ResolverImpl uses an internal ExecutorService
7 * [FELIX-4989] - CopyOnWriteList.removeAll(Collection<?>) is incorrect causing failures for multiple cardinality resolution
8 * [FELIX-5011] - Resolver creates and shutdown ExecuterService within the wrong AccessControlContext
9
10** New Feature
11 * [FELIX-4926] - Investigate rewriting the resolver algorithm to use loops instead of recursion
12 * [FELIX-4942] - Optimise the resolver
13
Karl Pauls536f17e2015-06-14 21:37:31 +0000141.4.0
15-----
16
17** Bug
18 * [FELIX-4897] - Dynamic package resolution with fragment package exports can lead to invalid wirings
19 * [FELIX-4914] - Resolution problem with identity requirements on fragments
20
Karl Pauls53627872015-04-20 10:31:21 +0000211.2.0
22-----
23
24** Bug
25 * [FELIX-4182] - Issues with package space consistency check
26 * [FELIX-4428] - When inserting hosted capability from an already resolved fragment the real non-hosted capability is not removed as a candidate
27 * [FELIX-4494] - Fragment identity capabilities are incorrectly wrapped
28 * [FELIX-4495] - Candidates from already resolved fragments get ignored if no new hosts are available
29 * [FELIX-4497] - Invalid wirings may result from substitutable exports
30 * [FELIX-4524] - Substituted exports may cause IndexOutOfBoundsException
31 * [FELIX-4642] - NPE in the resolver when substituting
32 * [FELIX-4727] - WrappedResource.getCapabilities ignores the namespace param
33 * [FELIX-4762] - OutOfMemoryError (Java Heap Space) when resolving bundles
34 * [FELIX-4825] - The resolver may return wires to unresolved resources in some cases
35
36** Improvement
37 * [FELIX-4492] - Enhance resolver logging to get better uses diagnostics
38 * [FELIX-4493] - Allow ResolveContext to supply on demand resources
39 * [FELIX-4498] - Resolver does not allow optional reqs to resolve if they introduce class space inconsistencies
40 * [FELIX-4656] - Improve memory usage and speed of the resolver
41
Karl Pauls47b877c2013-04-03 15:34:09 +0000421.0.0
43-----
44
45** Initial Release