17 Aug, 2015

5 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@12746 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Fix a bug in RootDSEBackend.getRootDSE().
    
    RootDSEBackend.java:
    In getRootDSE(), fix a bug with supportedAuthPWSchemes which wrongly referred to supportedSASLMechanism attribute.
    In addAttribute(), renamed publicNamingContextAttr parameter to attribute
    Used interfaces for collections rather than concrete classes.
    Removed useless @inheritDoc javadoc.
    
    Task.java:
    Extracted methods getTime(), compareTimes(), 
    In execute(), simplified code.
    
    LDAPReplicationDomain.java, ReplicationDomainMonitorData.java:
    Code cleanups
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12745 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • replication*.properties:
    ERR_RSQUEUE_DIFFERENT_MSGS_WITH_SAME_CN => ERR_RSQUEUE_DIFFERENT_MSGS_WITH_SAME_CSN
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12744 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Avoid try to reading past EOF, as it generates too many exceptions unnecessarily.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12743 41b1ffd8-f28e-4786-ab96-9950f0a78031
    fabiop
     
  • 
    DN2URI.java:
    Do not decode DN when only the list of URIs is needed:
    - extracted methods decodeUrisOnly(), decode0(), decodeDN(), decodeUris()
    - used Map.Entry instead of Pair because it maps exactly to the role of DN2URI index (where DN is the key and List of URIs is the value).
    
    
    EntryContainer.java:
    Extracted method getNumberOfEntriesInBaseDN0() to avoid creating a sub transaction (used by RootContainer).
    
    VerifyJob.java:
    Used SuffixContainer constants.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12742 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

14 Aug, 2015

7 commits

  • 
    
    HistoricalAttributeValue.java:
    Added toString() for easier debugging.
    
    HistoricalAttributeValueTestCase.java: CREATED
    
    HistAttrModificationKey.java:
    In DELATTR, fixed a bug.
    In decodeKey(), simplified the code.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12741 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Many thanks Fabio for finding the problem!!
    
    
    
    JmxTestCase.java:
    In getJmxConnectionHandler(), also wait for the rmiConnector to be available before proceeding.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12740 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • Removed setResults(), used the more complete setResponseData() instead
    
    *.java:
    Called AbstractOperation.setResponseData().
    Removed useless @inheritDoc javadocs.
    Ran UCDetector
    Grouped relevant fields together.
    Cleaned up constructors.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12739 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • I think PasswordModifyExtendedOperation.processExtendedOperation() should call setMatchedDN() ?
    
    
    
    AbstractOperation.java:
    Extracted methods processOperationResult() and setResults().
    
    PluginResult.java:
    Extracted PluginResult.OperationResult interface out of several types.
    Removed duplicate javadocs.
    Used {@code} in javadocs.
    Fixed typos.
    
    SynchronizationProviderResult.java:
    Now extends PluginResult.OperationResult + removed duplicate declarations.
    
    
    
    *OperationBasis.java:
    Called processOperationResult() and setResults().
    Used static imports for DirectoryServer.*.
    Removed useless comments.
    
    LocalBackend*Operation.java
    Called processOperationResult() and setResults().
    Used static imports for DirectoryServer.*.
    Removed useless comments.
    Extracted method getAccessControlHandler().
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12738 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@12737 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • PasswordPolicyState.java:
    Extracted methods isLocked(), computeHighestTime() and newAttribute()
    
    *.java:
    Used PasswordPolicyState.isLocked().
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12736 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     
  • - removed code duplication
    - explicited code. this allowed to remove useless comments
    
    LocalBackendModifyOperation.java:
    Extracted methods mustCheckSchema(), processInitialSchema(), addIfAttributeValueExistsPreEncodedPassword(), addIfAttributeValueExistsNoPreEncodedPassword(), checkSchema(), isHumanReadable()
    Removed unused method getName()
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12735 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

13 Aug, 2015

6 commits


12 Aug, 2015

7 commits


11 Aug, 2015

2 commits


10 Aug, 2015

1 commit


07 Aug, 2015

1 commit


05 Aug, 2015

1 commit


31 Jul, 2015

3 commits


30 Jul, 2015

6 commits


29 Jul, 2015

1 commit

  • Hand-written docs depend on generated doc sources.
    In order to move the hand-written docs out of the project,
    the sources generated from project code must be in artifacts.
    
    This initial patch creates the artifacts for man pages
    and other generated documentation.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12703 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark