1. b46aa6f Removed <importPackage> element. SUPERFLUOUS IMPORT WARNING it's magic ;-) by Francesco Furfari · 18 years ago
  2. 829905b Patched code to remove use of a static component manager to support by Richard S. Hall · 18 years ago
  3. 87f8fcb replaced with version 1.7.1 by Francesco Furfari · 18 years ago
  4. 90fc3c2 Created a new patch for Cyberlink library in order to handle UPnP Invalid_Args Exception (Felix-67). by Francesco Furfari · 18 years ago
  5. 80c9cec For class accessibility checking we must load directly from the bundle's by Richard S. Hall · 18 years ago
  6. 2dea05f Added bundle RESOLVED/UNRESOLVED events (FELIX-34). by Richard S. Hall · 18 years ago
  7. ae4309f Modified class accessibility checking used for service filtering to also by Richard S. Hall · 18 years ago
  8. 66b3cca Fixed a deadlock that occurred on shutdown of the framework, when an equals() invocation caused an ensureRegistration() call to wait indefinitely. by Marcel Offermans · 18 years ago
  9. e5851f5 Removed a potentially unnecessary warning message. by Richard S. Hall · 18 years ago
  10. ab81cf2 Changed the class not found diagnostic message to be the message of the by Richard S. Hall · 18 years ago
  11. 2a28c8d Modified the framework to always create a bundle context for a bundle by Richard S. Hall · 18 years ago
  12. e50da25 Added bundle STARTING and STOPPING events (FELIX-34). by Richard S. Hall · 18 years ago
  13. b42c3bc Patch to make injected methods private instead of public (FELIX-96). by Richard S. Hall · 18 years ago
  14. f5df892 Minor change. by Richard S. Hall · 18 years ago
  15. 6adac07 Fixed a bug in the getEntryPaths() enumeration that could lead to a string by Richard S. Hall · 18 years ago
  16. 0995c93 Modified manifest parser to ignore faulty bundle version metadata for by Richard S. Hall · 18 years ago
  17. 0eab316 Modified the system bundle to ignore additional start requests. by Richard S. Hall · 18 years ago
  18. 44a2aa7 Modified manifest parsing and import/export matching to support bundle by Richard S. Hall · 18 years ago
  19. 8ccc01a Now dispatches to AllServiceListeners correctly too (FELIX-5). Still need by Richard S. Hall · 18 years ago
  20. 9277063 Completely re-implemented Felix event dispatching. The new approach does by Richard S. Hall · 18 years ago
  21. caeab55 Removed some unnecessary imports. by Marcel Offermans · 18 years ago
  22. 1786410 If you use a service implementation that does not implement all interfaces it registers, a deadlock would occur if you would access its ServiceRegistration. Now it will throw an IllegalStateException instead. by Marcel Offermans · 18 years ago
  23. 594145f Performed some refactoring on the module loader layer to simplify the by Richard S. Hall · 18 years ago
  24. ee159a7 Verifies that export package metadata does not include bundle symbolic name by Richard S. Hall · 18 years ago
  25. a2878c1 Moved manifest parsing out of Felix.java and into its own utility class. by Richard S. Hall · 18 years ago
  26. 9c357db Error correction by Stephane Frenot · 18 years ago
  27. a4365ab This is a common graphical component of the console. That traps remotelogs notifications. by Stephane Frenot · 18 years ago
  28. 3f7e270 Adding svn:ignore property by Stephane Frenot · 18 years ago
  29. 4cdf3c6 The JMX console gui by Stephane Frenot · 18 years ago
  30. e9c67a1 Slight bug fix to deal with Windows path separator. by Richard S. Hall · 18 years ago
  31. 2e3d5ce Removing bundle-Activator from this artifact by Stephane Frenot · 18 years ago
  32. 30df4ab Adding svn:ignore files properties by Stephane Frenot · 18 years ago
  33. c19abb4 Implement the security checks and clean-up the left-overs. by Karl Pauls · 18 years ago
  34. 4eb2a3d A graphical tab that is automatically downloaded and included in the JMX Console by Stephane Frenot · 18 years ago
  35. 2f1f736 A MBean that probes the OSGi gateway statusA MBean that probes the OSGi gateway status by Stephane Frenot · 18 years ago
  36. eeda032 First commit of the jmx console interface by Stephane Frenot · 18 years ago
  37. 6fa05d0 Improves the entry-related method implementations for the Bundle class by Richard S. Hall · 18 years ago
  38. efb3a23 Cleaned up some utility methods. by Richard S. Hall · 18 years ago
  39. 4d2f397 This patch implements support for Bundle.findEntries() minus the support by Richard S. Hall · 18 years ago
  40. 548dc23 by Stephane Frenot · 18 years ago
  41. 2854c4a by Stephane Frenot · 18 years ago
  42. 5d9b924 Previous changes to BundleArchive starting saving the revision location to by Richard S. Hall · 18 years ago
  43. 5d96ade by Stephane Frenot · 18 years ago
  44. bf34a18 by Stephane Frenot · 18 years ago
  45. 879710b Added a private constructor, since it should not be possible to create by Richard S. Hall · 18 years ago
  46. 7c2e92a Applied patch (FELIX-95). by Richard S. Hall · 18 years ago
  47. cb0356f by Stephane Frenot · 18 years ago
  48. 410b1f6 by Stephane Frenot · 18 years ago
  49. 5a1baf0 Fixed a bug that could lead to a null pointer exception. by Richard S. Hall · 18 years ago
  50. 8269942 Felix was interpreting the spec such that bundles did not import from by Richard S. Hall · 18 years ago
  51. 3390b4a Fix remove listener methods to conform to spec. by Karl Pauls · 18 years ago
  52. 9ff9bb8 Add the ability to rollback bundle updates. by Karl Pauls · 18 years ago
  53. 60c26d4 The old packages from uninstalled and updated bundles remain available by Richard S. Hall · 18 years ago
  54. 07a4309 Modified BundleCache.remove() to check for a null parameter. by Richard S. Hall · 18 years ago
  55. 0b466c7 Deleted Italian comments by Francesco Furfari · 18 years ago
  56. f2a6791 changed the author header to Felix Team (Felix-69) by Francesco Furfari · 18 years ago
  57. b539b8f by Stephane Frenot · 18 years ago
  58. 89d0f7c by Stephane Frenot · 18 years ago
  59. 4d2fc12 Fix a bug in getActions, implement implies as per spec, and introduce some optimizations by Karl Pauls · 18 years ago
  60. aaf13f8 by Stephane Frenot · 18 years ago
  61. 1cee87d by Stephane Frenot · 18 years ago
  62. e1f53a5 Fixed an incorrect interpretation of the spec where we were equating by Richard S. Hall · 18 years ago
  63. 2fc575b Removed an unnecessary if-statement since it could not be false. by Richard S. Hall · 18 years ago
  64. ad2fd9d Modified the content handler proxy to return the URL connection input by Richard S. Hall · 18 years ago
  65. b65951e Fixed a bug in the URL Handlers service tracker, which was not paying by Richard S. Hall · 18 years ago
  66. d95fb4f Patched Service Binder to use kxml2 to avoid licensing issues with by Richard S. Hall · 18 years ago
  67. 852767f Modified StartLevel.setBundleStartLevel() to be asynchronous per the spec. by Richard S. Hall · 18 years ago
  68. 5259e3e Modified StartLevel implementation to sort by bundle ID within a given start by Richard S. Hall · 18 years ago
  69. 133d0ee Modified LDAP attribute comparison to use equals() when the object does by Richard S. Hall · 18 years ago
  70. e26ed20 Modified lexer to use Character.isWhitespace() for determining if a by Richard S. Hall · 18 years ago
  71. bc54962 Fixed a bug in filtering services based on package wirings. If the service by Richard S. Hall · 18 years ago
  72. c026a0f Modified service unregistration to forcibly unget the service object by Richard S. Hall · 18 years ago
  73. 14620ee Improved array shrinking algorithm. by Richard S. Hall · 18 years ago
  74. 61451a3 Applied patch (FELIX-91) to add support for arrays in component metadata. by Richard S. Hall · 18 years ago
  75. 215070e Modified JarRevision to log when an embedded JAR file is not found as by Richard S. Hall · 18 years ago
  76. 4c7d68e Fixed a copy-and-paste bug in an exception message. by Richard S. Hall · 18 years ago
  77. 1a277b2 Applied patch (FELIX-90) for support for spaces in inside attribute values. by Richard S. Hall · 18 years ago
  78. 31ec93d Applied patch (FELIX-90) for support for spaces in inside attribute values. by Richard S. Hall · 18 years ago
  79. 8670013 Throw an exception per the spec if unregistered more than once. by Richard S. Hall · 18 years ago
  80. 68988f9 Applying patch (FELIX-89) to remove the dummy activator now that the by Richard S. Hall · 18 years ago
  81. e975abb Applied patch (FELIX-83) to bring iPOJO plugin inline with the OSGi plugin. by Richard S. Hall · 18 years ago
  82. 447c52f Fixed a bug in service registration where when verifying the class of the by Richard S. Hall · 18 years ago
  83. 45ad81c Changed the main pom.xml so the java compiler target is now fixed at 1.4 and modified the easymock dependency so it now uses a version of easymock that does not need 1.5 (actually >1.3). Refactored some of the initial tests I made to use this older API of easymock. by Marcel Offermans · 18 years ago
  84. c6c4e7e Added symbolic name and bundle version attributes to the exports of by Richard S. Hall · 18 years ago
  85. bf6bc8a Fixed a bug in the code to check for duplicate symbolic names and versions. by Richard S. Hall · 18 years ago
  86. 8bebf41 Added some validity checks for installing R4 bundles (e.g., must specify by Richard S. Hall · 18 years ago
  87. e6d963b PackageAdmin.getExportedPackages() should return null if nothing is found. by Richard S. Hall · 18 years ago
  88. 1bdc372 Modified PackageAdmin.getExportedPackage() to return the highest version by Richard S. Hall · 18 years ago
  89. 187b87a The bundle context was implemented such that it was invalid when a bundle by Richard S. Hall · 18 years ago
  90. ad24d9f Reorganized/improved R3 manifest header conversion to R4 metadata. Fixed by Richard S. Hall · 18 years ago
  91. 06e8c0e Moved a method. by Richard S. Hall · 18 years ago
  92. c87d41a Implemented getBundle() and getBundles() for R4 PackageAdmin (FELIX-35). by Richard S. Hall · 18 years ago
  93. 819aff9 Simple comment fix. by Richard S. Hall · 18 years ago
  94. f63d9b5 Added some trims while parsing to avoid number format parsing errors. by Richard S. Hall · 18 years ago
  95. 6f5348b Added a default template for the overall site (but this still needs work). by Marcel Offermans · 18 years ago
  96. 2761595 Added iPOJO to the top-level pom file. by Richard S. Hall · 18 years ago
  97. a644346 Fixed a bug in exported package handling that was not searching uninstalled by Richard S. Hall · 18 years ago
  98. d98e08a Added a private getContext() method so that it is possible to run by Richard S. Hall · 18 years ago
  99. 514bc66 Fixed the pom file bug reported by Clement (FELIX-88). by Richard S. Hall · 18 years ago
  100. 44c6faf Implement mappings from ConfigurationEvents, UserAdminEvents, and WireAdminEvents (FELIX-86) by Karl Pauls · 18 years ago