Spring Operator
13004974c4
URL Cleanup ( #518 )
...
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 163 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
6 years ago
Spring Operator
ae265d1bbc
URL Cleanup ( #500 )
...
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://maven.apache.org/xsd/maven-4.0.0.xsd with 8 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 16 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 8 occurrences
6 years ago
buildmaster
f19f4be761
Bumping versions to 2.0.4.BUILD-SNAPSHOT after release
6 years ago
buildmaster
ea5abfd3a5
Going back to snapshots
6 years ago
buildmaster
5ea5bdcf70
Update SNAPSHOT to 2.0.3.RELEASE
6 years ago
buildmaster
e80bb61107
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
6 years ago
buildmaster
8c6e38b789
Going back to snapshots
6 years ago
buildmaster
080b4f77df
Update SNAPSHOT to 2.0.2.RELEASE
6 years ago
buildmaster
8efcb1577e
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
7 years ago
buildmaster
36146312ab
Going back to snapshots
7 years ago
buildmaster
1998ac2892
Update SNAPSHOT to 2.0.1.RELEASE
7 years ago
buildmaster
a707941e5c
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
7 years ago
buildmaster
917c134350
Going back to snapshots
7 years ago
buildmaster
1ade0553ee
Update SNAPSHOT to 2.0.0.RELEASE
7 years ago
buildmaster
9849895867
Going back to snapshots
7 years ago
buildmaster
445fffff34
Update SNAPSHOT to 2.0.0.RC2
7 years ago
Dave Syer
0e259eab35
Workaround for data source cycle with hibernate
...
The JpaInvokerConfiguration (nested in RefreshAutoConfiguration can be
removed when and if the issue is resolved in Boot.
Also splits the hibernate test dependencies out into a separate module
so the main context tests run quicker.
Fixes gh-355
7 years ago