Rob Winch
|
c8e4ffb5b9
|
Polish URLs
We have performed some polish on your URLs. We do not follow redirects to avoid expanding intentionally shorter URLs (i.e. URL shortened URLs)
# 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, so we migrated them. Your review is recommended.
| HTTP URL | Result URL | HTTPS Result | HTTP Result | Count |
| --- | --- | --- | --- | --- |
| http://repo.terracotta.org/maven2/ | https://repo.terracotta.org/maven2/ | HttpResponse(httpStatus = 403 FORBIDDEN) | HttpResponse(httpStatus = 403 FORBIDDEN) | 1 |
| http://repository.springsource.com/maven/bundles/external | https://repository.springsource.com/maven/bundles/external | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 404 NOT_FOUND) | 1 |
| http://repository.springsource.com/maven/bundles/release | https://repository.springsource.com/maven/bundles/release | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 404 NOT_FOUND) | 1 |
## Fixed Success
These URLs were fixed successfully.
| HTTP URL | Result URL | HTTPS Result | HTTP Result | Count |
| --- | --- | --- | --- | --- |
| http://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/ | https://docs.spring.io/spring-ldap/docs/1.3.x/apidocs/ | HttpResponse(httpStatus = 200 OK) | null | 2 |
| http://docs.spring.io/spring/docs/3.2.x/javadoc-api | https://docs.spring.io/spring/docs/3.2.x/javadoc-api | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = http://docs.spring.io/spring/docs/3.2.x/javadoc-api/) | null | 1 |
| http://docs.spring.io/spring/docs/3.2.x/javadoc-api/ | https://docs.spring.io/spring/docs/3.2.x/javadoc-api/ | HttpResponse(httpStatus = 200 OK) | null | 1 |
| http://download.oracle.com/javase/6/docs/api/ | https://download.oracle.com/javase/6/docs/api/ | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://docs.oracle.com/javase/6/docs/api/) | null | 2 |
| http://spring.io/ | https://spring.io/ | HttpResponse(httpStatus = 200 OK) | null | 54 |
| http://spring.io/spring-security | https://spring.io/spring-security | HttpResponse(httpStatus = 302 FOUND redirectUrl = https://projects.spring.io/spring-security) | null | 54 |
| http://www.apache.org/licenses/LICENSE-2.0.txt | https://www.apache.org/licenses/LICENSE-2.0.txt | HttpResponse(httpStatus = 200 OK) | null | 54 |
| http://forums.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property | https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = https://discuss.gradle.org/gradle/topics/after_upgrade_gradle_to_2_0_version_the_maven_pom_not_support_build_property) | 1 |
| http://forums.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided | https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided | HttpResponse(httpStatus = 404 NOT_FOUND) | HttpResponse(httpStatus = 301 MOVED_PERMANENTLY redirectUrl = https://discuss.gradle.org/gradle/topics/eclipse_wtp_deploys_testcode_to_server_example_provided) | 1 |
# Ignored
These URLs were intentionally ignored so we didn't migrate them.
| HTTP URL |
| --- |
| 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 |
|
7 years ago |
Joe Grandja
|
66980e827c
|
Add Spring Boot Hello World guide
Add Spring Boot Hello World Guide
Fixes gh-3866
|
10 years ago |
Joe Grandja
|
849c62b870
|
Disables doclint in Java 8 to prevent build error from javadoc task.
Fixes gh-3767
|
10 years ago |
Rob Winch
|
1382bd728b
|
Clean up Javadoc log levels
Issue gh-3757
|
10 years ago |
Rob Winch
|
a50d297f3a
|
SEC-2953: Add index-docinfo.xml
This removes the "please define title in your docbook file"
|
11 years ago |
Rob Winch
|
0a2e496a84
|
SEC-2915: groovy/gradle spaces->tabs
|
11 years ago |
Rob Winch
|
5f5e7e7265
|
SEC-2785: Reference outputs PDF, Html Multi, & epub
|
11 years ago |
Rob Winch
|
87a52ffbfd
|
SEC-2784: Update to Gradle 2.2.1
|
11 years ago |
Rob Winch
|
4a1a2dfed4
|
Update min Spring version of 4.0.2.REELASE
|
12 years ago |
Rob Winch
|
74a6303b6f
|
SEC-2385: Document how to use with Spring 4
|
12 years ago |
Rob Winch
|
c135179029
|
Update to latest Asciidoctor version
We will temporarily remove PDF support until the plugin supports it.
|
12 years ago |
Rob Winch
|
5427da6b27
|
Move reference to htmlsingle to match standard Spring reference layout
|
12 years ago |
Rob Winch
|
78f85cc129
|
SEC-2349: Number the reference
|
12 years ago |
Rob Winch
|
d28058303b
|
SEC-2349: Move FAQ into reference
|
12 years ago |
Rob Winch
|
4b43cf3f50
|
SEC-2349: Convert Reference to Asciidoctor
|
12 years ago |
Rob Winch
|
f6587c8697
|
SEC-2312: Update javadoc link to Spring 3.2.x
|
12 years ago |
Rob Winch
|
eb95c500f5
|
Remove dockbook-reference from guides
|
13 years ago |
Rob Winch
|
e0cb931f69
|
SEC-2251: Create Hello World Java Configuration guides
|
13 years ago |
Rob Winch
|
955a60cf49
|
SEC-2208: Use std docbook plugin and workspace cleanup
|
13 years ago |
Rob Winch
|
8ad0e0e8e8
|
SEC-1995: Use Gradle Artifactory integration for releases
|
14 years ago |
Rob Winch
|
a2452ab514
|
SEC-1906: Update to Gradle 1.0
|
14 years ago |
Luke Taylor
|
3fe49dfae5
|
Added JDK and Spring links to Javadoc generation task.
|
15 years ago |
Luke Taylor
|
12561660b1
|
Add Javadoc groups to build.
|
15 years ago |
Luke Taylor
|
4e349904e5
|
Add missing language attributes to programlisting tags for highlighting.
|
15 years ago |
Luke Taylor
|
49242729e4
|
Added imgSrcPath parameter for use in docbookFopPdf task.
|
15 years ago |
Luke Taylor
|
7a3892556c
|
Added a "docs" convenience task
|
16 years ago |
Luke Taylor
|
837771537f
|
Tweak docs build to only prevent "assemble" from depending on the archive/upload tasks.
|
16 years ago |
Luke Taylor
|
74b66591e9
|
Build refactoring.
|
16 years ago |