- Added UUID field to CcmObject
- Added interface Identifiable. All entities which are identifiable via a UUID (which will be all "root" entities) will implement this interface directly or indirectly.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3854 8810af33-2d31-482b-a856-94f89814c4df
- deletes the previous versions of exporter and importer in package core
- modifies pom for use of jackson libraries
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3849 8810af33-2d31-482b-a856-94f89814c4df
- adds dependency for 'com.opencsv' to parent-pom.xml and core-pom.xml
- adds package exchange to ccm-core for the export-import-routines
- adds class ObjectExporter to the exchange-package for the basic export-functionalities
- adds dummy package docrepo.exchange.exporter into the exchange package of core
- adds ResourceExporter to the dummy package for implementation of the abstact methods of the ObjectExporter
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3792 8810af33-2d31-482b-a856-94f89814c4df
- Some cleanup
- Entities for the new database based configuration system
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3768 8810af33-2d31-482b-a856-94f89814c4df
because the rule "BeanMembersShouldSerialize" from this ruleset procduces many
false positives. Also removed also usages of the transient modifier which
were only added to various classes to match this rule.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3743 8810af33-2d31-482b-a856-94f89814c4df
- Fixed some errors
- Ported basic servlets and Bebop classes from old code
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3646 8810af33-2d31-482b-a856-94f89814c4df
- DependencyTreeManager finished and tested
- AuditReaderProducer for producing and AuditReader which can be injected via CDI
- Added some of the old com.arsdigita classes to the excludes for PMD
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3570 8810af33-2d31-482b-a856-94f89814c4df
- Abstract base class for repositories for audited entities (using Envers)
- First part for the reworked load (or better install) and init part for LibreCCM NG. Needs to be tested and is not finished.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3566 8810af33-2d31-482b-a856-94f89814c4df
- Some code cleanup
- PrivilegeRepository for creating and deleting permissions
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3540 8810af33-2d31-482b-a856-94f89814c4df
- Excluded some of the old com.arsdigita classes from FindBugs and PMD to keep the reports clear so that we can focus on the
new org.libreccm classes and the important com.arsdigita classes
- PermisssionRepository and tests. PermissionRepository will provided some maybe offer more queries.
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3537 8810af33-2d31-482b-a856-94f89814c4df
- Removed custom repository for hibernate4-ddl-maven-plugin because the
plugin is now available at Maven Central
- Added JDepend report
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3525 8810af33-2d31-482b-a856-94f89814c4df
- Fixed several issues reported by PMD
- Test for the UriConverter
git-svn-id: https://svn.libreccm.org/ccm/jpa@3369 8810af33-2d31-482b-a856-94f89814c4df
- Additional entities for the n:m relations between CcmObject and Category
- JPA Converter for URI properties
git-svn-id: https://svn.libreccm.org/ccm/jpa@3365 8810af33-2d31-482b-a856-94f89814c4df