Eddú Meléndez
0ebfec5df5
Set anonymousReadOnly true when userDn is not provided
...
Fixes gh-473
2019-01-22 11:14:28 -06:00
barna10
f09881c002
Save the file in UTF8 encoding to allow Travis CI to recognize the UTF8 test string
2018-09-13 09:47:31 -05:00
barna10
bc2442276b
Fix for issue #492 : Support UTF8 characters in attributes values for LDIF's DefaultAttributeValidationPolicy in order to comply with RFC2849
2018-09-13 09:47:31 -05:00
Spring Buildmaster
dc4fe89b8e
Next development version
2017-10-06 20:37:50 +00:00
Spring Buildmaster
e34028e1e2
Release version 2.3.2.RELEASE
2017-10-06 20:37:46 +00:00
Amir Wiener
c0def8583f
return the processed context (as it can be a proxy)
2017-10-06 14:39:26 -05:00
Santiago Castro
1da83195e2
Fix broken Markdown headings
2017-10-06 14:38:01 -05:00
Alex Sherwin
f9bb4dd565
fixing usernmae typo to username
2017-10-06 14:37:28 -05:00
Rob Winch
bdbbd72b7d
Issues: gh-430 gh-432
2017-10-06 14:33:34 -05:00
Kim Saabye Pedersen
6be3662fed
Cast is needed or compile will fail
...
The cast is already there other places in the doc.
2017-10-06 14:31:54 -05:00
Tobias Schneider
08e8ae289b
Force reconnect with credentials on DefaultTlsDirContextAuthenticationStrategy
...
refs #430
2017-10-06 14:25:31 -05:00
Rob Winch
9d8f9fb188
javacc uses https
2017-03-06 09:21:42 -06:00
Rob Winch
5f85dfe9a5
Update pom.xml versions
2017-03-03 11:40:16 -06:00
Rob Winch
145d42b76e
Fix javacc download url
...
The javacc download URL has been moved. This commit updates
to the new download URL
2017-03-03 11:39:38 -06:00
Spring Buildmaster
bb6afa0e85
Next development version
2017-01-19 19:57:18 +00:00
Spring Buildmaster
4ba19bbb0e
Release version 2.3.1.RELEASE
2017-01-19 19:57:14 +00:00
Konrad Windszus
4d593dcf85
fix IT where the modified DN leads to a new entryUUID
2017-01-19 13:52:10 -06:00
Konrad Windszus
dd73c9c0a2
added ITs
2017-01-19 13:52:10 -06:00
Konrad Windszus
8dd61f9b6a
added some unit tests for new functionality
2017-01-19 13:52:10 -06:00
Konrad Windszus
c7ac71bea0
fix failing test (by mocking more functionality of nameMock)
2017-01-19 13:52:10 -06:00
Konrad Windszus
e84eda1096
skip transient fields and also consider attribute names of non-annotated
...
fields
2017-01-19 13:52:10 -06:00
Konrad Windszus
9ab8cabedb
always add mandatory attribute 'objectclass'
2017-01-19 13:52:10 -06:00
Konrad Windszus
dd7091513b
disable failing test due to NPE
2017-01-19 13:52:10 -06:00
Konrad Windszus
c5ff90d1c5
fix NPE in case of annotated field not having any attributes connected
...
to it
2017-01-19 13:52:10 -06:00
Konrad Windszus
74c77276ec
removed irrelevant formatting changes
...
javadoc fix
2017-01-19 13:52:10 -06:00
Konrad Windszus
5cecd0b2f7
Support read-only attributes.
...
Also always explicitly request only the necessary attributes (makes
operational attributes work).
This closes #347
2017-01-19 13:52:10 -06:00
Spring Buildmaster
4c4a94247a
Next development version
2017-01-19 15:31:44 +00:00
Spring Buildmaster
f16f697ef4
Release version 2.3.0.RELEASE
2017-01-19 15:31:40 +00:00
Rob Winch
7da54f5072
Override mockito version for spring io
2017-01-09 16:10:33 -06:00
Andy Wilkinson
1cc42ed211
Upgrade to Spring IO Plugin 0.0.6.RELEASE
...
The latest version of the Spring IO Plugin removes the requirement for
code in src/test/java to be binary compatible with the dependency
versions defined by the Platform while still ensuring that the runtime
code is binary compatible.
This allows binary incompatible changes, such as those in AssertJ 2.6,
to be tolerated with no changes, as long as its only used in a
project's tests.
2017-01-04 08:43:48 -06:00
Spring Buildmaster
627cd321f3
Next development version
2016-12-19 17:06:05 +00:00
Spring Buildmaster
62d70dc909
Release version 2.3.0.RC1
2016-12-19 17:06:01 +00:00
Rob Winch
0e280146fb
Remove Spring Data
...
Fixes gh-436
2016-12-16 17:06:32 -06:00
Rob Winch
5a586bf4ec
Update to 2.3.0.BUILD-SNAPSHOT
2016-12-16 17:06:31 -06:00
Patryk Petrowski
a44454d221
Fix valuesAsNames on NameAwareAttribute.remote(int)
...
Issue gh-437
2016-12-16 15:39:12 -06:00
Patryk Petrowski
37f8833826
Make NameAwareAttribute Iterable
...
Allow faster iteration over NameAwareAttribute's values
Fixes gh-429
2016-12-16 15:37:47 -06:00
Rob Winch
e7c64527b4
Update Versions
2016-12-16 14:19:26 -06:00
Andrei Ivanov
c885997cd7
Improve Log Levels
...
Issue gh-402
2016-10-21 10:40:29 -05:00
Andrei Ivanov
b7c855082b
Update for #420
2016-10-17 21:29:54 -05:00
Andrei Ivanov
7d2a71815d
Fix indentation
2016-10-17 21:29:15 -05:00
Andrei Ivanov
468655a17c
Use placeholders instead of string concatenation when logging
2016-10-17 21:29:15 -05:00
Andrei Ivanov
33840bc46c
No need to log twice in case of an exception ( #402 )
2016-10-17 21:29:15 -05:00
Andrei Ivanov
5951d8a526
Fix #402
2016-10-17 21:29:15 -05:00
Spring Buildmaster
82349a3fb5
Next development version
2016-10-04 16:10:09 +00:00
Spring Buildmaster
f0ce06b161
Release version 2.2.0.RC1
2016-10-04 16:10:07 +00:00
Rob Winch
c7e927013d
Add What's New 2.2
...
Fixes gh-420
2016-10-04 10:26:28 -05:00
Rob Winch
c5388bcb5d
Fix XSD Schemas
...
Previously the schemas had been improperly merged into the
spring-ldap-2.0.xsd
This commit properly separates the schemas into their own versions.
Fixes gh-406
2016-10-04 10:25:47 -05:00
Rob Winch
1e542f3381
LdapEncoder Base64 newlines should start with " "
...
Fixes gh-413
2016-09-30 16:46:17 -05:00
Rob Winch
e970111a17
Use versionless schema
2016-09-30 15:33:15 -05:00
Rob Winch
1a5bead76d
Polish Unbounded Support
...
* Remove copied deprecated methods
* Close ClasspathXmlApplicationContext
* Change apacheDsDependencies to test vs optional
* Formatting
Issue: gh-399
2016-09-30 15:33:03 -05:00