1. 8367132 FELIX-5000 : Potential NPE when reading metatype info due to FELIX-4973 by Carsten Ziegeler · 9 years ago
  2. 7a2b6aa FELIX-4980 : Add capabilities for metatype R6 by Carsten Ziegeler · 9 years ago
  3. b6d2ef6 FELIX-4973 : Relax exception handling when reading metatype XML by Carsten Ziegeler · 9 years ago
  4. ba874a8 FELIX-4973 : Relax exception handling when reading metatype XML by Carsten Ziegeler · 9 years ago
  5. 32244a4 FELIX-4799 - Support multiple designates with same factory PID: by Jan Willem Janssen · 9 years ago
  6. 01b31f3 FELIX-4665 - Allow empty default values: by Jan Willem Janssen · 9 years ago
  7. 9aa48b1 FELIX-4644 - stricter parsing of MetaType files: by Jan Willem Janssen · 9 years ago
  8. 3c9335d FELIX-4771 - Avoid NPE in Attribute#getContent: by Jan Willem Janssen · 9 years ago
  9. 548b883 FELIX-4687 support proposed R6 metatype 1.3 namespace by David Jencks · 10 years ago
  10. b41e874 FELIX-4649 - Get MetaTypeInformation while bundle is starting by Carsten Ziegeler · 10 years ago
  11. 8807b7b FELIX-4289 : Spaces within values are removed for default values by Carsten Ziegeler · 11 years ago
  12. 50cf6c2 FELIX-3884 : Default value and options - adding tests by Carsten Ziegeler · 11 years ago
  13. 7dc51a9 FELIX-3884 : Default value and options by Carsten Ziegeler · 11 years ago
  14. 87a39ec FELIX-4214 : Cache in BundleResources works only for a single metatype properties file per bundle by Carsten Ziegeler · 11 years ago
  15. 46bff2b [FELIX-3757] Processed comments of fmeschbe: by Jan Willem Janssen · 12 years ago
  16. 4c8292d Fixed FELIX-3758, FELIX-3757 & FELIX-3756: by Jan Willem Janssen · 12 years ago
  17. 9421c43 Update copyright years by Felix Meschberger · 12 years ago
  18. 8c0c331 FELIX-3740 Consolidate and streamline handling of MetaTypeProvider by Felix Meschberger · 12 years ago
  19. bd1ebf9 FELIX-3740 Use a single ManagedService[Factory] tracker for all by Felix Meschberger · 12 years ago
  20. 4a8f5c2 Update service description to version 1.2 by Felix Meschberger · 12 years ago
  21. 0338233 FELIX-3740 Track MetaTypeProvider services in the MetaTypeServiceImpl by Felix Meschberger · 12 years ago
  22. bd1cf84 FELIX-3732 The service.factoryPid property is not relevant for the decision of by Felix Meschberger · 12 years ago
  23. 245bbae FELIX-3736 Properly handle MetaTypeProvider service modifications by Felix Meschberger · 12 years ago
  24. 6fca40d FELIX-3734 Fix two issues related to MetaTypeProvider tracking: by Felix Meschberger · 12 years ago
  25. 79ede70 Formatting by Felix Meschberger · 12 years ago
  26. f6d1194 JavaDoc fixes by Felix Meschberger · 12 years ago
  27. 7b0263a FELIX-3731 Support multi-value service.pid properties by Felix Meschberger · 12 years ago
  28. d6846a9 FELIX-3731 Support multi-value service.pid properties by Felix Meschberger · 12 years ago
  29. 43b98b0 FELIX-3184 Add support for MetaTypeProvider services: by Felix Meschberger · 12 years ago
  30. 15e2705 FELIX-3733 Interim solution for the icon path problem: Check the path as a bundle entry first. If not a bundle entry try the solution using the XML descriptor files as the base. by Felix Meschberger · 12 years ago
  31. 879d49e FELIX-3730 validate value string length when validating string typed attribues. by Felix Meschberger · 12 years ago
  32. 8e3f52b FELIX-3364 Apply patch by Jeremias Märki (thanks) by Felix Meschberger · 12 years ago
  33. b6454ca Apply our formatting rules (particularly with respect to opening braces) by Felix Meschberger · 12 years ago
  34. 14547bb FELIX-3167 Support new Password type for attributes by Felix Meschberger · 12 years ago
  35. 69e2011 FELIX-3720 Apply slightly modified patch by Alexander Berger (thanks alot) by Felix Meschberger · 12 years ago
  36. 66a61fb FELIX-3338 implemented support for optional attributes, and added a test case for it by Marcel Offermans · 12 years ago
  37. bc92a56 FELIX-2719 Fix namespace support: allow for 1.0.0, 1.1.0, and new 1.2.0 namespaces by Felix Meschberger · 13 years ago
  38. 8f48aee Reformat according to Apache Felix conventions by Felix Meschberger · 13 years ago
  39. 75b8978 FELIX-2096 Throw IllegalArgumentException if id is empty or null or if no localized ObjectClassDefinition can be found. Thus the result of getObjectClassDefinition will now never be null by Felix Meschberger · 13 years ago
  40. 1beac19 FELIX-3183 Fail validation if a required value is missing from an attribute by Felix Meschberger · 13 years ago
  41. 4482669 FELIX-3182 Use parent POM 2.1 by Felix Meschberger · 13 years ago
  42. b1a68bc FELIX-2868 Fix the resolution of the icon path according to the specification: by Felix Meschberger · 13 years ago
  43. b8f3520 Remove unused private method writing to stdout by Felix Meschberger · 13 years ago
  44. a12cec4 FELIX-2867 Fix iterator to find appropriate size. The map is <Integer, String> and the iterator is iterating over the keys, hence the return iterator values are Integer (and no Map.Entry as expected in the existing code). Also renamed variables to reflect there intended value. by Felix Meschberger · 13 years ago
  45. 3c219fa FELIX-2860 Prevent NPE if no *.properties entries providing localization can be found in the bundle by Felix Meschberger · 13 years ago
  46. 2a62aca FELIX-2719 Implemented name space support, added a test for it. by Marcel Offermans · 14 years ago
  47. 18000d9 FELIX-2097 Improve internal storage of available locales (this is only used for the getLocales() method and thus may be a simple string[]) by Felix Meschberger · 14 years ago
  48. 85a69e2 FELIX-2097 do not return an empty locale name from the DefaultMetaTypeProvider.getLocales() method by Felix Meschberger · 14 years ago
  49. fc30620 FELIX-2094 Ensure empty default value attribute in <AD> element gives String[]{ "" }. by Felix Meschberger · 14 years ago
  50. 3bc8afd Replaced some @author tags with the Felix project...plenty more still need it. by Richard S. Hall · 15 years ago
  51. acf8cd9 FELIX-1226 For building the pid and factoryPid lists, the pid attribute by Felix Meschberger · 15 years ago
  52. ef2b998 FELIX-607 Use metatype localization attribute value as full base by Felix Meschberger · 16 years ago
  53. 257e828 Fixed small bug in the meta type service: when reading meta type resources the content of an attribute tag was incorrectly split on comma's when it was provided in one or more value child tags instead of in the content argument of the attribute tag itself. by Christian van Spaandonk · 16 years ago
  54. 5b39b40 FELIX-521 only try to compare option values if any values to compare to exist by Felix Meschberger · 16 years ago
  55. 4ca6c4c FELIX-520 Populate the max value from the max attribute in the readAD() method by Felix Meschberger · 16 years ago
  56. eaafa69 MetaType: by Christian van Spaandonk · 16 years ago
  57. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  58. 3ad099e Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  59. 3948bb8 Add LICENSE and NOTICE files by Felix Meschberger · 17 years ago
  60. 37d2c29 Organize imports by Carsten Ziegeler · 17 years ago
  61. c64fd7a Turn on namespace handling. by Carsten Ziegeler · 17 years ago
  62. cb7c1e7 FELIX-20 Implement Metatype Service (Initial Checkin) by Felix Meschberger · 17 years ago