mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
10.25.2011 410b7d0592ba0e1dc2f3d9c745523fee430bcabe
refs
author Matthew Swift <matthew.swift@forgerock.com>
Friday, June 10, 2011 12:25 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Friday, June 10, 2011 12:25 +0200
commit410b7d0592ba0e1dc2f3d9c745523fee430bcabe
tree ce11f1dd15627f05a9f0d5a1e012142706b88e0e tree | zip | gz
parent aba87ac47f81475c93ab6f439f247176334b1ef0 view | diff
Partial fix for OPENDJ-194: Minor improvements to change log content and configuration

Commit main functionality:

* add support for wild-cards, and @objectClass notiation
* add support for configuring additional attributes to be included with delete operations via ecl-include-for-deletes property.

Requires protocol version upgrade which will be handled in final commit.

21 files modified
895 ■■■■■ changed files
opends/resource/schema/02-config.ldif 6 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ExternalChangelogDomainConfiguration.xml 41 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/ExternalChangelogDomainCfgDefn.properties 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/common/DSInfo.java 74 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/ExternalChangelogDomain.java 32 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 183 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/StartSessionMsg.java 75 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/protocol/TopologyMsg.java 32 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/DataServerHandler.java 4 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerHandler.java 1 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 11 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 203 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Entry.java 50 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ExternalChangeLogTest.java 59 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/DomainFakeCfg.java 16 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ExternalChangelogDomainFakeCfg.java 41 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/TopologyViewTest.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/ProtocolCompatibilityTest.java 17 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/SynchronizationMsgTest.java 19 ●●●● diff | view | raw | blame | history