1. 5311be7 Some clean up in preparation for implementing event listener hook. (FELIX-3056) by Richard S. Hall · 13 years ago
  2. c0bb32f Implement bundle hooks and fix a bug in service registry hooks. by Richard S. Hall · 13 years ago
  3. 3d2e194 Modify framework wiring and framework start level object to registry by Richard S. Hall · 13 years ago
  4. 3db51b1 More refactoring to service registry hook handling to match by Richard S. Hall · 13 years ago
  5. 0dc87b7 Refactor service hooks to use new service registry hook tracking mechanism by Richard S. Hall · 13 years ago
  6. 9957b7a Fire FrameworkEvent when exception occurs in an event listener. (FELIX-2584) by Richard S. Hall · 14 years ago
  7. 4a546d0 Add appropriate bundle to log messages. (FELIX-2555) by Richard S. Hall · 14 years ago
  8. d0b364e Implement all required security checks (FELIX-1973). by Karl Pauls · 15 years ago
  9. 0b9533c Commit patch to fix some issues with service registry hooks that were by Richard S. Hall · 15 years ago
  10. 7a2b584 Simplified support for the ENDMATCH service event to avoid GC issues. by Richard S. Hall · 15 years ago
  11. 04186a2 Implemented ServiceEvent.MODIFIED_ENDMATCH. (FELIX-1244) by Richard S. Hall · 15 years ago
  12. 297e75d More corner cases for activation policy. (FELIX-749) by Richard S. Hall · 15 years ago
  13. fcfaa65 More modifications for activation policies. (FELIX-749) by Richard S. Hall · 15 years ago
  14. 25c68b0 Added final patch for service registry hooks. (FELIX-905,FELIX-906) by Richard S. Hall · 15 years ago
  15. 9f0067c Applying patch for RFC-126 service hooks. (FELIX-905, FELIX-906) by Richard S. Hall · 15 years ago
  16. be8af75 Made sure thread run() methods are reasonably robust in the face of by Richard S. Hall · 15 years ago
  17. 4f16966 Applied a patch (FELIX-804) to add partial support for new service registry by Richard S. Hall · 16 years ago
  18. 7514531 Clean-up the EventDispatcher class, try to use the correct locks for all variables, and move some clean-up to a finally block (FELIX-363). by Karl Pauls · 17 years ago
  19. 9c5967d Put back in "wait" step on event shutdown, but used dedicated shutdown lock outside of other synchronosed blocks to help avoid deadlocks (FELIX-363). by Rob Walker · 17 years ago
  20. 467b670 Fixed issue were external termination of Felix EventDispatcher.java was not handled or detected and prevented a restart of future Felix instances in the same VM (FELIX-363). by Rob Walker · 17 years ago
  21. 661b7ae Organize imports, remove unused casts and remove trailing spaces - no other changes this time by Carsten Ziegeler · 17 years ago
  22. 79a76a5 Rollback to previous version to undo the formating changes. by Karl Pauls · 17 years ago
  23. 7cbcef5 Revert unintentional code formatting by Carsten Ziegeler · 17 years ago
  24. 37d2c29 Organize imports by Carsten Ziegeler · 17 years ago
  25. 211b5a5 Moved a utility method from Felix to the Util class to avoid exposing it by Richard S. Hall · 17 years ago
  26. 725a539 Fixed a bug when updating listeners that would fail when a listener by Richard S. Hall · 17 years ago
  27. cf78301 FELIX-314 EventDispatcher class not reusable in same class loader for multiple Felix instances by Felix Meschberger · 17 years ago
  28. 456fe5f Fixed a bug when removing listeners; it was using the wrong index into the by Richard S. Hall · 18 years ago
  29. b395167 Updated all framework subproject headers and removed one unnecessary file. by Richard S. Hall · 18 years ago
  30. 0e817ab The rewritten EventDispatcher (FELIX-5) was using equals() instead of == to by Richard S. Hall · 18 years ago
  31. eb9dbdd Shortened directory name for the framework subproject. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.framework/src/main/java/org/apache/felix/framework/util/EventDispatcher.java]
  32. e50da25 Added bundle STARTING and STOPPING events (FELIX-34). by Richard S. Hall · 18 years ago
  33. 8ccc01a Now dispatches to AllServiceListeners correctly too (FELIX-5). Still need by Richard S. Hall · 18 years ago
  34. 9277063 Completely re-implemented Felix event dispatching. The new approach does by Richard S. Hall · 18 years ago