This is an automated email from the ASF dual-hosted git repository.
duncangrant pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from 2128c1f Added a small JavaDoc snippet to explain when
EntityManagementSupport#isNoLongerManaged() should be used
new 0f64fbd Ldap login changes
new 1bce4cc Fix Live tests so they don't run as unit tests
new e934d3c Merge pull request #1186 from duncangrant/fix-login-form
The 12971 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../security/provider/LdapSecurityProvider.java | 46 ++---------
.../provider/LdapSecurityProviderLiveTest.java | 88 ++++++++++++++++++++++
.../provider/LdapSecurityProviderTest.java | 42 +++--------
3 files changed, 107 insertions(+), 69 deletions(-)
create mode 100644
rest/rest-resources/src/test/java/org/apache/brooklyn/rest/security/provider/LdapSecurityProviderLiveTest.java