14 Feb, 2014
7 commits
-
- added return codes. git-svn-id: https://svn.forgerock.org/opendj/trunk@10380 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Made checkstyle happy + fixed the tests failing when run with Maven. git-svn-id: https://svn.forgerock.org/opendj/trunk@10378 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Ignored test-output directory. git-svn-id: https://svn.forgerock.org/opendj/trunk@10376 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
ConditionResultTestCase.java: ADDED ConditionResult.java: Fixed a bug with or(ConditionResult...). git-svn-id: https://svn.forgerock.org/opendj/trunk@10375 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ed modifications on previous test cases. Thanks to JN. git-svn-id: https://svn.forgerock.org/opendj/trunk@10369 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10368 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added TabSeparatedTablePrinter.java - added return codes used by tools in opendj3. - added new messages needed by DSConfig. git-svn-id: https://svn.forgerock.org/opendj/trunk@10367 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Feb, 2014
6 commits
-
- added arguments constants. - fixed unit test due to change in Operating System. - added messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@10364 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10363 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Reviewed by JN, thanks !! git-svn-id: https://svn.forgerock.org/opendj/trunk@10362 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Removed duplicated lines reported by Sonar git-svn-id: https://svn.forgerock.org/opendj/trunk@10360 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Factorized code - Fixed Sonar violations - Removed duplicated lines reported by Sonar - Applied refactorings suggested by AutoRefactor plugin git-svn-id: https://svn.forgerock.org/opendj/trunk@10359 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10358 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Feb, 2014
4 commits
-
…cted to a single Master git-svn-id: https://svn.forgerock.org/opendj/trunk@10357 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10355 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- moved OperatingSystem to opendj-core git-svn-id: https://svn.forgerock.org/opendj/trunk@10354 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added classes needeed by DSConfig. git-svn-id: https://svn.forgerock.org/opendj/trunk@10353 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Feb, 2014
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10350 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10347 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Added javadoc / unit tests. - Replaced CLIException calls. git-svn-id: https://svn.forgerock.org/opendj/trunk@10346 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Replaced closeIfNotNull by Utils.closeSilently Modified unit tests due to modifications in console application. git-svn-id: https://svn.forgerock.org/opendj/trunk@10345 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- added DEFAULT_LDAP_CONNECT_TIMEOUT to constants. - added ClientException, merge it with CLIException. Replaced CLIException calls. (CLIException will disappear soon) - Console application : errors,warnings should be displayed in stdout if interactive mode is enabled. - added unit tests. - removed closeIfNotNull / replaced it by Utils.closeSilently git-svn-id: https://svn.forgerock.org/opendj/trunk@10344 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Feb, 2014
7 commits
-
…er than OpenDJ idle timeouts git-svn-id: https://svn.forgerock.org/opendj/trunk@10341 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Migrate I18n and logging support to i18n framework and SLF4J Replace references to deleted logging levels git-svn-id: https://svn.forgerock.org/opendj/trunk@10338 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10337 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Migrate I18n and logging support to i18n framework and SLF4J Update OpenDJLoggerAdapter to use only simplified logging levels: ERROR, WARN, NOTE, INFO and DEBUG git-svn-id: https://svn.forgerock.org/opendj/trunk@10335 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
getAttrValue() now returns String instead of AttributeValue. Extracted methods asBoolean(), asLong(), asInteger(). javadocs cleanup. git-svn-id: https://svn.forgerock.org/opendj/trunk@10333 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Output throwable class names and message in the trace. StaticUtilsTestCase.java: Added more tests + fixed the existing ones. git-svn-id: https://svn.forgerock.org/opendj/trunk@10331 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Extracted DataProvider methods. git-svn-id: https://svn.forgerock.org/opendj/trunk@10330 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Feb, 2014
10 commits
-
Modified files due to changes on console application err/out stream. git-svn-id: https://svn.forgerock.org/opendj/trunk@10327 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Due to change in console application, modified files to redirect errors on err stream. git-svn-id: https://svn.forgerock.org/opendj/trunk@10326 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- ConsoleApplication : Added/renamed functions to dissociate output stream from the error stream. git-svn-id: https://svn.forgerock.org/opendj/trunk@10325 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… (because they don't have responses) git-svn-id: https://svn.forgerock.org/opendj/trunk@10316 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Updated copyright after r10311. git-svn-id: https://svn.forgerock.org/opendj/trunk@10315 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
org.opends.server.protocols.asn1.ASN1* => org.forgerock.opendj.io.ASN1* ASN1Exception => DecodeException, IOException ASN1Constants.* => ASN1.* git-svn-id: https://svn.forgerock.org/opendj/trunk@10312 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Now implements Closeable. git-svn-id: https://svn.forgerock.org/opendj/trunk@10311 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Removed default CLI value from ListenerSettings. - Modified CLI to add default values to ldap port, admin port, etc... and unit tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@10304 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10303 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Extracted CLI arguments identifiers from CliConstants to ArgumentConstants. - Moved default CLI values like DEFAULT_LDAP_PORT, DEFAULT_ADMIN_PORT to CliConstants. - Code cleanup. git-svn-id: https://svn.forgerock.org/opendj/trunk@10302 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Feb, 2014
1 commit
-
* ByteStringBuilder - cache the output stream view * ASN1*Writer - truncate cached internal buffers if they grow too big. git-svn-id: https://svn.forgerock.org/opendj/trunk@10299 41b1ffd8-f28e-4786-ab96-9950f0a78031