Spring Operator ebe41ffbf6 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://jcommander.org/apidocs/ (200) with 1 occurrences could not be migrated:
   ([https](https://jcommander.org/apidocs/) result SSLHandshakeException).

# 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://docs.spring.io/spring-framework/docs/current/javadoc-api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-framework/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring-framework/docs/current/javadoc-api/) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 11 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://www.apache.org/licenses/LICENSE-2.0 with 3 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 22 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 11 occurrences
2019-03-26 11:49:52 +01:00
2017-08-08 11:52:31 +02:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2017-08-23 18:46:09 +02:00
2017-08-08 11:52:31 +02:00
2017-08-08 11:52:31 +02:00
2017-08-30 11:15:44 +02:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00
2019-03-26 11:49:52 +01:00

= Spring Shell 2

Spring Shell 2 is an ongoing effort to completely rewrite
https://github.com/spring-projects/spring-shell[Spring Shell] from scratch, making it more modular
while maintaining some level of backward compatibility with your existing commands.

== Building
```
./mvnw package
```

== Running
The project comes with a sample application, showcasing the various ways you can write commands.

```
./mvnw install
./mvnw -pl spring-shell-samples spring-boot:run
```

From there, try typing `help` or `help <commmand>` at the shell prompt.

Description
No description provided
Readme 9.2 MiB
Languages
Java 100%