1. c8fe441 FELIX-5085 Add a mock based test for ServiceTracker by A. J. David Bosschaert · 9 years ago
  2. 105897e FELIX-5084 Add a mock based test for BundleTracker by A. J. David Bosschaert · 9 years ago
  3. b42e71a FELIX-5043 Unit test for the changes committed earlier for this issue. by A. J. David Bosschaert · 9 years ago
  4. 6c9923d FELIX-5034 : Reduce and correct locking related to the hook registry by Carsten Ziegeler · 9 years ago
  5. fc6f68b FELIX-5014 - Added case for Windows versions with no space. by Bob Paulin · 9 years ago
  6. 7bd6a90 FELIX-4977 Service Registry Concurrency - add extra check before ungetService() by A. J. David Bosschaert · 9 years ago
  7. 2d20b47 FELIX-4977 Service Registry Concurrency - add diagnostic counter to test. by A. J. David Bosschaert · 9 years ago
  8. c69055f FELIX-4977 Service Registry Concurrency - add diagnostic counter to test. by A. J. David Bosschaert · 9 years ago
  9. dee0a3e FELIX-4977 Fix for concurrency issue with factory services by A. J. David Bosschaert · 9 years ago
  10. c9eaae1 Add test case exposing FELIX-4977 by Carsten Ziegeler · 9 years ago
  11. 90d7d7c Update to use latest parent pom, and correctly set java 6 as minimum version by Carsten Ziegeler · 9 years ago
  12. 5889d6d FELIX-4960 NPE in BundleRevisionImpl.getResourcesLocal() by A. J. David Bosschaert · 9 years ago
  13. c3e8a58 FELIX-4866 Improve Service Registry by A. J. David Bosschaert · 9 years ago
  14. 17e6dad FELIX-4866 Fix concurrency issue with Service Registry by A. J. David Bosschaert · 9 years ago
  15. 042c35d Additional unit test for the thread marking implemented in the Service Registration. by A. J. David Bosschaert · 9 years ago
  16. 4aba1fa Felix Framework Service Registry performance improvements by A. J. David Bosschaert · 9 years ago
  17. e4972ed FELIX-4867 Remove orphaned bundle revisions on uninstall of previous consumers. by A. J. David Bosschaert · 9 years ago
  18. c78a002 FELIX-4866 : Improve service registry by Carsten Ziegeler · 9 years ago
  19. 978df99 Core spec compliance: fix Bundle.adapt(ServiceReferenceDTO[].class) by A. J. David Bosschaert · 9 years ago
  20. 8946afb FELIX-4690 Added test confirm Windows7 normalizes to windows7 by Bob Paulin · 10 years ago
  21. bf756ad FELIX-3883 Brokeup the os and processor configs into separate property keys. by Bob Paulin · 10 years ago
  22. 0940960 FELIX-4757 Allow felix processor and os name aliases to be loaded from config and default properties files by Bob Paulin · 10 years ago
  23. e804790 FELIX-4736 Refactor R4Library and R4LibraryClause to NativeLibrary and NativeLibraryClause respectively. by Bob Paulin · 10 years ago
  24. d4bd4b4 FELIX-4729 Added ability to convert Bundle-NativeCode to Require-Capability as defined in R6 spec. by Bob Paulin · 10 years ago
  25. 4b499a4 FELIX-4724 Separate transform state behavior (bytes and import lists made immutable) from define behavior (set classname). by Bob Paulin · 10 years ago
  26. a94b795 FELIX-4582 Fixed formating issues. by Bob Paulin · 10 years ago
  27. 4e2be45 FELIX-4582 Added Woven Class Listeners functionality from OSGi R6 Chapter 56. Added additional tests for listeners. by Bob Paulin · 10 years ago
  28. f89d19b FELIX-4582 Add additional tests to BundleWiringImpl. Cover weaving cases. Added asm to pom in test scope only. by Bob Paulin · 10 years ago
  29. 2773921 FELIX-4582 Add additional tests to BundleWiringImpl. Cover class exists and class does not exist. by Bob Paulin · 10 years ago
  30. 6324b22 FELIX-4705 Added logger to BundleClassLoader and BundleClassLoaderJava5 by Bob Paulin · 10 years ago
  31. 337cc6c FELIX-4579 Support Framework Extension Bundle Activators by A. J. David Bosschaert · 10 years ago
  32. 0cd4f08 FELIX-4504 Support Core R6 Framework DTOs by A. J. David Bosschaert · 10 years ago
  33. 01e2093 FELIX-4503 - Append osgi.native namespace and capabilities to the bundle capabilities. And test. by Bob Paulin · 10 years ago
  34. 9f18ebf FELIX-4503 - Added Test for Native Namespace to Manifest Parser. by Bob Paulin · 10 years ago
  35. a0f02aa FELIX-4505 : [Core R6] Support Prototype Service Factory by Carsten Ziegeler · 10 years ago
  36. d63e4b2 Apply patch (FELIX-4569) to fix some issues that arise under Windows 8. by Richard S. Hall · 10 years ago
  37. 272bca3 [FELIX-4534] Addresses an issue with native code bundles on Windows 7 by A. J. David Bosschaert · 10 years ago
  38. 231df6e [FELIX-4220] BundleException type not set to START_TRANSIENT_ERROR by A. J. David Bosschaert · 10 years ago
  39. ed3f126 [FELIX-3309] Incorrect replacement logic for dashes in framework version. by A. J. David Bosschaert · 10 years ago
  40. 5bdd5e7 [FELIX-3239] PackageAdmin#getExportedPackages does not work on packages exported by attached fragments by A. J. David Bosschaert · 10 years ago
  41. f59f6af [FELIX-4515] BundleRevision for system extension has no capabilities by A. J. David Bosschaert · 10 years ago
  42. 9420da8 Adjust formating to match style. by Richard S. Hall · 11 years ago
  43. 2d90172 Modify format to adhere to style. by Richard S. Hall · 11 years ago
  44. 839a47d Implement osgi.identity namespace for fragments. Fixes FELIX-4324. by A. J. David Bosschaert · 11 years ago
  45. 6613260 FELIX-4085 : [Core R5] Implement updates to the Bundle Hook Specification. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
  46. bba2e55 FELIX-3868 : Adding osgi.identity namespace to bundles (resources). Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
  47. b987528 Remove system out from test by Carsten Ziegeler · 11 years ago
  48. c7284e2 FELIX-4085 : [Core R5] Implement updates to the Bundle Hook Specification. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
  49. 065aeb3 Use getDeclaredMethod when looking for the framework method that gives us the urlhandlers and fix a bug when running in different classloaders (FELIX-3840). by Karl Pauls · 11 years ago
  50. 42126f8 Modify substring parsing to accept successive '*' characters. (FELIX-3344) by Richard S. Hall · 11 years ago
  51. f53c7cd [FELIX-3761] When a bundle registers a service, the bundle lock is obtained without any real purpose by Guillaume Nodet · 12 years ago
  52. 05bbbc9 Fix a couple of bugs in substring matching and null handling when by Richard S. Hall · 13 years ago
  53. f1a208e Substring parsing was incorrectly disallowing parentheses characters. (FELIX-2762) by Richard S. Hall · 13 years ago
  54. 5d1aa4d Enable limits on the number of open files by the bundle cache. (FELIX-3071) by Richard S. Hall · 13 years ago
  55. 7675827 Refactor event listener data structure to make it more amenable by Richard S. Hall · 13 years ago
  56. c0bb32f Implement bundle hooks and fix a bug in service registry hooks. by Richard S. Hall · 13 years ago
  57. 3d2e194 Modify framework wiring and framework start level object to registry by Richard S. Hall · 13 years ago
  58. 3db51b1 More refactoring to service registry hook handling to match by Richard S. Hall · 13 years ago
  59. 0dc87b7 Refactor service hooks to use new service registry hook tracking mechanism by Richard S. Hall · 13 years ago
  60. 75f9de5 Reformat to match Felix style. by Richard S. Hall · 14 years ago
  61. 5672f76 [FELIX-1581] Bundle#update, Bundle#uninstall and Bundle#stop should wait for a (configurable) timeout before throwing an exception if the bundle is starting or stopping by Guillaume Nodet · 14 years ago
  62. 0dd8d0a Need to special case substring matching when there is no wildcard by Richard S. Hall · 14 years ago
  63. 22cd739 Add a test case for missing attributes in filters, which was previously by Richard S. Hall · 14 years ago
  64. 8181e47 Ignore mismatched variable delimiters. (FELIX-2336) by Richard S. Hall · 14 years ago
  65. 77de75d Remove duplicate code for checking substrings. (FELIX-2035) by Richard S. Hall · 14 years ago
  66. c018bde More changes due to abstraction changes for the new resolver implementation. by Richard S. Hall · 14 years ago
  67. 4705e0e Fix another issue with substring matching add test case. (FELIX-2107) by Richard S. Hall · 14 years ago
  68. d2db2f3 Missed this file. (FELIX-1991) by Richard S. Hall · 15 years ago
  69. 0b9533c Commit patch to fix some issues with service registry hooks that were by Richard S. Hall · 15 years ago
  70. 7a2b584 Simplified support for the ENDMATCH service event to avoid GC issues. by Richard S. Hall · 15 years ago
  71. 04186a2 Implemented ServiceEvent.MODIFIED_ENDMATCH. (FELIX-1244) by Richard S. Hall · 15 years ago
  72. ea4ae41 Applied patch (FELIX-1208) to update tests to new version of EasyMock. by Richard S. Hall · 15 years ago
  73. 25c68b0 Added final patch for service registry hooks. (FELIX-905,FELIX-906) by Richard S. Hall · 15 years ago
  74. ad524bf Remove tests for now as they need to be updated to newer version of easymock. by Karl Pauls · 15 years ago
  75. 9f0067c Applying patch for RFC-126 service hooks. (FELIX-905, FELIX-906) by Richard S. Hall · 15 years ago