Commit Graph

1004 Commits

Author SHA1 Message Date
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
Eddú Meléndez
594c361658 Add unboundid embedded ldap server
Previous to this commit, the only provider for embedded ldap server was
apacheds. Now, unboundid can be used as a option for testing purpose.

See gh-386
2016-09-30 15:31:38 -05:00
Eddú Meléndez
0db2e2fb0a Add documentation for Commons Pool 2
Fixes gh-405
2016-09-30 13:45:05 -05:00
Rob Winch
334b8ea56f Update to Athens-RELEASE
Fixes gh-416
2016-09-30 11:34:01 -05:00
Rob Winch
ae02648ae2 Add springSnapshotTest
Fixes gh-419
2016-09-30 11:30:06 -05:00
Rob Winch
c3326cf658 Update Dependency Versions
Fixes gh-418
2016-09-30 11:29:50 -05:00
Rob Winch
0b91695269 Update to Gradle 3.1
Fixes gh-417
2016-09-30 11:29:34 -05:00
Rob Winch
3739079e5a Work with Spring 5
Fixes gh-415
2016-09-30 11:29:19 -05:00
Rob Winch
ba14a3cb0a Update Build Version to 2.2.0.BUILD-SNAPSHOT 2016-09-30 11:24:47 -05:00
Eddú Meléndez
4c7539b08d Default to Spring IO Athens-BUILD-SNAPSHOT 2016-09-30 11:23:08 -05:00
Eddú Meléndez Gonzales
5de8c8eceb Upgrade gradle version (#408) 2016-06-17 15:29:00 -05:00
Rob Winch
764e2ff877 Update to CLA tooling 2016-06-08 21:59:22 -05:00
Spring Buildmaster
3f85202d5a Next development version 2016-05-16 20:50:15 +00:00
Spring Buildmaster
47e7685d46 Release version 2.1.0.RELEASE 2016-05-16 20:50:09 +00:00
Rob Winch
d7a74f8896 Update What's new for 2.1 2016-05-16 12:46:22 -05:00