You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/03/21 14:46:44 UTC

[directory-fortress-core] branch master updated (a123b5d -> b4fe6de)

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git.


    from a123b5d  revert to 1.10.0 jmeter plugin
     add 826ae97  to jmeter 3.0 and plug 1.10.1
     add 65c49ee  use latest 5.4.1
     add 42b128b  log don't throw runtime exception
     add 4908d33  set min/max heap for jmeter add user
     add 5afc21f  console does not work inside of IDE, revert change to use for now
     add 88d965c  FC-290 - Pool connection validation switch
     add 359a5f4  FC-290 - Pool connection validation switch, properly handle defaults by catching conversion exceptions in Config (when property is not set)
     add b4fe6de  FC-290 - Pool connection validation switch

No new revisions were added by this update.

Summary of changes:
 README-PROPERTIES.md                               | 14 ++++-
 build-config.xml                                   |  2 +
 build.properties.example                           |  9 ++--
 config/bootstrap/fortress.properties.src           |  4 +-
 config/fortress.properties.src                     |  2 +
 pom.xml                                            | 12 +++--
 slapd.properties.example                           |  7 ++-
 .../apache/directory/fortress/core/GlobalIds.java  |  6 ++-
 .../fortress/core/ldap/LdapConnectionProvider.java | 17 +++---
 .../directory/fortress/core/util/Config.java       | 19 ++++---
 .../directory/fortress/core/AdminMgrConsole.java   | 60 +++++++++++-----------
 11 files changed, 93 insertions(+), 59 deletions(-)