1. e81eebf JCRSITE-39: Adjust release check script to use dist.apache.org by Jukka Zitting · 11 years ago trunk
  2. fdeb498 set eol-style by Jukka Zitting · 11 years ago
  3. 8ca288c OCM-61 Add automation check-release.sh script by Ard Schrijvers · 12 years ago
  4. 3cca213 OCM-61: prepare releaseprepare for next development iteration by Ard Schrijvers · 12 years ago
  5. cfa20b9 OCM-61: prepare releaseprepare release jackrabbit-ocm-2.0.0 by Ard Schrijvers · 12 years ago
  6. e433d04 OCM-61 fix doc location by Ard Schrijvers · 12 years ago
  7. 1643924 OCM-61 check in to exclude derby.log for rat plugin by Ard Schrijvers · 12 years ago
  8. d8d60bf OCM-61 remove maven-antrun-plugin from pom, set compile plugin to 1.5 and inception year same as the one from Jackrabbit by Ard Schrijvers · 12 years ago
  9. e244f76 OCM-47 apache copyright by Ard Schrijvers · 12 years ago
  10. 2e5a028 OCM-61 prepare pom to be correct for releases by Ard Schrijvers · 12 years ago
  11. 85a8c09 OCM-61 release notes for upcoming release by Ard Schrijvers · 12 years ago
  12. 5d9897a OCM-54 do copy in session state only and persist on save by Ard Schrijvers · 12 years ago
  13. 0ea7952 OCM-47 fix comment by Ard Schrijvers · 12 years ago
  14. 020a5e4 OCM-47 fix comment by Ard Schrijvers · 12 years ago
  15. d41135a OCM-34 applied patch by Ard Schrijvers · 12 years ago
  16. 83fc8b4 OCM-47 bump dtd version by Ard Schrijvers · 12 years ago
  17. 8d356d9 OCM-47 remove old repository.xml by Ard Schrijvers · 12 years ago
  18. d3325e6 OCM-52 do not use a query but instead iterate through child nodes to get the objects for some path by Ard Schrijvers · 12 years ago
  19. fac2999 OCM-58 make OCM jackrabbit independent. Note that I did remove some methods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test by Ard Schrijvers · 12 years ago
  20. aba9e4e OCM-58 make OCM jackrabbit independent. Note that I did remove some methods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test by Ard Schrijvers · 12 years ago
  21. 839b91e OCM-58 make OCM jackrabbit independent. Note that I did remove some methods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test by Ard Schrijvers · 12 years ago
  22. 341f6c6 OCM-58 make OCM jackrabbit independent. Note that I did remove some methods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test by Ard Schrijvers · 12 years ago
  23. d1b557b OCM-58 make OCM jackrabbit independent. Note that I did remove some methods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test by Ard Schrijvers · 12 years ago
  24. 2c40674 OCM-47 fix unit test node clean up by Ard Schrijvers · 12 years ago
  25. d504170 OCM-58 start with removing all kind of unneeded helper classes below package 'nodemanagement' by Ard Schrijvers · 12 years ago
  26. 4af90bc OCM-59 remove empty folders by Ard Schrijvers · 12 years ago
  27. a746dd8 OCM-59 remove empty folders by Ard Schrijvers · 12 years ago
  28. ea8b046 OCM-59 restructure all unit tests to extend from jackrabbit AbstractJCRTest and run it against in memory repository. Also restructured base classes to be easier to understand. Unit tests now run 4 times as fast by Ard Schrijvers · 12 years ago
  29. 46ee7db OCM-47 bump version numbers of some projects. Bump of junit to 4.6 resulted in failure on PropertyTest class. TestProperty is not allowed either, hence, called it OcmTestProperty. by Ard Schrijvers · 12 years ago
  30. 76bacc5 OCM-57 remove NestableRuntimeException by Ard Schrijvers · 12 years ago
  31. 7d5d710 OCM-47 remove ancient unused jeceira stuff by Ard Schrijvers · 12 years ago
  32. 79e8c74 OCM-47 remove ancient unused jeceira stuff by Ard Schrijvers · 12 years ago
  33. 6486cc0 OCM-56 remove UserTransactionImpl test class because it relies on deprecated XASession and does not seem related at all to OCM project by Ard Schrijvers · 12 years ago
  34. 2ecf2a5 OCM-47 trivial javadocs impr by Ard Schrijvers · 12 years ago
  35. 0b6c17a OCM-47 replace deprecated methods by Ard Schrijvers · 12 years ago
  36. 6645930 OCM-47 replace deprecated method by Ard Schrijvers · 12 years ago
  37. 1cc7dc2 OCM-47 remove broken and also unneeded javadocs by Ard Schrijvers · 12 years ago
  38. a016fa6 OCM-55 replace all commons logging code by slf4j code by Ard Schrijvers · 12 years ago
  39. 0c1df6c OCM-55 exclude transitively pulled in dependencies on commons logging by Ard Schrijvers · 12 years ago
  40. f0a901c OCM-53 bump version of jackrabbit to 2.4.1 : Bumped slf4j version to 1.6.4 as well because old version was incompatible with new transitive jcr-over-slf4j that comes with jr 2.4.1 by Ard Schrijvers · 12 years ago
  41. 2f11580 OCM-51 replaced all getItem logic where needed by getNode logic. Removed all javadocs that did not add any value. Removed unused variables, and unused parameters for private methods by Ard Schrijvers · 12 years ago
  42. 90b411b OCM-49 replace workspace move with session move. Still need to replace the ocm.copy with a session copy instead of a workspace copy by Ard Schrijvers · 12 years ago
  43. ac92f57 OCM-48 use the collectionDescriptor jcrType to create the jcr collection node with if non-empty. by Ard Schrijvers · 12 years ago
  44. 19bf938 OCM-50 use the jcrType annotation from the collection annotation or description instead of from the elements in the collection. If the jcrType is empty, the collection node will be treated according the cnd definition by Ard Schrijvers · 12 years ago
  45. 04122e3 OCM-47 remove javadocs that do not add any value by Ard Schrijvers · 12 years ago
  46. 4f82106 OCM-47 fix javadocs by Ard Schrijvers · 12 years ago
  47. 14a4043 OCM-47 clean up unit tests. Remove unneeded RepositoryLifeCycleTestSetup, organize imports, typo' etc by Ard Schrijvers · 12 years ago
  48. 7212ebb OCM-47 bump dtd version by Ard Schrijvers · 12 years ago
  49. 183c399 OCM-47 bump to latest jr core version with which all tests pass and include mvn source plugin such that sources are also build by Ard Schrijvers · 12 years ago
  50. c9803bf OCM-45 ReflectionUtils.implementsInterface() only checks one interface and returns by Alexandru Parvulescu · 13 years ago
  51. 31ad0ef OCM-43: Reviving OCM framework with Jackrabbit 2.x by Jukka Zitting · 14 years ago
  52. 330eb9a ocm: Update to parent POM version 3 and adjust build settings accordingly by Jukka Zitting · 15 years ago
  53. 1b0966c Fix for OCM-33 (error during the unit tests, mainly for the node type manager) by Christophe Lombart · 15 years ago
  54. d7c0947 Update license header to match current standard by Jukka Zitting · 15 years ago
  55. 782a544 OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  56. 364ddeb OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  57. 36abc9b OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  58. 8744d06 OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  59. 7727500 OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  60. 3146320 OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  61. 942401f OCM-1: Move jackrabbit-ocm to JCR Commons by Jukka Zitting · 15 years ago
  62. 2927e6e JCR-2006 References to old repository-1.x.dtd by Thomas Mueller · 15 years ago
  63. b6a72c6 JCR-1995: Move *.log files to target/ by Jukka Zitting · 15 years ago
  64. 4ff7737 JCR-1995: Move *.log files to target/ by Jukka Zitting · 15 years ago
  65. d4a4e2e Patch for JCR-1889 - Incorrect support for java interfaces in typed collection fields by Christophe Lombart · 15 years ago
  66. 71c7421 JCR-1936: Incorrect license headers in multiple components by Jukka Zitting · 15 years ago
  67. d0e6cfd JCR-1919: Update copyright year to 2009 by Jukka Zitting · 15 years ago
  68. 349410d Patch for JCR-1869 (Make lazy loading proxy callback Serializable) provided by Stephane Landelle by Christophe Lombart · 15 years ago
  69. 0146b4b JCR-1882: Avoid ${project.version} in dependencies by Jukka Zitting · 15 years ago
  70. ad46d93 JCR-1863: Create jackrabbit-parent by Jukka Zitting · 15 years ago
  71. 6a99a80 Patch for JCR-1859 (BeanLazyLoader is not Serializable) by Christophe Lombart · 15 years ago
  72. 29d5ebe patch for JCR-1853 provided by Shrirang by Christophe Lombart · 15 years ago
  73. add6412 Patch for JCR-1844 (Convenience method to Or multiple values with a single filter) provided by Shrirang. by Christophe Lombart · 15 years ago
  74. 0e807a1 JCR-1840: OCM test are too verbose by Jukka Zitting · 16 years ago
  75. 57c6440 Apply patch provided by Boni Gopalan for issue JCR-1816 (Provide more options for OCM CRUD API Writers to enhance the functionality). by Christophe Lombart · 16 years ago
  76. a4a21a4 Apply patch provided by Boni Gopalan for JCR-1804 (Added the functionality to Map and Manage Type Enum). by Christophe Lombart · 16 years ago
  77. 4b51f80 this is the second patch provided by Boni Gopalan for issue JCR-1784 (The UUID of the collection elements changes on update). by Christophe Lombart · 16 years ago
  78. 1750938 trunk: Upgrade to 1.6-SNAPSHOT by Jukka Zitting · 16 years ago
  79. 2160d12 1.5: Remove content that is already included in the top-level README by Jukka Zitting · 16 years ago
  80. c6156f2 Patch provided by Boni Gopalan for issue JCR-1784 (The UUID of the collection elements changes on update). I didn't modify the class AbstractMapperImpl. This modification is not necessary. by Christophe Lombart · 16 years ago
  81. 8626f3d Patch for JCR-1762 (Improvement to MultiValueCollectionConverterImpl to Map collections with element class Object.class) provided by Boni Gopalan. by Christophe Lombart · 16 years ago
  82. 474234f Patch for JCR-1776 (Some unit tests are not well configured) by Christophe Lombart · 16 years ago
  83. e9181c4 Patch for JCR-1759 (Simplify the usage of OCM annotations) by Christophe Lombart · 16 years ago
  84. 754edab Add OCM DTD 1.5 (JCR-1754) by Christophe Lombart · 16 years ago
  85. 64b7a66 Apply patch provided by Boni Gopalan for issue JCR-1758 (Improvement to UndefinedTypeConverterImpl to map super types effectively). by Christophe Lombart · 16 years ago
  86. 550c323 JCR-1757: OCM: translate-project goal not found by Jukka Zitting · 16 years ago
  87. 8288f1e Add unit tests for JCR-1505 (Improve handling of inherited mixins). With the current head, the mixin types are correctly inherited in the descendant classes. This is not necessary to defined them in all descendant classes. You can aslo review the classes defined in org.apache.ocm.tesmmodel.inheritance.withmixins. by Christophe Lombart · 16 years ago
  88. 19c51fd Apply patch provided by Stephane Landelle for JCR-1752 (Allow users to disable validation for the DigesterMapper). by Christophe Lombart · 16 years ago
  89. 23519e0 Patch provided by Vincent Giguère for issue JCR-1645 ( Add support for Map of referenced beans). I made some modifications in the test content class Main otherwise it doesnt't compile. by Christophe Lombart · 16 years ago
  90. e5f400e Apply modified patch for JCR-1740 ( Make ObjectIterator implement RangeIterator interface ) provided by Sergey Nebolsin by Christophe Lombart · 16 years ago
  91. 5064bd9 Apply patch for JCR-1721 : make collection element names configureable provided by Oliver Lietz by Christophe Lombart · 16 years ago
  92. 4094fd7 Make ObjectIterator implement RangeIterator interface (see JCR-1740). by Christophe Lombart · 16 years ago
  93. d3f2e41 JCR-1404: javadoc writing and generation with mvn by Jukka Zitting · 16 years ago
  94. a494d3c Add better suppport of Map. From now, it is not necessary to use an id for object that will be used inside a map. by Christophe Lombart · 16 years ago
  95. 68068d2 the unit tests no longer work since a couple of weeks. Here is a quick fix to run the unit tests. by Christophe Lombart · 16 years ago
  96. 89407a2 JCR-1649: Separate NOTICEs and LICENSEs for binary and source packages by Jukka Zitting · 16 years ago
  97. d3049b8 JCR-1619: Update copyright years in READMEs by Jukka Zitting · 16 years ago
  98. 96e41e6 Applying patch for JCR-1624 provided by Stephane Landelle by Christophe Lombart · 16 years ago
  99. 5099e8e Add fix and unit test for JCR-1448 by Christophe Lombart · 16 years ago
  100. c087f78 Apply patch for JCR-1537 by Christophe Lombart · 16 years ago