blob: 3945e9ab47e8adf7e6fcd89c95422f85e63f18e4 [file] [log] [blame]
Karl Paulsfae65682015-06-14 22:31:23 +000011.4.0
2-----
3
4** Bug
5 * [FELIX-4897] - Dynamic package resolution with fragment package exports can lead to invalid wirings
6 * [FELIX-4914] - Resolution problem with identity requirements on fragments
7
81.2.0
9-----
10
11** Bug
12 * [FELIX-4182] - Issues with package space consistency check
13 * [FELIX-4428] - When inserting hosted capability from an already resolved fragment the real non-hosted capability is not removed as a candidate
14 * [FELIX-4494] - Fragment identity capabilities are incorrectly wrapped
15 * [FELIX-4495] - Candidates from already resolved fragments get ignored if no new hosts are available
16 * [FELIX-4497] - Invalid wirings may result from substitutable exports
17 * [FELIX-4524] - Substituted exports may cause IndexOutOfBoundsException
18 * [FELIX-4642] - NPE in the resolver when substituting
19 * [FELIX-4727] - WrappedResource.getCapabilities ignores the namespace param
20 * [FELIX-4762] - OutOfMemoryError (Java Heap Space) when resolving bundles
21 * [FELIX-4825] - The resolver may return wires to unresolved resources in some cases
22
23** Improvement
24 * [FELIX-4492] - Enhance resolver logging to get better uses diagnostics
25 * [FELIX-4493] - Allow ResolveContext to supply on demand resources
26 * [FELIX-4498] - Resolver does not allow optional reqs to resolve if they introduce class space inconsistencies
27 * [FELIX-4656] - Improve memory usage and speed of the resolver
28
291.0.0
30-----
31
32** Initial Release