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

issues/openam-316
03.39.2014 Jean-Noel Rouvignac
Replaced calls to LocalizedLogger.*(ArgN.get(...)) by calls to LocalizedLog...
1d13fc diff | tree
03.39.2014 Jean-Noel Rouvignac
Replaced calls to LocalizedLogger.*(ArgN.get(...)) by calls to LocalizedLog...
e6066d diff | tree
03.46.2014 Jean-Noel Rouvignac
Factorized a lot of String joining code into Utils.joinAsString().
713b7a diff | tree
03.46.2014 Jean-Noel Rouvignac
Factorized a lot of String joining code into Utils.joinAsString().
88cdff diff | tree
03.24.2014 Jean-Noel Rouvignac
CryptoManagerImpl.java: Removed unnecessary use of StringBuilder (the compi...
b0f867 diff | tree
03.24.2014 Jean-Noel Rouvignac
CryptoManagerImpl.java: Removed unnecessary use of StringBuilder (the compi...
1a331f diff | tree
03.23.2014 Jean-Noel Rouvignac
Factorized code using StaticUtils.close(Closeable...).
d0c708 diff | tree
03.23.2014 Jean-Noel Rouvignac
Factorized code using StaticUtils.close(Closeable...).
204aec diff | tree
03.01.2014 Jean-Noel Rouvignac
Factorized code using StaticUtils.collectionToString().
2d6d33 diff | tree
03.01.2014 Jean-Noel Rouvignac
Factorized code using StaticUtils.collectionToString().
6791a1 diff | tree
03.54.2014 Mark Craig
CR-2934 fix for OPENDJ-1318: Document password policy subentry mechanism fo...
4a5634 diff | tree
03.54.2014 Mark Craig
CR-2934 fix for OPENDJ-1318: Document password policy subentry mechanism fo...
7797f1 diff | tree
03.21.2014 Jean-Noel Rouvignac
Removed useless empty lines that would survive source code formatting.
0408e9 diff | tree
03.21.2014 Jean-Noel Rouvignac
Removed useless empty lines that would survive source code formatting.
5ae402 diff | tree
03.07.2014 Jean-Noel Rouvignac
Removed now useless calls to primitive wrapper's toString() on arguments of...
8114a0 diff | tree
03.07.2014 Jean-Noel Rouvignac
Removed now useless calls to primitive wrapper's toString() on arguments of...
9f8bc2 diff | tree
03.50.2014 Jean-Noel Rouvignac
Removed now useless calls to .toString() on arguments of Logger.*(...).
1c989d diff | tree
03.50.2014 Jean-Noel Rouvignac
Removed now useless calls to .toString() on arguments of Logger.*(...).
eeff6e diff | tree
03.32.2014 Jean-Noel Rouvignac
Removed now useless calls to String.valueOf() on arguments of Logger.*(...).
fd0d8c diff | tree
03.32.2014 Jean-Noel Rouvignac
Removed now useless calls to String.valueOf() on arguments of Logger.*(...).
f621f2 diff | tree
03.10.2014 Jean-Noel Rouvignac
Removed now useless calls to String.valueOf() on arguments of ArgN.get(...).
f159cd diff | tree
03.10.2014 Jean-Noel Rouvignac
Removed now useless calls to String.valueOf() on arguments of ArgN.get(...).
312164 diff | tree
03.34.2014 Matthew Swift
Revert workaround for OPENDJ-1243: ClassCastException while accessing Envir...
c10dbb diff | tree
03.34.2014 Matthew Swift
Revert workaround for OPENDJ-1243: ClassCastException while accessing Envir...
de607b diff | tree
03.30.2014 Matthew Swift
Update to JE 5.0.103
ef75a6 diff | tree
03.30.2014 Matthew Swift
Update to JE 5.0.103
a3966b diff | tree
03.29.2014 Mark Craig
CR-2885 fix for OPENDJ-968: Document additional example password policies
6d579e diff | tree
03.29.2014 Mark Craig
CR-2885 fix for OPENDJ-968: Document additional example password policies
bdf736 diff | tree
31.41.2014 Ludovic Poitou
Port to opendj3-dev branch of the fix for OPENDJ-1319. Relax constraint on ...
3e93ff diff | tree
31.41.2014 Ludovic Poitou
Port to opendj3-dev branch of the fix for OPENDJ-1319. Relax constraint on ...
28dd31 diff | tree
31.30.2014 Ludovic Poitou
OPENDJ-1319. Relax constraint on minimal character sets in password validator
3a7eb2 diff | tree
31.30.2014 Ludovic Poitou
OPENDJ-1319. Relax constraint on minimal character sets in password validator
1d8be5 diff | tree
31.55.2014 Matthew Swift
Update to JE 5.0.103.
107894 diff | tree
31.55.2014 Matthew Swift
Update to JE 5.0.103.
b6d61e diff | tree
31.44.2014 Mark Craig
OPENDJ-1293: Ensure doc build works for v3 branch
0e212b diff | tree
31.44.2014 Mark Craig
OPENDJ-1293: Ensure doc build works for v3 branch
a9910a diff | tree
31.14.2014 Nicolas Capponi
Fix OPENDJ-1313 : NullPointerException when running the setup in interactiv...
3de131 diff | tree
31.14.2014 Nicolas Capponi
Fix OPENDJ-1313 : NullPointerException when running the setup in interactiv...
929e83 diff | tree
31.12.2014 Jean-Noel Rouvignac
Fixed logger usage: - From: if (logger.isTraceEnabled()) logger...
20670d diff | tree
31.12.2014 Jean-Noel Rouvignac
Fixed logger usage: - From: if (logger.isTraceEnabled()) logger...
adf6f5 diff | tree
31.10.2014 Jean-Noel Rouvignac
TextDebugLogPublisher.java: Extracted getDefaultSettings() + fixed formatting.
897882 diff | tree
31.10.2014 Jean-Noel Rouvignac
TextDebugLogPublisher.java: Extracted getDefaultSettings() + fixed formatting.
c7d76a diff | tree
31.55.2014 Nicolas Capponi
Checkpoint commit for OPENDJ-1288 : Migrate I18n and logging support to ...
89257e diff | tree
31.55.2014 Nicolas Capponi
Checkpoint commit for OPENDJ-1288 : Migrate I18n and logging support to ...
6812ce diff | tree
31.49.2014 Jean-Noel Rouvignac
Removed now useless calls to .toString() on arguments of ArgN.get(...).
dbac3c diff | tree
31.49.2014 Jean-Noel Rouvignac
Removed now useless calls to .toString() on arguments of ArgN.get(...).
a1f030 diff | tree
31.39.2014 Mark Craig
CR-2917 fix for OPENDJ-1257: Update dev guide to reflect SDK support for Ac...
1638df diff | tree
31.39.2014 Mark Craig
CR-2917 fix for OPENDJ-1257: Update dev guide to reflect SDK support for Ac...
5ee7a4 diff | tree
31.21.2014 Mark Craig
CR-2918 fix for OPENDJ-1298: output of 'dbtest list-index-status' should be...
1ad9c0 diff | tree
31.21.2014 Mark Craig
CR-2918 fix for OPENDJ-1298: output of 'dbtest list-index-status' should be...
83022d diff | tree
first | « prev | next »