1. f9ddbfa Apply patch to avoid resolve failures for optional fragments (FELIX-5061) by Richard S. Hall · 9 years ago
  2. c6e7402 FELIX-5015 Unit tests (for NPE in ResolverImpl) by A. J. David Bosschaert · 9 years ago
  3. ee515ac FELIX-5015 NPE in ResolverImpl by A. J. David Bosschaert · 9 years ago
  4. 54cb431 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
  5. 0c3a031 [maven-release-plugin] prepare release org.apache.felix.resolver-1.6.0 by Karl Pauls · 9 years ago
  6. 485b4a9 Update changelog for release by Karl Pauls · 9 years ago
  7. ce51b47 Create and shutdown ExecutorService in a doPriv with the resolver code AccessControlContext (FELIX-5011). by Karl Pauls · 9 years ago
  8. 967d801 [FELIX-4987] Make sure we don’t consider fragments for package consistency checking during dynamic resolution by Guillaume Nodet · 9 years ago
  9. f69145e [FELIX-4987] Dynamic package resolution with unresolvable or fragment package exports can lead to invalid wirings by Guillaume Nodet · 9 years ago
  10. 1a53fec [FELIX-4988] ResolverImpl uses an internal ExecutorService by Guillaume Nodet · 9 years ago
  11. 883cce3 [FELIX-4989] CopyOnWriteList.removeAll(Collection<?>) is incorrect causing failures for multiple cardinality resolution by Guillaume Nodet · 9 years ago
  12. 6ed819f Fix compilation errors with Java < 8 by Carsten Ziegeler · 9 years ago
  13. 5e6d2ba [FELIX-4942] Fix problem with resolved fragments by Guillaume Nodet · 9 years ago
  14. 7a7bd41 [FELIX-4942] Make sure all exceptions are propagated back to the caller when using the executor by Guillaume Nodet · 9 years ago
  15. f577fb6 [FELIX-4942] Fix some errors not being propagated properly by Guillaume Nodet · 9 years ago
  16. e9d83cb [FELIX-4942] Upgrade to latest felix parent, fix jdk 5 compatibility issues by Guillaume Nodet · 9 years ago
  17. 44837d3 [FELIX-4942] Use depth-first search by Guillaume Nodet · 9 years ago
  18. 7eb7982 [FELIX-4942] Do not store permutations on the session by Guillaume Nodet · 9 years ago
  19. 1321612 [FELIX-4942] Slightly refactor Candidates.populate() to remove the recursion. by Guillaume Nodet · 9 years ago
  20. 9a550f6 [FELIX-4942] Speed up collections a bit by Guillaume Nodet · 9 years ago
  21. 2aa9e8d [FELIX-4942] Make computation of package sources parallel for all resources that do not have required packages. by Guillaume Nodet · 9 years ago
  22. 0bffcf2 [FELIX-4942] Finally introduce some parallelism in the resolver by Guillaume Nodet · 9 years ago
  23. c1047d8 [FELIX-4942] Compute package spaces by stages by Guillaume Nodet · 9 years ago
  24. b3adf5f [FELIX-4942] Iterate through values instead of entries by Guillaume Nodet · 9 years ago
  25. 8ad45b1 [FELIX-4942] Introduce a WireCandidate class instead of using parallel lists by Guillaume Nodet · 9 years ago
  26. 0d9a0fd [FELIX-4942] Reuse checkConsistency for dynamic resolution by Guillaume Nodet · 9 years ago
  27. caf5edc [FELIX-4942] Do not use an intermediary list inside calculateExportedPackages by Guillaume Nodet · 9 years ago
  28. 18162fd [FELIX-4942] The test is already done in mergeUses by Guillaume Nodet · 9 years ago
  29. e51ed89 [FELIX-4942] Small improvements in mergeUses() by Guillaume Nodet · 9 years ago
  30. 3107062 [FELIX-4942] Use getFirstCandidate method by Guillaume Nodet · 9 years ago
  31. 2305d27 [FELIX-4942] Reuse the Util.isDynamic method by Guillaume Nodet · 9 years ago
  32. 657a829 [FELIX-4942] Avoid the creation of an intermediary list by Guillaume Nodet · 9 years ago
  33. 6f2eb92 [FELIX-4942] Improve mergeCandidatePackage by Guillaume Nodet · 9 years ago
  34. b6a7ac5 [FELIX-4942] Small improvements to mergeUses by Guillaume Nodet · 9 years ago
  35. dfaf2ad [FELIX-4942] Compute all package sources for a given resource at the same time. by Guillaume Nodet · 9 years ago
  36. e080d85 [FELIX-4942] Improve isCompatible to avoid creating useless lists by Guillaume Nodet · 9 years ago
  37. f1332e6 [FELIX-4942] Small improvements in checkPackageSpaceConsistency by Guillaume Nodet · 9 years ago
  38. 5039063 [FELIX-4942] Avoid one additional call in the stack for each recurtion by Guillaume Nodet · 9 years ago
  39. 88ed1cf [FELIX-4942] Move package source cache into Packages by Guillaume Nodet · 9 years ago
  40. 633e625 [FELIX-4942] Remove dead code by Guillaume Nodet · 9 years ago
  41. adf5772 [FELIX-4942] Use OpenHashMap in Packages and introduce a very fast ArrayMap for very small maps by Guillaume Nodet · 9 years ago
  42. 41758ff [FELIX-4942] Better use of OpenHashMap in Candidates by Guillaume Nodet · 9 years ago
  43. f985081 [FELIX-4942] Extract the consistency check into its own method by Guillaume Nodet · 9 years ago
  44. c38ce1f [FELIX-4942] Remove unused parameter in populate(Dynamic)WireMap by Guillaume Nodet · 9 years ago
  45. 80b684f [FELIX-4942] Avoid creating and throwing exceptions to report resolution problems internally. Also lazily create the error messages reported to the user. by Guillaume Nodet · 9 years ago
  46. 941c931 [FELIX-4942] Introduce a Util.isReExport() method by Guillaume Nodet · 9 years ago
  47. 922a646 [FELIX-4942] Improve Logger to provide isDebugEnabled() and debug() methods by Guillaume Nodet · 9 years ago
  48. 72b58b6 [FELIX-4942] Faster linked hash map implementation based on fastutil by Guillaume Nodet · 9 years ago
  49. 6ecdcb9 [FELIX-4942] Capabilities should not really implements equals by Guillaume Nodet · 9 years ago
  50. f4f26aa [FELIX-4942] Add some missing capabilities to a test. by Guillaume Nodet · 9 years ago
  51. 1225f59 [FELIX-4942] Improve the big resolution test to help testing for performance by Guillaume Nodet · 9 years ago
  52. 45240c0 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
  53. 55191bf [maven-release-plugin] prepare release org.apache.felix.resolver-1.4.0 by Karl Pauls · 9 years ago
  54. 589537a Rollback release by Karl Pauls · 9 years ago
  55. c4d5692 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
  56. 9cec68d [maven-release-plugin] prepare release org.apache.felix.resolver-1.4.0 by Karl Pauls · 9 years ago
  57. 536f17e Update changelog for release by Karl Pauls · 9 years ago
  58. dff7517 [FELIX-4914] Resolution problem with fragments and identity requirements by Guillaume Nodet · 9 years ago
  59. 2496bca [FELIX-4914] Add failing test case by Guillaume Nodet · 9 years ago
  60. aad218e [FELIX-4914] Move test utility classes to a separate package by Guillaume Nodet · 9 years ago
  61. d334ef8 Apply patch (FELIX-4897) to make sure fragment dynamic candidates are by Richard S. Hall · 9 years ago
  62. 6a6201d [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
  63. 6177fad [maven-release-plugin] prepare release org.apache.felix.resolver-1.2.0 by Karl Pauls · 9 years ago
  64. 50e2476 Downgrade version for re-release by Karl Pauls · 9 years ago
  65. eed2231 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
  66. 94688a6 [maven-release-plugin] prepare release org.apache.felix.resolver-1.2.0 by Karl Pauls · 9 years ago
  67. 23f8133 Downgrade version for re-release by Karl Pauls · 9 years ago
  68. a3d5b68 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 9 years ago
  69. 5855e41 [maven-release-plugin] prepare release org.apache.felix.resolver-1.2.0 by Karl Pauls · 9 years ago
  70. 38943b1 Ignore javadoc errors by Karl Pauls · 9 years ago
  71. 5362787 Update changelog by Karl Pauls · 9 years ago
  72. d89aa4c Fix some copyright dates by Karl Pauls · 9 years ago
  73. 0b7893c [FELIX-4855] Rename path to delta in the resolver by Guillaume Nodet · 9 years ago
  74. e22abb3 [FELIX-4825] The resolver may return wires to unresolved resources in some cases by Guillaume Nodet · 9 years ago
  75. 1ea679f [FELIX-4495] Fix possible NPE when trying to resolve a single bundle which is an already resolved fragment by Guillaume Nodet · 9 years ago
  76. b0d18ef [FELIX-4656] Add a big resolution test (disabled by default) by Guillaume Nodet · 9 years ago
  77. 75c16f0 [FELIX-4656] Cache parsed uses clauses and use sets for cycles by Guillaume Nodet · 9 years ago
  78. 40818cd [FELIX-4656] Bring a deterministic behaviour to the resolver by Guillaume Nodet · 9 years ago
  79. 8d3d945 [FELIX-4656] Avoid trying to solve the same set multiple times by Guillaume Nodet · 9 years ago
  80. e8c2594 [FELIX-4656] Use more efficient data structures by Guillaume Nodet · 9 years ago
  81. 7904932 [FELIX-4656] Clean up code a bit (generics, unboxing, etc…) by Guillaume Nodet · 9 years ago
  82. 2106ea4 [FELIX-4656] Isolate Candidates internal structure from resolver by Guillaume Nodet · 9 years ago
  83. 951fde2 Apply patch (FELIX-4762) to eliminate excessive memory consumption when by Richard S. Hall · 9 years ago
  84. ee6b6aa Apply patch FELIX-4727 to correctly handle namespaces in wrapped resources. by Richard S. Hall · 10 years ago
  85. ddd1f64 Revert "Isolate Candidates internal structure from resolver" by Guillaume Nodet · 10 years ago
  86. e31e476 Isolate Candidates internal structure from resolver by Guillaume Nodet · 10 years ago
  87. 1c0759e [FELIX-4642] NPE in the resolver when substituting by Guillaume Nodet · 10 years ago
  88. afa02dc Convert Resolver tests to JUnit tests. by A. J. David Bosschaert · 10 years ago
  89. d420509 Apply patch (FELIX-4524) to fix index out of bounds exception. by Richard S. Hall · 10 years ago
  90. d0d6e15 Formatting changes. by Richard S. Hall · 10 years ago
  91. 074059e Apply patch FELIX-4498 to improve handling of optional requirements. by Richard S. Hall · 10 years ago
  92. 42027bd Apply patch FELIX-4497 to improve handling of substitutable exports. by Richard S. Hall · 10 years ago
  93. 5c892bc Apply patch FELIX-4428 to fix bug in handling of fragment candidate capabilities. by Richard S. Hall · 10 years ago
  94. 286d55b Apply patch FELIX-4495 to stop ignoring candidates from already resolved fragments. by Richard S. Hall · 10 years ago
  95. a9cf8b1 Apply patch FELIX-4494 to fix improperly wrapped fragment capabilities. by Richard S. Hall · 10 years ago
  96. 1476af2 Forgot to add new file from last commit for FELIX-4493. by Richard S. Hall · 10 years ago
  97. 14b1887 Apply patch FELIX-4493 to add support for "on demand" resource resolving. by Richard S. Hall · 10 years ago
  98. a27842a Apply patch FELIX-4492 to improve logging and diagnostics. by Richard S. Hall · 10 years ago
  99. a6c0623 Apply patch FELIX-4182 to address some package space consistency bugs. by Richard S. Hall · 10 years ago
  100. 9abc244 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 11 years ago