Spring Operator
d03b571ebc
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 512 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-19 23:09:30 -05:00
Eddú Meléndez Gonzales
64208a34ed
Move test to assertj ( #401 )
2016-04-15 12:56:31 -05:00
Thomas Darimont
963232f9a9
LDAP-337 - Enable Java 8 build.
...
Fixed various JavaDoc errors that would otherwise cause the build to fail with JDK 8.
Upgraded Jacoco Plugin Version to support Java 8.
Increased heap to javadoc task to speed up doc generation.
The build now works fine with Java 7 and Java 8.
2015-08-03 22:32:19 +02:00
Mattias Hellborg Arthursson
6de0506587
Excluding generated source from sonar analysis. Including integration tests in coverage.
2013-11-19 06:52:42 +01:00
Mattias Hellborg Arthursson
b9985e5759
Minor polishing.
2013-11-18 16:46:04 +01:00
Mattias Hellborg Arthursson
ab62786774
LDAP-258: Deprecated core-tiger module.
2013-08-30 15:44:29 +02:00
Mattias Hellborg Arthursson
66bc1968db
Cleaned up usage of DistinguishedName from satellite modules, samples and tests.
2013-08-30 10:44:51 +02:00
Mattias Hellborg Arthursson
36cbb8894e
LDAP-257: More JUnit style cleanup.
2013-08-27 13:35:44 +02:00
Ulrik Sandberg
6dcd4092cd
Adjusted copyright details.
2010-11-18 07:19:43 +00:00
Ulrik Sandberg
1e74c3ecda
Made lots of fixes based on warnings from Maven 3.0.
...
Removed duplicates of ldif-core that were left in core-tiger.
2010-11-17 22:10:52 +00:00
Ulrik Sandberg
24dc8811ee
Applied Keiths patch 0.0.2-SNAPSHOT.20090827.
2009-09-03 17:49:12 +00:00
Ulrik Sandberg
3b8fbe8288
Applied patch_v.0.0.1-SNAPSHOT.20090814.txt.
2009-08-15 20:22:09 +00:00
Ulrik Sandberg
559d0cfc1d
Updated copyright year.
2009-08-02 19:32:20 +00:00
Ulrik Sandberg
1e86d76b14
Added copyright statements to all new files.
2009-08-02 19:31:57 +00:00
Ulrik Sandberg
e17523daf3
Updated according to Keiths second delivery, plus some minor cleanup.
2009-08-02 19:31:38 +00:00
Ulrik Sandberg
721fe2d73c
Fixed package info files.
2009-08-02 19:31:13 +00:00
Ulrik Sandberg
2d4a185186
Added LDIF parser files from Keith Barlow.
2009-08-02 19:30:55 +00:00
Ulrik Sandberg
69ad3a295e
Fixed newline problems, probably due to copy paste.
2009-07-30 15:07:45 +00:00
Ulrik Sandberg
65f9d050b0
Added unit test structure to core-tiger, and added a test for the new ContextMapperCallbackHandlerWithControls.
2009-07-30 15:07:24 +00:00
Ulrik Sandberg
945af3bd8b
Added the suggested code
2009-07-30 15:07:17 +00:00
Ulrik Sandberg
d013cf31bd
Got rid of javadoc warning. Fixed typos.
2009-01-16 21:48:39 +00:00
Ulrik Sandberg
0d9f0a0e98
Minor cleanup.
2008-11-20 15:38:42 +00:00
Mattias Arthursson
e910acfbba
Added methods for 'simple' bind authentication in LdapTemplate (LdapOperations, SimpleLdapOperations and SimpleLdapTemplate as well).
...
Introduced new callback interface for use with certain authentication methods.
Added LdapEntryIdentification to wrap the full identification of an LDAP entry (absolute and relative DNs)
Added LdapEntryIdentificationContextMapper.
2008-11-18 14:10:27 +00:00
Mattias Arthursson
2f60f6618f
Updated copyright year (now including 2008) and made sure all my author tags have my full name; Mattias Hellborg Arthursson.
2008-10-23 12:33:51 +00:00
Mattias Arthursson
c416a4576f
LDAP-139: Added mirrored method in SimpleLdapTemplate that take Name parameters.
...
LDAP-140: Added bindmethod in LdapTemplate and SimpleLdapTemplate that take a DirContextOperations instance and
uses the information from that instance (DN and Attributes) to perform the bind.
2008-10-23 09:14:06 +00:00
Ulrik Sandberg
a74ed8dafd
Moved everything from mvn-build to trunk root.
2008-10-12 21:34:09 +00:00