Spring Operator
c6688a2704
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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://junit.sourceforge.net/javadoc/ (200) migrated to:
http://junit.sourceforge.net/javadoc/ ([https](https://junit.sourceforge.net/javadoc/ ) result AnnotatedConnectException).
* http://www.261consulting.com (200) migrated to:
http://www.261consulting.com ([https](https://www.261consulting.com ) result ConnectTimeoutException).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property (301) migrated to:
https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property ([https](https://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property ) result 404).
* http://download.java.net/maven/2/ (301) migrated to:
https://download.java.net/maven/2/ ([https](https://download.java.net/maven/2/ ) result 404).
## Fixed Success
These URLs were fixed successfully.
* http://commons.apache.org/proper/commons-dbcp/apidocs/ migrated to:
https://commons.apache.org/proper/commons-dbcp/apidocs/ ([https](https://commons.apache.org/proper/commons-dbcp/apidocs/ ) result 200).
* http://commons.apache.org/proper/commons-logging/apidocs/ migrated to:
https://commons.apache.org/proper/commons-logging/apidocs/ ([https](https://commons.apache.org/proper/commons-logging/apidocs/ ) result 200).
* http://commons.apache.org/proper/commons-pool/apidocs/ migrated to:
https://commons.apache.org/proper/commons-pool/apidocs/ ([https](https://commons.apache.org/proper/commons-pool/apidocs/ ) result 200).
* http://docs.oracle.com/javase/7/docs/api/ migrated to:
https://docs.oracle.com/javase/7/docs/api/ ([https](https://docs.oracle.com/javase/7/docs/api/ ) result 200).
* http://docs.spring.io/spring/docs/3.2.x/javadoc-api/ migrated to:
https://docs.spring.io/spring/docs/3.2.x/javadoc-api/ ([https](https://docs.spring.io/spring/docs/3.2.x/javadoc-api/ ) result 200).
* http://logging.apache.org/log4j/1.2/apidocs/ migrated to:
https://logging.apache.org/log4j/1.2/apidocs/ ([https](https://logging.apache.org/log4j/1.2/apidocs/ ) result 200).
* http://springsource.org/ (301) migrated to:
https://spring.io ([https](https://springsource.org/ ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
* http://www.jayway.com migrated to:
https://www.jayway.com ([https](https://www.jayway.com ) result 200).
* http://static.springframework.org/spring-ldap/docs (301) migrated to:
https://docs.spring.io/spring-ldap/docs ([https](https://static.springframework.org/spring-ldap/docs ) result 301).
* http://repo.springsource.org/libs-snapshot migrated to:
https://repo.springsource.org/libs-snapshot ([https](https://repo.springsource.org/libs-snapshot ) result 301).
* http://www.springframework.org/ldap migrated to:
https://www.springframework.org/ldap ([https](https://www.springframework.org/ldap ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-05 21:28:09 -06:00
Spring Buildmaster
f7bb74a49c
Release version 2.2.1.RELEASE
2016-12-22 15:37:19 +00:00
Rob Winch
7f0e68bdc2
Update to spring-data-commons-1.12.6.RELEASE
...
Fixes gh-439
2016-12-22 09:19:08 -06:00
Spring Buildmaster
f0ce06b161
Release version 2.2.0.RC1
2016-10-04 16:10:07 +00: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
Spring Buildmaster
47e7685d46
Release version 2.1.0.RELEASE
2016-05-16 20:50:09 +00:00
Eddú Meléndez Gonzales
64208a34ed
Move test to assertj ( #401 )
2016-04-15 12:56:31 -05:00
Spring Buildmaster
2332f8a943
Release version 2.1.0.RC1
2016-03-30 19:41:01 -07:00
Rob Winch
4b2d640c37
Update pom.xml to development versions
2015-05-05 14:53:30 -05:00
Rob Winch
db833104e4
LDAP-311: Add spring-data-commons to samples and test projects
2015-04-24 11:20:50 -05:00
Rob Winch
26c0609739
LDAP-325: Update the poms
2015-04-23 17:13:35 -05:00
Rob Winch
1cba2afa80
LDAP-292: Update to Spring 3.2.8.RELEASE
2014-02-19 08:25:29 -06:00
Mattias Hellborg Arthursson
f89daf692e
LDAP-282: Minor tweaks to naming in LdapNameBuilder. Added methods for appending distinguished name strings.
2013-11-18 13:36:16 +01:00
Mattias Hellborg Arthursson
74e6e62fa3
LDAP-279: Improved documentation of user admin sample.
2013-11-18 11:02:28 +01:00
Mattias Hellborg Arthursson
889d4a73ff
Added filtering capability on user page.
2013-11-08 11:11:57 +01:00
Mattias Hellborg Arthursson
98874fa357
LDAP-279: missing properties file.
2013-11-08 09:11:10 +01:00
Mattias Hellborg Arthursson
7610961d25
LDAP-279: Configuration tweaks. Removed simple-odm sample.
2013-11-08 08:49:55 +01:00
Mattias Hellborg Arthursson
c438764891
LDAP-279: more minor tweaks
2013-11-08 07:49:37 +01:00
Mattias Hellborg Arthursson
840d0d02d8
LDAP-279: minor tweaks to readme file.
2013-11-08 07:48:41 +01:00
Mattias Hellborg Arthursson
4111b33b8b
Added generated pom files to other samples projects.
2013-11-07 15:02:11 +01:00
Mattias Hellborg Arthursson
fbcc1a9b07
LDAP-279: Fiddling with logging dependencies.
2013-11-07 14:44:53 +01:00
Mattias Hellborg Arthursson
cff98e6fa2
LDAP-279: Initial version of complete user admin application.
2013-11-07 14:17:24 +01:00
Mattias Hellborg Arthursson
795701fd58
LDAP-267: Added integration tests and modified samples to use new xml namespace.
2013-10-08 08:17:49 +02:00
Mattias Hellborg Arthursson
78b9617bf1
LDAP-265, LDAP-268: Added the ability to automatically map to/from DN values in ODM. Added some much needed unit tests for ODM functionality.
2013-09-29 16:11:14 +02:00
Mattias Hellborg Arthursson
1b814e3631
LDAP-265: Moved ODM functionality to core and added methods in LdapTemplate.
2013-09-27 10:43:07 +02:00
Mattias Hellborg Arthursson
3686b7987e
LDAP-263: Minor tweak to sample; use LdapQuery wherever possible.
2013-09-25 11:04:36 +02:00
Mattias Hellborg Arthursson
bed57b9ef8
LDAP-263: Added LdapQuery method to OdmManager. Added methods for hardcoded filters in LdapQueryBuilder.
2013-09-25 10:59:23 +02:00
Mattias Hellborg Arthursson
27682b0b53
LDAP-263: authentication methods for LdapQuery. Documentation updated to reflect fluent API changes.
2013-09-24 16:55:54 +02:00
Mattias Hellborg Arthursson
96429d00c6
LDAP-262: Moved the stuff from the samples-utils project to plain-sample.
2013-09-12 08:07:15 +02:00
Mattias Hellborg Arthursson
9458b80fa1
LDAP-262: Cleaned up and consolidated the samples.
2013-09-12 07:34:11 +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
d54c43cc62
Updated copyright notice.
2013-08-16 13:30:46 +02:00
Mattias Hellborg Arthursson
63692ed30a
LDAP-251: Some additional tweaks to the gradle build
...
- Made sure Main-Class is specified in odm jar
- Fixed source inclusions/exclusions for idea and eclipse plugins
- Made sure idea and eclipse plugins depend on javacc task
- Removed pom files from build.
2013-08-16 08:44:22 +02:00
Mattias Hellborg Arthursson
2aa37a975a
LDAP-227: Now accepting classes annotated with subsets of actual objectclasses in tree.
2013-08-15 11:40:41 +02:00
Mattias Hellborg Arthursson
837bc489ef
LDAP-232: Finalized migration to ApacheDS 1.5.5 for integration tests.
2013-08-14 10:36:46 +02:00
Mattias Hellborg Arthursson
4f47c70c3e
New try for CI machine: different LDAP port for every integration test.
2013-07-30 06:36:36 +02:00
Mattias Hellborg Arthursson
88574847c2
Changed all embedded LDAP server ports to 1888, since it appears CI tests might be helped by this.
2013-07-30 06:13:30 +02:00
Mattias Hellborg Arthursson
cbd11f6868
Checking to see if test failure is caused by specific port.
2013-07-30 05:58:11 +02:00
Rob Winch
8b350a874d
Convert to Gradle
...
This commit converts the build to a Gradle based build. It also setup sonar
integration at https://sonar.springsource.org/dashboard/index/11620
Currently tests in the samples fail on the CI server and are disabled. The
tests were not enabled for the maven based build either.
Issue: LDAP-251
2013-07-10 11:33:07 -05:00
Ulrik Sandberg
7c13b616d2
Fixed the incorrect versions in samples and test, and also added relativePath to the poms that were missing it.
2011-06-16 12:29:13 +00:00
Ben Hale
c0e83d0be3
Update milestone publication repository
2010-11-30 16:54:14 +00:00
Ben Hale
ddf0cdd7aa
Update release publication repository
2010-11-30 15:58:01 +00:00
Ulrik Sandberg
54f1629418
Updated some maven plugins. Added relativePath to some poms.
2010-11-28 11:06:05 +00:00
Ulrik Sandberg
6dcd4092cd
Adjusted copyright details.
2010-11-18 07:19:43 +00:00
Ulrik Sandberg
873f996c37
Upgraded commons-pool to 1.5.4. (LDAP-206)
2010-06-20 09:36:50 +00:00
Ulrik Sandberg
4c8a858bda
Upgraded to Spring 2.5.6.SEC02 and 3.0.3.RELEASE (LDAP-210).
2010-06-19 09:17:51 +00:00
Ulrik Sandberg
c6fba9a763
Upgraded Spring 3.0 sample to use 3.0.1.
2010-03-25 14:07:43 +00:00
Ulrik Sandberg
a6612f49da
LDAP-200, updated versions on several plugins.
2010-02-20 00:58:37 +00:00