Spring Operator
|
e779b7ce9e
|
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://maven.apache.org with 1 occurrences migrated to:
https://maven.apache.org ([https](https://maven.apache.org) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 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://repo.spring.io/libs-milestone/ with 1 occurrences migrated to:
https://repo.spring.io/libs-milestone/ ([https](https://repo.spring.io/libs-milestone/) result 200).
* http://repo.spring.io/libs-release/ with 1 occurrences migrated to:
https://repo.spring.io/libs-release/ ([https](https://repo.spring.io/libs-release/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://static.springframework.org/spring/docs/3.1.x/javadoc-api (301) with 1 occurrences migrated to:
https://docs.spring.io/spring/docs/3.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/3.1.x/javadoc-api) result 301).
* http://github.com/SpringSource/spring-shell with 2 occurrences migrated to:
https://github.com/SpringSource/spring-shell ([https](https://github.com/SpringSource/spring-shell) result 301).
* http://repo.springsource.org/libs-milestone with 1 occurrences migrated to:
https://repo.springsource.org/libs-milestone ([https](https://repo.springsource.org/libs-milestone) result 301).
* http://repo.springsource.org/libs-release with 1 occurrences migrated to:
https://repo.springsource.org/libs-release ([https](https://repo.springsource.org/libs-release) result 301).
* http://repo.springsource.org/libs-snapshot with 1 occurrences migrated to:
https://repo.springsource.org/libs-snapshot ([https](https://repo.springsource.org/libs-snapshot) result 301).
* http://repo.springsource.org/plugins-release with 2 occurrences migrated to:
https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://www.springsource.org/spring-shell with 1 occurrences migrated to:
https://www.springsource.org/spring-shell ([https](https://www.springsource.org/spring-shell) result 301).
* http://download.oracle.com/javase/6/docs/api with 1 occurrences migrated to:
https://download.oracle.com/javase/6/docs/api ([https](https://download.oracle.com/javase/6/docs/api) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
|
2019-03-26 11:50:44 +01:00 |
|
Mark Pollack
|
9a5d5d5374
|
Update to 1.2 RELEASE versions in samples
|
2016-06-29 14:13:10 -04:00 |
|
Mark Pollack
|
c7f697503b
|
Update to release version in samples
|
2016-06-17 09:20:08 -04:00 |
|
mpollack
|
33ec17ba87
|
Update versions to reference 1.0 RELEASE
|
2014-07-25 17:21:04 -04:00 |
|
mpollack
|
22714da1be
|
Update sample gradle.properties and pom.xml to 1.0 RC4
|
2014-07-07 23:31:12 -04:00 |
|
mpollack
|
29a489b156
|
SHL-149 Upgrade to Spring Framework 4.
* update changelog
* update sample app to reference to be released 1.1.RC3 shell
* fix version in sample app readme
|
2014-05-16 15:51:10 -04:00 |
|
mpollack
|
fb082a5224
|
Merge branch 'master' of https://github.com/houseofdouglas/spring-shell into houseofdouglas-master
|
2014-05-02 12:38:56 -04:00 |
|
mpollack
|
2ebe54922c
|
Update to shell 1.1 RC2 in sample app
|
2014-04-15 09:46:15 -04:00 |
|
Peter Douglas
|
1e2444662e
|
update pom.xml to reference repo.spring.io URLs
|
2014-04-04 17:18:39 -06:00 |
|
mpollack
|
57498e76e3
|
SHL-128 - Change version of spring shell in hello world application to 1.1 RC1
|
2014-04-02 17:37:20 -04:00 |
|
mpollack
|
63ee083f6b
|
Fix version number and repo location used in sample application for 1.1.0.M1
|
2013-07-26 14:07:25 -04:00 |
|
mpollack
|
f7afbca250
|
Remove FINE logging of what NamedProviders are being used
Add JUnit to sample build files
|
2013-07-25 17:37:51 -04:00 |
|
mpollack
|
c37f0fdae8
|
SHL-100,101,102
|
2013-07-23 03:00:44 -04:00 |
|
mpollack
|
c00c18c51a
|
SHL-75 - Change repository used to pull in custom jline dependency in sample application.
|
2012-11-15 15:46:18 -05:00 |
|
Costin Leau
|
d2f64ea5d2
|
reduce sample logging
|
2012-10-02 22:06:29 +03:00 |
|
Costin Leau
|
a817d278ae
|
bump sample version
|
2012-10-02 21:10:38 +03:00 |
|
Jarred Li
|
0f5a0fc85c
|
remove JVM shutdown hook
|
2012-08-14 13:53:27 +08:00 |
|
Costin Leau
|
99563497c3
|
prepare release version
|
2012-07-18 23:30:05 +03:00 |
|
Jarred Li
|
5dca1a102a
|
SHl-22 limit history size, remove dead code
|
2012-04-14 09:24:34 +08:00 |
|
Jarred Li
|
02ab62bfe4
|
change snapshot update policy
|
2012-04-13 16:10:21 +08:00 |
|
Jarred Li
|
2b05b13db6
|
SHL-11 customie banner
|
2012-04-12 16:05:34 +08:00 |
|
Jarred Li
|
c164f0b6d4
|
update pom
|
2012-04-11 15:38:18 +08:00 |
|
Jarred Li
|
c27eeeab88
|
SHL-15 change plugin module by using XML
|
2012-04-11 15:15:57 +08:00 |
|
Jarred Li
|
725ef2eeac
|
change version schema
|
2012-04-11 10:38:10 +08:00 |
|
Jarred Li
|
21cb6514bd
|
update build file
|
2012-04-10 16:21:32 +08:00 |
|
Jarred Li
|
5ed6797033
|
add main class
|
2012-04-10 13:06:57 +08:00 |
|
Jarred Li
|
0bf5a08af0
|
add spring-shell jar as wordaround
|
2012-04-09 17:56:38 +08:00 |
|
Jarred Li
|
69f367a290
|
build with gradle
|
2012-04-09 16:58:01 +08:00 |
|
Jarred Li
|
09396e9421
|
SHL-8 separate hello world example
|
2012-04-07 19:04:53 +08:00 |
|